mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Deprecate custom golangci-lint images
This commit is contained in:
parent
2a15b1419d
commit
84f1df29eb
3 changed files with 6 additions and 0 deletions
|
|
@ -3,3 +3,5 @@ FROM golangci/golangci-lint:v1.50-alpine
|
||||||
RUN apk --no-cache add git jq bash
|
RUN apk --no-cache add git jq bash
|
||||||
# Include a default .golangci.yml
|
# Include a default .golangci.yml
|
||||||
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
||||||
|
|
||||||
|
RUN echo "DEPRECATED. Please use the upstream version of the linter golangci/golangci-lint:v1.50-alpine"
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,5 @@ FROM golangci/golangci-lint:v1.51-alpine
|
||||||
RUN apk --no-cache add git jq bash
|
RUN apk --no-cache add git jq bash
|
||||||
# Include a default .golangci.yml
|
# Include a default .golangci.yml
|
||||||
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
||||||
|
|
||||||
|
RUN echo "DEPRECATED. Please use the upstream version of the linter golangci/golangci-lint:v1.51-alpine"
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,5 @@ FROM golangci/golangci-lint:v1.52-alpine
|
||||||
RUN apk --no-cache add git jq bash
|
RUN apk --no-cache add git jq bash
|
||||||
# Include a default .golangci.yml
|
# Include a default .golangci.yml
|
||||||
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
COPY /assets/.golangci.yml /golangci/.golangci.yml
|
||||||
|
|
||||||
|
RUN echo "DEPRECATED. Please use the upstream version of the linter golangci/golangci-lint:v1.52-alpine"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue