Skip to content

Commit 81cd0ae

Browse files
authored
Pre-pull docker images in CI (#2035)
Pre-pull docker images in CI Update main.yml
1 parent 8346115 commit 81cd0ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ jobs:
2626
PYGEOAPI_CONFIG: "$(pwd)/pygeoapi-config.yml"
2727

2828
steps:
29+
- name: Pre-pull Docker Images
30+
run: |
31+
docker pull container-registry.oracle.com/database/express:21.3.0-xe &
32+
docker pull appropriate/curl:latest &
33+
docker pull elasticsearch:8.17.0 &
34+
docker pull opensearchproject/opensearch:2.18.0 &
35+
docker pull mdillon/postgis:latest &
36+
docker pull mongo:8.0.4 &
37+
docker pull ghcr.io/cgs-earth/sensorthings-action:0.1.0 &
38+
docker pull postgis/postgis:14-3.2 &
2939
- name: Clear up GitHub runner diskspace
3040
run: |
3141
echo "Space before"

0 commit comments

Comments
 (0)