mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 19:48:47 +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
|
# Begin final image
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/rclone/rclone"
|
||||||
|
|
||||||
RUN apk --no-cache add ca-certificates fuse3 tzdata && \
|
RUN apk --no-cache add ca-certificates fuse3 tzdata && \
|
||||||
echo "user_allow_other" >> /etc/fuse.conf
|
echo "user_allow_other" >> /etc/fuse.conf
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user