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

Fixes #85, #126 and #274. Supersedes #329 and fulfils @AkihiroSuda requirement from https://github.com/genuinetools/img/pull/329#pullrequestreview-606338010 :crossed_fingers: If `--insecure-registry` is passed, then we first try to do HTTPS request and if a response...

I'd like to run `img` from Docker, but from a Debian-based image: ``` FROM debian:buster RUN apt-get update && apt-get install -y \ curl \ git \ uidmap \ &&...

Hi, I have built img from source and am trying to run the examples. I'm doing this on an Ubuntu 18.04 machine. `sjames@sjames-ideapad:~/playground/img$ img build -t r.j3ss.co/img . Building r.j3ss.co/img:latest...

Hello Everyone, What is the way to login to in-secured private registry using "**img**". This image registry is a development environment and used by multiple teams. When using docker cli...

I am currently testing `img` to reduce my dependencies on `dockerd`. On my first test I get this error: ``` 11:34 $ img pull jenkins/jenkins:latest-jdk11 Pulling jenkins/jenkins:latest-jdk11... Error: mount callback...

I'm a brand new to img, and am trying to set up a platform that will build docker containers on AWS Fargate, as a Jenkins agent that build docker containers,...

question

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1-0.20190205005809-0d3efadf0154+incompatible to 2.8.0+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.0 registry 2.8.0 Welcome to the v2.8.0 release of registry! The 2.8.0 registry release has been a long...

dependencies

is the `manifest` command supported? **use-case:** Im checking whether the image with a certain tag is available on remote - if not Im rebuilding it: ``` echo "{\"experimental\":\"enabled\"}" >> ~/.docker/config.json...

Hello! I am working inside an OpenShift ENV and trying to use img. I can explain my problem in short: When I try to build an image - I get...

I wanna use this and `Kaniko` in kubernetes, but neither of these two tools has the `docker load` utility. Did I miss something or load images in k8s pods unprivileged...