mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 13:28:30 +08:00
Docker image: Add label org.opencontainers.image.source for release notes in Renovate dependency updates
This commit is contained in:
parent
0d9fe51632
commit
be53ae98f8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user