Joel Bennett
@jaykul.bsky.social
I ❤️ OpenSource, Scripting, PowerShell, GitOps, Python, .NET, VSCode. I'm a Principal DevOps Engineer, and a 14x Microsoft MVP for PowerShell.
They probably don't have logs? Yeah, because... *cough* *cough* 😉
November 3, 2025 at 1:20 AM
They probably don't have logs? Yeah, because... *cough* *cough* 😉
No worries, doesn't affect the bit you're concerned with 😉
August 20, 2025 at 3:29 PM
No worries, doesn't affect the bit you're concerned with 😉
Right now I'm downloading & extracting to disk, then calling docker buildx.
github.com/Jaykul/FromG...
I'm pretty sure that I can build the tarballs and skip a step 😉
I want to build an OCI server with tags piped through from GitHub api, then generate images on-demand, but that may be too slow.
github.com/Jaykul/FromG...
I'm pretty sure that I can build the tarballs and skip a step 😉
I want to build an OCI server with tags piped through from GitHub api, then generate images on-demand, but that may be too slow.
FromGitHub/source/public/New-ImageFromGithub.ps1 at cbda6ad34c3b99ac9baef09dc8baefb010db941e · Jaykul/FromGitHub · GitHub
Contribute to Jaykul/FromGitHub development by creating an account on GitHub.
github.com
August 20, 2025 at 3:27 PM
Right now I'm downloading & extracting to disk, then calling docker buildx.
github.com/Jaykul/FromG...
I'm pretty sure that I can build the tarballs and skip a step 😉
I want to build an OCI server with tags piped through from GitHub api, then generate images on-demand, but that may be too slow.
github.com/Jaykul/FromG...
I'm pretty sure that I can build the tarballs and skip a step 😉
I want to build an OCI server with tags piped through from GitHub api, then generate images on-demand, but that may be too slow.
I'm thinking about packing them into an OCI package...
I have a `feature/oci` branch that can build multi-os/arch docker container images with just base + bin from the download.
But I want a multi-os/arch "installer" that would use the same (last) OCI layer as the source.
I have a `feature/oci` branch that can build multi-os/arch docker container images with just base + bin from the download.
But I want a multi-os/arch "installer" that would use the same (last) OCI layer as the source.
August 20, 2025 at 12:12 AM
I'm thinking about packing them into an OCI package...
I have a `feature/oci` branch that can build multi-os/arch docker container images with just base + bin from the download.
But I want a multi-os/arch "installer" that would use the same (last) OCI layer as the source.
I have a `feature/oci` branch that can build multi-os/arch docker container images with just base + bin from the download.
But I want a multi-os/arch "installer" that would use the same (last) OCI layer as the source.
Yes to both of those. Most of these apps don't have extra assemblies -- at least the ones I can think of.
Right now I'm just copying everything:
foreach($File in Get-ChildItem $FromDir -File -Recurse) {
sudo mv -f $File.FullName $ToDir
sudo chmod +x "$ToDir/$($File.Name)"
Right now I'm just copying everything:
foreach($File in Get-ChildItem $FromDir -File -Recurse) {
sudo mv -f $File.FullName $ToDir
sudo chmod +x "$ToDir/$($File.Name)"
August 19, 2025 at 11:59 PM
Yes to both of those. Most of these apps don't have extra assemblies -- at least the ones I can think of.
Right now I'm just copying everything:
foreach($File in Get-ChildItem $FromDir -File -Recurse) {
sudo mv -f $File.FullName $ToDir
sudo chmod +x "$ToDir/$($File.Name)"
Right now I'm just copying everything:
foreach($File in Get-ChildItem $FromDir -File -Recurse) {
sudo mv -f $File.FullName $ToDir
sudo chmod +x "$ToDir/$($File.Name)"
Right, exactly, and on windows that's easy, because I install all the tools to a folder. But on posix systems, I've been installing to /usr/bin —because it's easier than permanently updating the PATH
August 19, 2025 at 3:03 PM
Right, exactly, and on windows that's easy, because I install all the tools to a folder. But on posix systems, I've been installing to /usr/bin —because it's easier than permanently updating the PATH
I've always thought we should outlaw HOAs, on account of them seeing up mini-towns within towns, but this takes the cake.
August 19, 2025 at 2:49 PM
I've always thought we should outlaw HOAs, on account of them seeing up mini-towns within towns, but this takes the cake.
Yeah, parameter with env variable default would be nice.
I am also using this to install tools in build pipelines (where I don't need to scan things, because they're well trusted stuff like flux, oras, regal), but I think I need a better (more cache-enabled) solution for that.
I am also using this to install tools in build pipelines (where I don't need to scan things, because they're well trusted stuff like flux, oras, regal), but I think I need a better (more cache-enabled) solution for that.
August 19, 2025 at 2:43 PM
Yeah, parameter with env variable default would be nice.
I am also using this to install tools in build pipelines (where I don't need to scan things, because they're well trusted stuff like flux, oras, regal), but I think I need a better (more cache-enabled) solution for that.
I am also using this to install tools in build pipelines (where I don't need to scan things, because they're well trusted stuff like flux, oras, regal), but I think I need a better (more cache-enabled) solution for that.
That sounds like an extra function we could add...
August 18, 2025 at 5:35 AM
That sounds like an extra function we could add...
I'm also working on a new version of my PowerLine prompt module that lets you use those blocks to build prompts. It's way easier to use and troubleshoot than the example script, but this is a huge change so the docs need work...
github.com/Jaykul/Power...
www.powershellgallery.com/packages/Pow...
github.com/Jaykul/Power...
www.powershellgallery.com/packages/Pow...
PowerLine 4.0.0-blocks039
Pure PowerShell Prompts
www.powershellgallery.com
July 6, 2025 at 8:55 PM
I'm also working on a new version of my PowerLine prompt module that lets you use those blocks to build prompts. It's way easier to use and troubleshoot than the example script, but this is a huge change so the docs need work...
github.com/Jaykul/Power...
www.powershellgallery.com/packages/Pow...
github.com/Jaykul/Power...
www.powershellgallery.com/packages/Pow...