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 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.
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)"
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.
github.com/Jaykul/Power...
www.powershellgallery.com/packages/Pow...
github.com/Jaykul/Power...
www.powershellgallery.com/packages/Pow...