Skip to content
Snippets Groups Projects
Commit 364551fb authored by alex kuklin's avatar alex kuklin
Browse files

docker config dir update

parent 21f2ab65
No related branches found
No related tags found
1 merge request!42119 devops concurrent ci
......@@ -7,11 +7,17 @@ stages:
- manifest
- deploy
variables:
DOCKER_CONFIG: ~/.docker/$CI_JOB_ID
before_script:
- "[ -d ~/.docker ] || mkdir ~/.docker"
- "echo '{ \"experimental\": \"enabled\" }' > ~/.docker/config.json"
- "[ -d $DOCKER_CONFIG ] || mkdir -p $DOCKER_CONFIG"
- "echo '{ \"experimental\": \"enabled\" }' > $DOCKER_CONFIG/config.json"
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
after_script:
- "rm -vRf $DOCKER_CONFIG"
ppc64le:
variables:
IMAGE: $CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME:$CI_COMMIT_REF_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment