Closed
Description
Hi. Two days ago I have noticed that golangci/golangci-lint:latest switched to Alpine
INFO[0005] Retrieving image golangci/golangci-lint:latest
INFO[0007] Executing 0 build triggers
INFO[0007] Unpacking rootfs as cmd RUN cat /etc/*-release requires it.
INFO[0018] RUN cat /etc/*-release
INFO[0018] Taking snapshot of full filesystem...
INFO[0020] cmd: /bin/sh
INFO[0020] args: [-c cat /etc/*-release]
INFO[0020] Running: [/bin/sh -c cat /etc/*-release]
3.12.1
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.12.1
PRETTY_NAME="Alpine Linux v3.12"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://bugs.alpinelinux.org/"
Previous version used Debian. I've tried v1.32.0 and it was on Debian
INFO[0008] Unpacking rootfs as cmd RUN cat /etc/*-release requires it.
INFO[0023] RUN cat /etc/*-release
INFO[0023] Taking snapshot of full filesystem...
INFO[0026] cmd: /bin/sh
INFO[0026] args: [-c cat /etc/*-release]
INFO[0026] Running: [/bin/sh -c cat /etc/*-release]
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Are you dropping debian support?