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:
- docker tag ${SHA256} ${TO}
- docker push ${TO}
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}
#!/bin/bash
# exit when any command fails, but allow variables not set (no -u); verbose
# exit when any command fails; be verbose
set -ex
# make cmsrel etc. work
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment