mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 05:42:00 +08:00
Set the image version from build arg.
This commit is contained in:
parent
0a14c7967b
commit
dad35f5050
@ -4,6 +4,8 @@
|
||||
# https://github.com/jlesage/docker-firefox
|
||||
#
|
||||
|
||||
ARG DOCKER_IMAGE_VERSION=unknown
|
||||
|
||||
# Pull base image.
|
||||
FROM jlesage/baseimage-gui:alpine-3.9-v3.5.2
|
||||
|
||||
@ -119,6 +121,6 @@ VOLUME ["/config"]
|
||||
LABEL \
|
||||
org.label-schema.name="firefox" \
|
||||
org.label-schema.description="Docker container for Firefox" \
|
||||
org.label-schema.version="unknown" \
|
||||
org.label-schema.version="$DOCKER_IMAGE_VERSION" \
|
||||
org.label-schema.vcs-url="https://github.com/jlesage/docker-firefox" \
|
||||
org.label-schema.schema-version="1.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user