Skip to content

Commit

Permalink
Fix kie-issues apache#1217 - Replace quay.io with docker.io (apache#2056
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ricardo Zanini <zanini@redhat.com>
  • Loading branch information
ricardozanini authored and rgdoliveira committed Jun 10, 2024
1 parent 3ad0e27 commit c5fee2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
#
# Then, build the image with:
#
# docker build -f src/main/docker/Dockerfile.native -t quay.io/kiegroup/jit-runner-native .
# docker build -f src/main/docker/Dockerfile.native -t docker.io/apache/incubator-kie-jit-runner-native .
#
# Then run the container using:
#
# docker run -i --rm -p 8080:8080 quay.io/kiegroup/jit-runner-native
# docker run -i --rm -p 8080:8080 docker.io/apache/incubator-kie-jit-runner-native
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal
Expand Down

0 comments on commit c5fee2d

Please sign in to comment.