We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e055e1c commit a3d73d2Copy full SHA for a3d73d2
ansible/roles/operator-pipeline/templates/openshift/tasks/generate-index.yml
@@ -40,8 +40,9 @@ spec:
40
# Copy the default credentials to the "output" workspace so they can be
41
# accessed without root access in other steps.
42
mkdir -p $DOCKER_CONFIG
43
+ chmod 775 $DOCKER_CONFIG
44
cp $HOME/.docker/config.json $DOCKER_CONFIG/config.json
- chmod 644 $DOCKER_CONFIG/config.json
45
+ chmod 664 $DOCKER_CONFIG/config.json
46
47
# Pull the index image from a pre-configured imagestream in the current namespace.
48
# It may be possible to eliminate this once sqlite-based index images are no
@@ -94,7 +95,6 @@ spec:
94
95
> temp-config.json
96
97
mv temp-config.json $DOCKER_CONFIG/config.json
- rm temp-config.json
98
fi
99
100
if [ -f "$FBC_FILE" ]; then
0 commit comments