Skip to content
Snippets Groups Projects
Commit d93437ea authored by m431m's avatar m431m :speech_balloon:
Browse files

grandlyon => geofit

parent 5e31650c
No related branches found
No related tags found
No related merge requests found
......@@ -3,41 +3,10 @@
stages:
- build
build testing docker image:
build geofit docker image:
stage: build
only:
- develop
- staging
tags:
- build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"$DOCKER_SECRET\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination neogeo/onegeo-suite:testing
build tagged docker image:
stage: build
only:
- main
when: manual
tags:
- build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"$DOCKER_SECRET\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination neogeo/onegeo-suite:rc-$CI_PIPELINE_ID
- echo Image docker neogeo/onegeo-suite:rc-$CI_PIPELINE_ID livrée
build grandlyon docker image:
stage: build
only:
- grandlyon
- geofit
when: manual
tags:
- build
......@@ -47,4 +16,4 @@ build grandlyon docker image:
script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"$DOCKER_SECRET\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination neogeo/onegeo-suite:grandlyon
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination neogeo/onegeo-suite:geofit
# IMPORTANT: elasticsearch 7.14 ne marche pas avec un elasticsearch OSS
elasticsearch==7.13.0
-e git+https://github.com/neogeo-technologies/OWSLib.git@neogeo/0.25.0#egg=OWSLib
-e git+https://docker-onegeo-suite:D7S9gajfakqgzRwsAxB4@git.neogeo.fr/onegeo-suite/apps/django-onegeo-suite.git@grandlyon#egg=django_onegeo_suite
-e git+https://docker-onegeo-suite:D7S9gajfakqgzRwsAxB4@git.neogeo.fr/onegeo-suite/apps/django-onegeo-suite.git@geofit#egg=django_onegeo_suite
-e git+https://github.com/danpoland/drf-reverse-proxy@master#egg=drf-reverse-proxy
python-decouple
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