Skip to content
Snippets Groups Projects
Commit f955b304 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

(docker) update images' names

parent 626bafc6
No related branches found
No related tags found
No related merge requests found
...@@ -503,7 +503,7 @@ docs-deploy: ...@@ -503,7 +503,7 @@ docs-deploy:
build_system_docker: build_system_docker:
stage: step-A stage: step-A
variables: variables:
TO: $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME}Base TO: $CI_REGISTRY_IMAGE:GeoModel-${CI_COMMIT_REF_NAME}-Base
DOCKER_FILE: 'CI/DockerfileBase' DOCKER_FILE: 'CI/DockerfileBase'
# all submodules will be cloned recursively upon start of CI job # all submodules will be cloned recursively upon start of CI job
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
...@@ -517,12 +517,12 @@ build_system_docker: ...@@ -517,12 +517,12 @@ build_system_docker:
build_full_docker: build_full_docker:
stage: step-B stage: step-B
variables: variables:
TO: $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME}Full TO: $CI_REGISTRY_IMAGE:GeoModel-${CI_COMMIT_REF_NAME}-Full
DOCKER_FILE: 'CI/DockerfileFull' DOCKER_FILE: 'CI/DockerfileFull'
# all submodules will be cloned recursively upon start of CI job # all submodules will be cloned recursively upon start of CI job
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
BUILD_ARG: BASEIMAGE=$CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME}Base BUILD_ARG: BASEIMAGE=$CI_REGISTRY_IMAGE:GeoModel-${CI_COMMIT_REF_NAME}-Base
tags: tags:
- docker-image-build - docker-image-build
script: script:
...@@ -535,12 +535,12 @@ build_full_docker: ...@@ -535,12 +535,12 @@ build_full_docker:
build_light_docker: build_light_docker:
stage: step-B stage: step-B
variables: variables:
TO: $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME} TO: $CI_REGISTRY_IMAGE:GeoModel-${CI_COMMIT_REF_NAME}-Light
DOCKER_FILE: 'CI/DockerfileLight' DOCKER_FILE: 'CI/DockerfileLight'
# all submodules will be cloned recursively upon start of CI job # all submodules will be cloned recursively upon start of CI job
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
GIT_SSL_NO_VERIFY: "true" GIT_SSL_NO_VERIFY: "true"
BUILD_ARG: BASEIMAGE=$CI_REGISTRY_IMAGE:${CI_COMMIT_REF_NAME}Base BUILD_ARG: BASEIMAGE=$CI_REGISTRY_IMAGE:GeoModel-${CI_COMMIT_REF_NAME}-Base
tags: tags:
- docker-image-build - docker-image-build
script: script:
......
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