|
@@ -165,15 +165,6 @@ RUN ./contrib/download-frozen-image-v2.sh /docker-frozen-images \
|
|
|
aarch64/hello-world:latest@sha256:65a4a158587b307bb02db4de41b836addb0c35175bdc801367b1ac1ddeb9afda
|
|
|
# see also "hack/make/.ensure-frozen-images" (which needs to be updated any time this list is)
|
|
|
|
|
|
-# Download man page generator
|
|
|
-RUN set -x \
|
|
|
- && export GOPATH="$(mktemp -d)" \
|
|
|
- && git clone --depth 1 -b v1.0.5 https://github.com/cpuguy83/go-md2man.git "$GOPATH/src/github.com/cpuguy83/go-md2man" \
|
|
|
- && git clone --depth 1 -b v1.4 https://github.com/russross/blackfriday.git "$GOPATH/src/github.com/russross/blackfriday" \
|
|
|
- && go get -v -d github.com/cpuguy83/go-md2man \
|
|
|
- && go build -v -o /usr/local/bin/go-md2man github.com/cpuguy83/go-md2man \
|
|
|
- && rm -rf "$GOPATH"
|
|
|
-
|
|
|
# Download toml validator
|
|
|
ENV TOMLV_COMMIT 9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
RUN set -x \
|