Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IP2I
Docker
elastic
Commits
5a15f82e
Commit
5a15f82e
authored
Sep 15, 2021
by
Giraud Yoan
Browse files
Autobuild images
parent
8f736031
Pipeline
#135770
passed with stage
in 2 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
.gitlab-ci.yml
.gitlab-ci.yml
+27
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
5a15f82e
stages
:
-
build
before_script
:
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
elasticsearch
:
image
:
gitlab-registry.in2p3.fr/ip2i/docker/docker
services
:
-
docker:dind
stage
:
build
script
:
-
docker build --pull -t $CI_REGISTRY_IMAGE:elasticsearch elasticsearch
-
docker push $CI_REGISTRY_IMAGE:elasticsearch
only
:
-
master
kibana
:
image
:
gitlab-registry.in2p3.fr/ip2i/docker/docker
services
:
-
docker:dind
stage
:
build
script
:
-
docker build --pull -t $CI_REGISTRY_IMAGE:kibana kibana
-
docker push $CI_REGISTRY_IMAGE:kibana
only
:
-
master
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