img icon indicating copy to clipboard operation
img copied to clipboard

Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.

Results 108 img issues
Sort by recently updated
recently updated
newest added

- The previous method would loop over the image references and try to save each one. Even if this did work, the tar archive would overwrite the previous instance on...

Hello! I'm seeing that last release was a year ago, there is bunch of PRs and issues opened w/o much activity... Is this project being developed or abandoned already?

Hello, I'm actually trying to run img on a Gitlab Runners chart (0.34.0) deployed with Helm on a Kubernetes 1.22.3 cluster w/ Containerd. ``` img: version : v0.5.11 git hash...

Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2. Release notes Sourced from github.com/opencontainers/image-spec's releases. v1.0.2 This release was voted on by the maintainers and PASSED (+5 -0 #2), to mitigate the CVE-2021-41190...

dependencies

I was excited to see this sentence in the README and figured I give it ago having not tried the last couple of releases: > Since img v0.5.7, you don't...

question
needs more info

The tool is failing on some whiteout files created by docker. For example pulling `linuxserver/transmission:2021.10.07` fails with: ``` DEBU[0003] fetch digest="sha256:6bcf60ea6384b663348f4effd28203708a81f99b36b078f3aee5d46a2f0b5ef3" mediatype=application/vnd.docker.image.rootfs.diff.tar.gzip size=25800150 DEBU[0003] using pigz for decompression Error: mount...

If I run a bunch of builds in a stateless CI using a in-house k8s cluster. I would incur a lot of bandwidth from pulling down the same images over...

question

When trying to add a tar archive to an image, the build fails with this confusing error and the img usage text. ``` ... #4 [1/1] ADD test.tar /test #4...

Refers to #325 I'm unsure if this tackles all the desired behaviors. I made some assumptions about just targeting the `make-all` workflow for PRs, and kept the `push` event as...