Skip to content

dev: fix Docker image on tag #4392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 15, 2024
Merged

dev: fix Docker image on tag #4392

merged 2 commits into from
Feb 15, 2024

Conversation

ldez
Copy link
Member

@ldez ldez commented Feb 15, 2024

Fixes #4391

$ docker run --rm -it golangci/golangci-lint:v1.56 sh  
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
# golangci-lint version
golangci-lint has version 1.56.2 built with go1.22.0 from 58a724a0 on 2024-02-15T18:01:51Z
# 
$ docker run --rm -it golangci/golangci-lint:latest sh
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
# golangci-lint version
golangci-lint has version 1.56.2 built with go1.22.0 from 58a724a0 on 2024-02-15T18:01:51Z
# 
$ docker run --rm -it golangci/golangci-lint:v1.56.2 sh
/app # cat /etc/os-release
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.19.1
PRETTY_NAME="Alpine Linux v3.19"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
/ # golangci-lint version
golangci-lint has version 1.56.2 built with go1.22.0 from 58a724a0 on 2024-02-15T18:01:51Z
/ # 

Note: I re-published the Docker images (based on this PR) and now the problem is fixed.

@ldez ldez added bug Something isn't working docker PR that update Docker code labels Feb 15, 2024
@ldez ldez requested a review from Antonboom February 15, 2024 20:39
@ldez ldez merged commit 76cfe46 into golangci:master Feb 15, 2024
@ldez ldez deleted the fix/docker-image branch February 15, 2024 21:19
@ldez ldez added this to the next milestone Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docker PR that update Docker code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants