Skip to content

Commit d2213ff

Browse files
authored
Merge pull request #2 from agullon/replace_default_github_org
Replace default github org for images
2 parents bcf2d5b + 5ef8d0e commit d2213ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ghcr.io/microshift-io/microshift:${MICROSHIFT_VERSION}
33

44
LABEL org.opencontainers.image.title="hybrid-inference-in-a-box" \
55
org.opencontainers.image.description="Immutable bootc appliance: MicroShift + vLLM Semantic Router" \
6-
org.opencontainers.image.source="https://github.com/agullon/hybrid-inference-in-a-box" \
6+
org.opencontainers.image.source="https://github.com/redhat-et/hybrid-inference-in-a-box" \
77
org.opencontainers.image.vendor="Red Hat" \
88
org.opencontainers.image.base.name="ghcr.io/microshift-io/microshift:${MICROSHIFT_VERSION}"
99

scripts/start-bootc-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fi
8282

8383
# If still empty, query the GHCR API for the latest tag
8484
if [ -z "${IMAGE}" ]; then
85-
GHCR_REPO="agullon/hybrid-inference-in-a-box"
85+
GHCR_REPO="redhat-et/hybrid-inference-in-a-box"
8686
TOKEN=$(curl -fSs "https://ghcr.io/token?scope=repository:${GHCR_REPO}:pull" 2>/dev/null \
8787
| python3 -c "import sys,json; print(json.load(sys.stdin)['token'])" 2>/dev/null || true)
8888
if [ -n "${TOKEN}" ]; then

0 commit comments

Comments
 (0)