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-tools.git
The following commit(s) were added to refs/heads/main by this push:
new a0f73295292 NO-ISSUE: Update sparse-checkout Docker instructions to
use `docker.io` instead of `quay.io` build image. (#2443)
a0f73295292 is described below
commit a0f73295292ac69bfd1dd403b9152aace6743c59
Author: Tiago Bento <[email protected]>
AuthorDate: Fri Jun 21 13:57:21 2024 -0400
NO-ISSUE: Update sparse-checkout Docker instructions to use `docker.io`
instead of `quay.io` build image. (#2443)
---
scripts/sparse-checkout/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/sparse-checkout/README.md
b/scripts/sparse-checkout/README.md
index 56629aa39f5..3fde693adbf 100644
--- a/scripts/sparse-checkout/README.md
+++ b/scripts/sparse-checkout/README.md
@@ -50,7 +50,7 @@ pnpm -F boxed-expression-component... build:dev
- Docker
```
-docker run -it -p 9900:9900 --rm quay.io/kie-tools/kie-tools-ci-build bash -ic
'\
+docker run -it -p 9900:9900 --rm
docker.io/apache/incubator-kie-tools-ci-build:main bash -ic '\
cd; \
ORG="apache"; \
BRANCH="main"; \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]