Closed
Description
Thank you for creating the issue!
- Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported.
- Yes, I've searched similar issues on GitHub and didn't find any.
- Yes, I've included all information below (version, config, etc).
It seems Docker images up to golangci/golangci-lint:v1.32.0
were containing make
binary, which was handy, when having a Makefile
target which will trigger linting, which I believe might be a common scenario.
However, golangci/golangci-lint:v1.32.1
image no longer includes make
, which at the moment breaks the CI for our project and blocks us from updating to latest version of the linter.
It would be great to have make
back, so we can keep using official upstream images for linting!
Console log:
$ docker run -it --entrypoint /bin/sh golangci/golangci-lint:v1.32.0 -c 'which make'
Unable to find image 'golangci/golangci-lint:v1.32.0' locally
v1.32.0: Pulling from golangci/golangci-lint
e4c3d3e4f7b0: Already exists
101c41d0463b: Already exists
8275efcd805f: Already exists
751620502a7a: Already exists
aaabf962c4fc: Already exists
7883babec904: Pull complete
1791d366c848: Pull complete
974f06baf804: Pull complete
Digest: sha256:d69fe1a8460770ddca730654c880a9ddad33bc538f162be084135d73d7adf8bd
Status: Downloaded newer image for golangci/golangci-lint:v1.32.0
/usr/bin/make
$ docker run -it --entrypoint /bin/sh golangci/golangci-lint:v1.32.1 -c 'which make'
Unable to find image 'golangci/golangci-lint:v1.32.1' locally
v1.32.1: Pulling from golangci/golangci-lint
188c0c94c7c5: Pull complete
0ef7d3d256c8: Pull complete
de9db76c5a1d: Pull complete
0eba1c9be4d2: Pull complete
0d57e429df01: Pull complete
59a968b239ef: Pull complete
df2d921a9792: Pull complete
Digest: sha256:5a0752732d0da7b838db12c317fffb76b0a13ef594ced9ceea32dc4def48f5b6
Status: Downloaded newer image for golangci/golangci-lint:v1.32.1