Keeping build time secrets a secret

Changes to the examples

Commands

docker image build -t test .
docker image build -t test --buld-arg GITHUB_TOKEN=abc .
docker image history test
docker image build -t test --buld-arg GITHUB_TOKEN=abc .
docker image history test

Monoliths vs microservices

Testing applications