hainenber commented on code in PR #40343:
URL: https://github.com/apache/superset/pull/40343#discussion_r3349743803
##########
Dockerfile:
##########
@@ -113,7 +113,7 @@ RUN useradd --user-group -d ${SUPERSET_HOME} -m
--no-log-init --shell /bin/bash
# Some bash scripts needed throughout the layers
COPY --chmod=755 docker/*.sh /app/docker/
-RUN pip install --no-cache-dir --upgrade uv
+COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
Review Comment:
This is causing failed build when I executed `docker compose up --build
superset` without any GH auth
```
failed to solve: ghcr.io/astral-sh/uv:latest: failed to resolve source
metadata for ghcr.io/astral-sh/uv:latest: failed to authorize: failed to fetch
oauth token: unexpected status from GET request to
https://ghcr.io/token?scope=repository%3Aastral-sh%2Fuv%3Apull&service=ghcr.io:
403 Forbidden
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]