mirror of
https://github.com/distribution/distribution.git
synced 2025-09-18 08:15:23 +00:00
update: remove gcs storage driver build tags
GCS storage driver used to be conditionally built due to its being outdated and basically unmaintained. Recently the driver has gone through a rework and updates. Let's remove the build tag so we have less headaches dealing with it and try keeping it up to date. Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
ARG GO_VERSION=1.20.12
|
||||
ARG ALPINE_VERSION=3.18
|
||||
ARG GOLANGCI_LINT_VERSION=v1.55.2
|
||||
ARG BUILDTAGS="include_gcs"
|
||||
ARG BUILDTAGS=""
|
||||
|
||||
FROM golangci/golangci-lint:${GOLANGCI_LINT_VERSION}-alpine AS golangci-lint
|
||||
|
||||
|
Reference in New Issue
Block a user