mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
11 lines
517 B
Docker
11 lines
517 B
Docker
# Set to the version for this archive
|
|
ARG VER=vXX
|
|
|
|
# This image comes from the Dockerfile.onbuild file in the docs-builder branch
|
|
# https://github.com/docker/docker.github.io/blob/docs-builder/Dockerfile.onbuild
|
|
FROM docs/docker.github.io:docs-builder-onbuild AS builder
|
|
|
|
# Reset the docs:onbuild image, which is based on nginx:alpine
|
|
# This image comes from the Dockerfile in the nginx-onbuild branch
|
|
# https://github.com/docker/docker.github.io/blob/nginx-onbuild/Dockerfile
|
|
FROM docs/docker.github.io:nginx-onbuild |