Skip to content

Commit

Permalink
Use Node image compatible with Z and P environments (redhat-developer…
Browse files Browse the repository at this point in the history
…#6626)

* nodejs-compatible-image-to-resolve-podman-testcases-issues

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

---------

Co-authored-by: HarshithaMS <M.S.Harshitha@ibm.com>
  • Loading branch information
2 people authored and anandrkskd committed Mar 7, 2023
1 parent 4ddb19f commit 0bf6866
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/examples/source/nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM quay.io/phmartin/node:17
# Copied base image from docker hub to quay.io
# skopeo copy --all docker://node:19 docker://quay.io/odo-dev/node:19

FROM quay.io/odo-dev/node:19

WORKDIR /usr/src/app

Expand Down

0 comments on commit 0bf6866

Please sign in to comment.