Slackbot
08/03/2023, 8:15 PMChris Lee
08/03/2023, 8:37 PMGreg B
08/03/2023, 10:24 PMroot
and all files are owned by root
. What is odd is that when the gradle binaries are downloaded into the docker container running on the x86 the permissions are all set to be executable. But when they are downloaded into the docker container running on my M2 they are not set.
/service/fips-crypto # ls -la /root/.gradle/wrapper/dists/gradle-7.4.1-bin/58kw26xllvsiedyf3nujyarhn/gradle-7.4.1/bin/gradle
-rw-r--r-- 1 root root 8062 Aug 3 19:40 /root/.gradle/wrapper/dists/gradle-7.4.1-bin/58kw26xllvsiedyf3nujyarhn/gradle-7.4.1/bin/gradle
Greg B
08/04/2023, 1:16 PM