Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
data-discovery
Commits
665f79ee
Verified
Commit
665f79ee
authored
Jul 27, 2020
by
Raphaël Flores
Browse files
Use forgeMIA registry to fetch Docker images.
GNP-5796
.
parent
c351625e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
665f79ee
...
...
@@ -13,7 +13,7 @@ stages:
# Image source available on https://forgemia.inra.fr/urgi-is/docker-rare
# It contains a JDK 8 and a Chrome browser
# Node, NPM and Yarn are installed by Gradle
image
:
urgi
/docker-browsers:latest
image
:
registry.forgemia.inra.fr/urgi-is/docker-rare
/docker-browsers:latest
# Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh
...
...
@@ -33,7 +33,7 @@ build-es-synonyms-docker-image:
# https://stackoverflow.com/questions/47280922/role-of-docker-in-docker-dind-service-in-gitlab-ci
# The runner should be executed in privileged mode.
# It is recommended to use dind with TLS enabled.
image
:
urgi
/docker-git:latest
image
:
registry.forgemia.inra.fr/urgi-is/docker-rare
/docker-git:latest
stage
:
es-synonyms
services
:
-
docker:19.03.12-dind
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment