scripts: imp docs; upd alpine
This commit is contained in:
parent
b9b93f1286
commit
f987c25598
|
@ -1,6 +1,6 @@
|
||||||
# A docker file for scripts/make/build-docker.sh.
|
# A docker file for scripts/make/build-docker.sh.
|
||||||
|
|
||||||
FROM alpine:3.13
|
FROM alpine:3.16
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
|
@ -50,6 +50,11 @@ readonly docker_image_name
|
||||||
|
|
||||||
# Set DOCKER_OUTPUT to 'type=image,name=adguard/adguard-home,push=true' if you
|
# Set DOCKER_OUTPUT to 'type=image,name=adguard/adguard-home,push=true' if you
|
||||||
# want (and are allowed) to push to DockerHub.
|
# want (and are allowed) to push to DockerHub.
|
||||||
|
#
|
||||||
|
# If you want to inspect the resulting image using commands like "docker image
|
||||||
|
# ls", change type to docker and also set docker_platforms to a single platform.
|
||||||
|
#
|
||||||
|
# See https://github.com/docker/buildx/issues/166.
|
||||||
docker_output="${DOCKER_OUTPUT:-type=image,name=${docker_image_name},push=false}"
|
docker_output="${DOCKER_OUTPUT:-type=image,name=${docker_image_name},push=false}"
|
||||||
readonly docker_output
|
readonly docker_output
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue