mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
8 lines
120 B
Docker
8 lines
120 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
ARG NOTARY_VERSION=0.6.1
|
|
|
|
FROM notary:server-${NOTARY_VERSION}
|
|
|
|
COPY ./notary/ /fixtures/
|