Ignore all files for build context

Prevents creation of additional build images.
Works with buildah as it parses .dockerignore if .containerignore is not present

Cherry-picked from: 45addf403b
This commit is contained in:
WeebDataHoarder 2022-06-21 13:49:40 +02:00 committed by Dmitry Lyzo
parent de5cf9a899
commit d82a242ff5

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
# Ignore everything for build image step, /code is passed via a volume
*