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

ci: Explicitly use Debian Bullseye-based Go image #23

Merged
merged 1 commit into from
Jul 31, 2023

Conversation

protochron
Copy link
Contributor

Feature or Problem

It looks like the maintainers of the Go Docker image decided to switch to base their images off of Debian Bookworm instead of Bullseye. This meant that golang-1.20 pulled an image with a newer version of glibc which only broke when trying to run the image.

This is a quick fix that explicitly calls for the Bullseye version of the build image.

Related Issues

Closes #22, #16.

Consumer Impact

Testing

Built on platform(s)

  • x86_64-linux
  • aarch64-linux

Tested on platform(s)

  • x86_64-linux
  • aarch64-linux

Unit Test(s)

Manual Verification

It looks like the maintainers of the Go Docker image decided to switch
to base their images off of Debian Bookworm instead of Bullseye. This
meant that `golang-1.20` pulled an image with a newer version of glibc
which only broke when trying to run the image.

This is a quick fix that explicitly calls for the Bullseye version of
the build image.

Closes #22, #16.
@netlify
Copy link

netlify bot commented Jul 31, 2023

Deploy Preview for netreap canceled.

Name Link
🔨 Latest commit 38a527f
🔍 Latest deploy log https://app.netlify.com/sites/netreap/deploys/64c7b51740d075000899dc30

@protochron protochron merged commit 345e3f9 into main Jul 31, 2023
7 checks passed
@protochron protochron deleted the fix_netreap_build branch July 31, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Netreap version 0.1.2
3 participants