Replies: 1 comment
-
I am using the docker image for atlantis |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've been running Atlantis v0.26.0 in an Azure Container App for a while now, and was trying to use latest.
The data is being stored in a Storage Account with two file shares that connected to the container apps environment.
After upgrading to the latest version I get an error saying:
running git clone --depth=1 --branch update/all_atlantises --single-branch https://github.com/xxxx..my url/80/default: Cloning into '/mnt/data/repos/myrepo/azure-atlantis/80/default'...
error: chmod on /mnt/data/repos/myrepo/azure-atlantis/80/default/.git/config.lock failed: Operation not permitted
fatal: could not set 'core.filemode' to 'false'
: exit status 128
I'm able to read and write to the file shares from inside the container, but not use chmod. Any tips on what I can try? I have tried setting core.filemod to false manually, but that did not help.
If I'm downgrading back to v0.26.0 it works fine again, but it would be nice to be able to run the latest version.
Beta Was this translation helpful? Give feedback.
All reactions