Skip to content
Snippets Groups Projects
Commit baee1e77 authored by Clemens Lange's avatar Clemens Lange
Browse files

Update base image

parent 3daaa96e
No related branches found
No related tags found
No related merge requests found
Pipeline #1423284 passed
...@@ -20,5 +20,5 @@ build_docker: ...@@ -20,5 +20,5 @@ build_docker:
- docker tag ${SHA256} ${TO} - docker tag ${SHA256} ${TO}
- docker push ${TO} - docker push ${TO}
variables: variables:
FROM: clelange/cc7-cms # Override the image specified in the Dockerfile FROM: gitlab-registry.cern.ch/clange/cmssw-docker/cc7-cms:latest
TO: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA} TO: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHORT_SHA}
#!/bin/bash #!/bin/bash
# exit when any command fails, but allow variables not set (no -u); verbose # exit when any command fails; be verbose
set -ex set -ex
# make cmsrel etc. work # make cmsrel etc. work
......
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