Skip to content

Commit

Permalink
aiida: pin docker image (#7)
Browse files Browse the repository at this point in the history
Try pinning docker image in order to speed up launch times.
  • Loading branch information
ltalirz authored Oct 26, 2021
1 parent 8dafff1 commit 503b729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiida/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ image_build:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN http://$CI_REGISTRY
script: |
CI_COMMIT_SHA_7=$(echo $CI_COMMIT_SHA | cut -c1-7)
docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
#docker build --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7 .
#docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA_7
1 change: 1 addition & 0 deletions aiida/.renku/renku.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
{% if archive_url %}
default_url = /lab/tree/notebooks/explore.ipynb
{% endif %}
image = registry.renkulab.io/leopold.talirz1/build-new-docker-image:41b84af

0 comments on commit 503b729

Please sign in to comment.