Skip to content

Commit 14af2e2

Browse files
sutaakaropenshift-merge-bot[bot]
authored andcommitted
Specify default test images as env variables in Dockerfile
1 parent eb91ade commit 14af2e2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-and-push-test-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'go.mod'
1010
- 'go.sum'
1111
- 'tests/**'
12+
- 'images/tests/**'
1213
workflow_dispatch:
1314

1415
jobs:

images/tests/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ COPY tests/ .
2020

2121
# Command to run the tests
2222
ENTRYPOINT [ "gotestsum"]
23+
24+
# Configure images using environment variables
25+
ENV FMS_HF_TUNING_IMAGE=quay.io/modh/fms-hf-tuning:release
26+
ENV NOTEBOOK_IMAGE=quay.io/modh/odh-generic-data-science-notebook:v3-20250519

0 commit comments

Comments
 (0)