Skip to content
Snippets Groups Projects
Commit 0475eb7d authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-205: Pull and cache images

parent b37be710
No related branches found
No related tags found
1 merge request!183Docker image building & pushing with CI pipeline caching
......@@ -7,6 +7,7 @@ variables:
cache:
paths:
- .cache/pip
- /var/lib/docker
stages:
# - building
# - linting
......@@ -113,4 +114,5 @@ docker_images:
- touch /root/.Xauthority
# Hack BASH_SOURCE into sourced files, docker its sh shell won't set this
- export BASH_SOURCE=$(pwd)/bootstrap/etc/lofar20rc.sh
- docker info
- cd docker-compose
- make pull
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