You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 8 of this action fails to build my Dockerfile for some reason, and the error message is a non-descriptive ERROR: invalid user index: -1. The line in the Dockerfile that fails is COPY --from=builder --link --chown=ubuntu:ubuntu /app /app, and the ubuntu user/group exists in the image.
Version 8 of this action fails to build my Dockerfile for some reason, and the error message is a non-descriptive
ERROR: invalid user index: -1
. The line in the Dockerfile that fails isCOPY --from=builder --link --chown=ubuntu:ubuntu /app /app
, and the ubuntu user/group exists in the image.Here's the end of the log from https://github.com/opendatacube/datacube-docker/actions/runs/12019463956/job/33506297098 running on the main branch:
In comparison, here's the log for a different job (https://github.com/opendatacube/datacube-docker/actions/runs/12006991028/job/33466657469) of the same commit on the main branch:
The job that doesn't fail runs on a regular Github CI runner using ubuntu-latest using the Docker packages Github provides by default.
I don't know why the buildx this action uses both lowercases the
COPY
and omits the--from=builder --link --chown=ubuntu:ubuntu
in the output.The text was updated successfully, but these errors were encountered: