Skip to content
Snippets Groups Projects
Commit ea199e28 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

create new image, with only ubuntu, and python and git

parent 43beed7d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -57,3 +57,13 @@ build-install-annote-and-quicktree:
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree" for_build/annote_and_1tree
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu-annote-quicktree"
buid-ubuntu:
only:
- docker
stage: build
script:
- apk update ; apk add git
- git checkout master -- requirements.txt
- docker build --pull -t "$CI_REGISTRY_IMAGE/install-ubuntu" for_build/ubuntu
- docker push "$CI_REGISTRY_IMAGE/install-ubuntu"
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