Migrate to build containers for wrongsecrets
In order to reduce dependency on the java version used, we should have a build/development container which as base layer contain JDK22 and the wrongsecrets-binaries. and have a challenge in which a secret is injected from that build container.
Hi @commjoen typo on the title.
contianers -> containers
Hi @commjoen are you referring to this build container?
A build container is a container that is created by every instruction in the Dockerfile (at least it was the case). When you use the RUN instruction, it creates a container, runs the command, commits the container to an image layer.
https://forums.docker.com/t/what-is-a-build-container/141421
no a bit wider: a container that is used to do the development from as well.