img
img copied to clipboard
Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container image builder.
When trying to save multiple tags of an image to one .tar, the process takes 100% cpu and hangs Works: `img-linux-amd64 save -o images.tar python:3.8.6-alpine` Hangs: `img-linux-amd64 save -o images.tar...
``` #4 unpacking docker.io/library/archlinux:base-devel@sha256:e68185793c7498bc37b4d5487c62e136f1cf65bd995a5fffe7c45705f2eeff2b #4 ... #9 [internal] load build context #9 transferring context: 713.21MB 7.6s #9 transferring context: 1.07GB 11.4s done #9 DONE 11.6s #4 [1/9] FROM docker.io/library/archlinux:base-devel@sha256:e68185793c7498b... #4...
Hi, I installed img 0.5.7 on top of Ubuntu with the required packages as root. uname -a returns: ``` Linux 82b577ed1adb 4.4.0-154-generic #181-Ubuntu SMP Tue Jun 25 05:29:03 UTC 2019...
I've upgrade to the latest version v0.5.10 and there is a big regression as the following simple docker doesnt works `os: debian:buster` img build -t test . ``` FROM alpine:3.11...
Fixes #226
I'm on Ubuntu 18.04 and have grabbed the img binary directly from github. When I run "img pull" or "img push" for any image, both Docker Hub and others, I...
Hello here, thanks for your great works ! In our CI we use docker-compose to build our images. Will it be possible to make something like this : `img build...
When I do `img pull busybox` and `img ls`, the digest is `sha256:05313277ba61c604f48dbe9915100d47f6b6a1d2051a82bd0590b6372e91f8a9` while when I do docker pull, the digest is `sha:f79f7a10302c402c052973e3fa42be0344ae6453245669783a9e16da3d56d5b4`. Both manifests are present in `/.local/share/img/runc/native/content/blobs/sha256`. They...
When running in a pod in k8s, img has problem access file during build. img is running with root user in the pod. While running in ubuntu with non-root user,...