This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new 46415a466 Fix kie-issues #1217 - Replace quay.io with docker.io (#2056)
46415a466 is described below

commit 46415a46617ad3639a897c985fa96301898bf3b0
Author: Ricardo Zanini <[email protected]>
AuthorDate: Wed May 22 12:03:13 2024 -0300

    Fix kie-issues #1217 - Replace quay.io with docker.io (#2056)
    
    Signed-off-by: Ricardo Zanini <[email protected]>
---
 jitexecutor/jitexecutor-runner/src/main/docker/Dockerfile.native | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jitexecutor/jitexecutor-runner/src/main/docker/Dockerfile.native 
b/jitexecutor/jitexecutor-runner/src/main/docker/Dockerfile.native
index 9d1b98b35..2808f7174 100644
--- a/jitexecutor/jitexecutor-runner/src/main/docker/Dockerfile.native
+++ b/jitexecutor/jitexecutor-runner/src/main/docker/Dockerfile.native
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to