Stack build should not automatically push images #1217
Labels
enhancement
New feature or request
infra-stack
Infrastructure issues relating to the stack-manager, stack-data-uploader or the agent templates
./stack.sh build
currently not only builds but also pushes any built images (there is not even an option to disable that). This is disastrous, as people are using this during development and has caused terabytes of garbage images to accumulate in our image repository.A more sustainable behaviour would be if the pushing is disabled by default, and can be enabled by passing an optional argument.
The text was updated successfully, but these errors were encountered: