wrongsecrets icon indicating copy to clipboard operation
wrongsecrets copied to clipboard

Migrate to build containers for wrongsecrets

Open commjoen opened this issue 1 year ago • 3 comments

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.

commjoen avatar Oct 11 '24 09:10 commjoen

Hi @commjoen typo on the title.

contianers -> containers

za avatar Dec 24 '24 09:12 za

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

za avatar Apr 16 '25 07:04 za

no a bit wider: a container that is used to do the development from as well.

commjoen avatar Apr 16 '25 11:04 commjoen