Skip to content
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

latest docker image switched from Debian to Alpine #1486

Closed
akaroot opened this issue Nov 2, 2020 · 3 comments · Fixed by #1487
Closed

latest docker image switched from Debian to Alpine #1486

akaroot opened this issue Nov 2, 2020 · 3 comments · Fixed by #1487
Assignees
Labels
bug Something isn't working

Comments

@akaroot
Copy link

akaroot commented Nov 2, 2020

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?

@akaroot akaroot added the bug Something isn't working label Nov 2, 2020
@boring-cyborg
Copy link

boring-cyborg bot commented Nov 2, 2020

Hey, thank you for opening your first Issue ! 🙂 If you would like to contribute we have a guide for contributors.

@mac89
Copy link

mac89 commented Nov 2, 2020

This seems unintended. Caused by #1471.

@sayboras
Copy link
Member

sayboras commented Nov 2, 2020

Yeah, same as #1483, I will send the fix soon 🔢

@sayboras sayboras self-assigned this Nov 2, 2020
sayboras added a commit to sayboras/golangci-lint that referenced this issue Nov 2, 2020
This commit is to avoid tag overriding due to parallel build for
multiple base images (e.g. debian and alpine).

Closes golangci#1483 golangci#1486

Signed-off-by: Tam Mach <[email protected]>
sayboras added a commit that referenced this issue Nov 3, 2020
This commit is to avoid tag overriding due to parallel build for
multiple base images (e.g. debian and alpine).

Closes #1483 #1486

Signed-off-by: Tam Mach <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants