Skip to content

Commit a212b95

Browse files
committed
chore: Update container image to use custom image with Maven, jq, curl, and Node 18
1 parent 84855ac commit a212b95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- build
128128
- runner-indexes
129129
container:
130-
image: maven:3.8.7-openjdk-18 # using the maven image with openjdk 18 from the docker hub - https://hub.docker.com/_/maven
130+
image: ghcr.io/tsviz/mvn_jq_curl_node18:5 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18
131131
services:
132132
# postgres service container
133133
postgres: # service name - postgres. This name is used to access the service container from the job container as the host name.
@@ -165,8 +165,6 @@ jobs:
165165
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
166166
# In this step, we are downloading the latest artifact from the build job and storing it in the container
167167
- run: |
168-
# Install JQ on the container
169-
microdnf install -y jq
170168
# Download the latest tests results artifact number from the GitHub API using jq to parse the JSON response
171169
curl \
172170
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)