Skip to content

Commit 463c15d

Browse files
Use Node image compatible with Z and P environments (#6626)
* nodejs-compatible-image-to-resolve-podman-testcases-issues * Update Dockerfile * Update Dockerfile * Update Dockerfile --------- Co-authored-by: HarshithaMS <[email protected]>
1 parent 99d6450 commit 463c15d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/examples/source/nodejs/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
FROM quay.io/phmartin/node:17
1+
# Copied base image from docker hub to quay.io
2+
# skopeo copy --all docker://node:19 docker://quay.io/odo-dev/node:19
3+
4+
FROM quay.io/odo-dev/node:19
25

36
WORKDIR /usr/src/app
47

0 commit comments

Comments
 (0)