dazzle
dazzle copied to clipboard
dazzle is a rather experimental Docker image builder which builds independent layers
Hey, I have a project setup that builds dev container images similar to Gitpod's workspace images. Currently, I am using `ubuntu:20.04` as a base image but want to build some...
I would like to specify when a chunk requires another chunk. For example, if I want to have multiple chunks which install independent s6-init services, I don't want to have...
While trying to contribute to https://github.com/gitpod-io/workspace-images I find myself quite slowed down each time I try to make some changes to its `tests/` and then running `dazzle`. I'm not sure...
## About this Issue I embedded some image metadata straight to one of my Dockerfiles, like this one below, to aid in debugging issues on an fresh Gitpod workspace. ```dockerfile...
# ToDo - [ ] support pushing combination to a registry other than the one the base and chunk were stored in - [x] write unit tests
Chunks without their hash are easy to identify by name. For integrating use with Gitpod we'll need to use the no-hash mode so that we can build combinations that do...
This way one could execute the tests in a combined image to ensure there are no issues or to detect issues.
### Bug description This is my php dockerfile ```Dockerfile ARG base FROM ${base} ENV TRIGGER_REBUILD=1 RUN install-packages libgd3 RUN add-apt-repository -y ppa:ondrej/php RUN install-packages php8.1 RUN install-packages php8.1-bcmath RUN install-packages...
## Description This PR adds a `docs` command which helps produce readme files for each combination. To this end, a Go template can be provided which is executed for each...
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit) from 0.11.6 to 0.12.5. Release notes Sourced from github.com/moby/buildkit's releases. v0.12.5 https://hub.docker.com/r/moby/buildkit Notable changes: This release contains following security fixes: Runc has been updated to v1.1.12 addressing https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv...