You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker build args can be inspected with the docker history command - this means that our username/password combo is not necessarily protected (though they are not present in the final image, only the go-based stage which uses papatcher).
The easiest solution to this is probably to switch the build to BuildKit; the only barrier is that docker-compose currently doesn't support the buildkit secret syntax.
The text was updated successfully, but these errors were encountered:
Docker build args can be inspected with the
docker history
command - this means that our username/password combo is not necessarily protected (though they are not present in the final image, only the go-based stage which usespapatcher
).The easiest solution to this is probably to switch the build to BuildKit; the only barrier is that
docker-compose
currently doesn't support the buildkit secret syntax.The text was updated successfully, but these errors were encountered: