We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Docker build fails when using a Git URL build context since #6155.
To Reproduce
docker build https://github.com/ether/etherpad-lite.git [...] => ERROR [build 8/13] COPY --chown=etherpad:etherpad ./.git/HEA[D] ./.git/HEAD
Indeed there is no .git on a bare repository.
.git
Being able to use the upstream Dockerfile while customizing it with args is super useful.
I cannot think of an obvious way to fix it. What do you think ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Docker build fails when using a Git URL build context since #6155.
To Reproduce
Indeed there is no
.git
on a bare repository.Being able to use the upstream Dockerfile while customizing it with args is super useful.
I cannot think of an obvious way to fix it. What do you think ?
The text was updated successfully, but these errors were encountered: