mirror of
https://github.com/docker/cli.git
synced 2026-08-28 02:24:15 -05:00
8 lines
125 B
Docker
8 lines
125 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
ARG NOTARY_VERSION=0.6.1
|
|
|
|
FROM notary:server-${NOTARY_VERSION}
|
|
|
|
COPY ./notary-evil/ /fixtures/
|