File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM ghcr.io/microshift-io/microshift:${MICROSHIFT_VERSION}
33
44LABEL 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
Original file line number Diff line number Diff line change 8282
8383# If still empty, query the GHCR API for the latest tag
8484if [ -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
You can’t perform that action at this time.
0 commit comments