Docker image: Add label org.opencontainers.image.source for release notes in Renovate dependency updates

This commit is contained in:
Robin Schneider 2025-01-13 12:31:44 +01:00 committed by Nick Craig-Wood
parent 0d9fe51632
commit be53ae98f8

View File

@ -12,6 +12,8 @@ RUN ./rclone version
# Begin final image
FROM alpine:latest
LABEL org.opencontainers.image.source="https://github.com/rclone/rclone"
RUN apk --no-cache add ca-certificates fuse3 tzdata && \
echo "user_allow_other" >> /etc/fuse.conf