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
I noticed the docker build was failing, I suspect from this change. It seems COPY --chown requires a group when given a username. I've written a PR that sets it to nogroup.
docker build -t tmp -f Dockerfile .
Step 9/14 : COPY --chown=radicale --from=builder /app/venv /app
ERROR: Service 'radicale' failed to build: unable to convert uid/gid chown string to host mapping: can't find gid for group radicale: no such group: radicale
I noticed the docker build was failing, I suspect from this change. It seems
COPY --chown
requires a group when given a username. I've written a PR that sets it to nogroup.#1420
The text was updated successfully, but these errors were encountered: