You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
I try to build a custom ci-builder image to build container images in gitlab-ci on kubernetes
In docker or kaniko a --target option is present.
i would like to control the build target in makisu in a similar way
Describe alternatives you've considered
Build with kaniko could work but multistage-builds are tricky and kaniko is not intended to be integrated in a custom image
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I try to build a custom ci-builder image to build container images in gitlab-ci on kubernetes
In docker or kaniko a --target option is present.
i would like to control the build target in makisu in a similar way
Describe the solution you'd like
a behaviour close to what the docker documentation describes
https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
Describe alternatives you've considered
Build with kaniko could work but multistage-builds are tricky and kaniko is not intended to be integrated in a custom image
The text was updated successfully, but these errors were encountered: