mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-16 07:00:13 +01:00
Fix typo
This commit is contained in:
parent
83d1eca2e6
commit
c4ae6183f2
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ LABEL "org.opencontainers.image.url"="https://containrrr.dev/watchtower/" \
|
||||||
"org.opencontainers.image.licenses"="Apache-2.0" \
|
"org.opencontainers.image.licenses"="Apache-2.0" \
|
||||||
# unsure about capitalization
|
# unsure about capitalization
|
||||||
"org.opencontainers.image.title"="watchtower" \
|
"org.opencontainers.image.title"="watchtower" \
|
||||||
"org.opencontainers.image.title"="A process for automating Docker container base image updates." \
|
"org.opencontainers.image.description"="A process for automating Docker container base image updates." \
|
||||||
# The version might be forgotten. The version could be extraced into a `ARG` before the initial `FROM` or removed.
|
# The version might be forgotten. The version could be extraced into a `ARG` before the initial `FROM` or removed.
|
||||||
"org.opencontainers.image.base.name"="alpine:3.19.0"
|
"org.opencontainers.image.base.name"="alpine:3.19.0"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ LABEL "org.opencontainers.image.url"="https://containrrr.dev/watchtower/" \
|
||||||
"org.opencontainers.image.source"="https://github.com/containrrr/watchtower" \
|
"org.opencontainers.image.source"="https://github.com/containrrr/watchtower" \
|
||||||
"org.opencontainers.image.licenses"="Apache-2.0" \
|
"org.opencontainers.image.licenses"="Apache-2.0" \
|
||||||
"org.opencontainers.image.title"="watchtower" \
|
"org.opencontainers.image.title"="watchtower" \
|
||||||
"org.opencontainers.image.title"="A process for automating Docker container base image updates." \
|
"org.opencontainers.image.description"="A process for automating Docker container base image updates." \
|
||||||
"org.opencontainers.image.base.name"="alpine"
|
"org.opencontainers.image.base.name"="alpine"
|
||||||
|
|
||||||
# copy files from other container
|
# copy files from other container
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue