UNCLASSIFIED

Commits (2)
FROM golang:1.16.7-alpine AS build
FROM golang:1.17.0-alpine AS build
ENV DISTRIBUTION_DIR /go/src/github.com/docker/distribution
ENV DOCKER_BUILDTAGS include_oss include_gcs
......