Closed ryanvade closed 3 years ago
This fixes an issue with creating the target/lambda directory during build. See https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label
target/lambda
I added mount flags for the docker build which fixesan issue with permissions in the container.
Local builds on Fedora 33.
Nothing
This fixes an issue with creating the
target/lambda
directory during build. See https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-labelWhat did you implement:
I added mount flags for the docker build which fixesan issue with permissions in the container.
How did you verify your change:
Local builds on Fedora 33.
What (if anything) would need to be called out in the CHANGELOG for the next release:
Nothing