-
In the project, the construction part is done directly from the gitlab-cy file with the goland image. But another way to do it is to handle this build in a dockerfile (eg a multistage).
I like the …
-
Dear maintainers,
**Actual behavior**
I have a private mirror of `index.docker.io` hosted in [Harbor](goharbor.io). The address of the mirror is `harbor.example.com/docker-hub`. I can successful…
-
If I create a Dockerfile with named multistage images, for example backend and frontend, and frontend copies files from backend, podman-compose taggs both image names to the same image id.
Expected…
-
Hey all,
Recently we've made a lot of progress on a project called *Fuzzy*, which enables the resting of numerical uncertainty in pipelines. With multistage Docker builds, it has also become very e…
-
**Actual behavior**
Files generated via a `RUN` command should be included in the final image (e.g., regardless of file generation timestamp). This seems not to be the case.
I have generated a m…
-
This is related to [Kaniko do not use cache options](https://stackoverflow.com/questions/75414242/kaniko-do-not-use-cache-options/78225047#78225047)
When we set --cache-repo as ECR repo url, kaniko…
-
**Actual behavior**
Pushing large images (e.g 5Gb) with kaniko to some https registries (e.g ecr, quay or gitlab contianer registry) has been identified to be quite slow when using kaniko . After som…
-
## intro
This is a rough plan of the development internship program for 2024 -8 to 10 weeks program-. The intern need to be able to reason about the code, and be able to write tests (units and integ…
-
**Tell us about your request**
It would be good for example for maven projects that use docker multistage build to have to option to add all files of a type to the docker build keeping the folder str…
-
Hi. Currently, I am trying to set up an infrastructure for reusing caches for local (dev machine) builds.
Here are the steps:
1. Build an image using `docker buildx build` in CI (Gitlab CI) - Do…