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

Upgrade Go, Docker client and Alpine image #28

Conversation

reneleonhardt
Copy link

  • Upgrade Alpine 3.9.6 to 3.13.5
  • Upgrade Docker 1.4.2 to 20.10.7
  • Upgrade Go 1.13.3 to 1.16.5

Trivy showed several problems in the container image and dependencies, so I upgraded everything.
You can integrate it into GitHub Actions if you want:
https://aquasecurity.github.io/trivy/latest/examples/report/#sarif

* Upgrade Alpine 3.9.6 to 3.13.5
* Upgrade Docker 1.4.2 to 20.10.7
* Upgrade Go 1.13.3 to 1.16.5
@bsideup
Copy link
Member

bsideup commented Sep 2, 2021

Upgrade Docker 1.4.2 to 20.10.7

could you please make sure that the API Version stays the same?

@gesellix
Copy link
Contributor

I think this one should be merged before #40. I'd rebase my pull request then.

@mdelapenya
Copy link
Member

I'm working on a PR that adds unit tests using testcontainers-go for creating containers and networks to be removed. In that branch the version of the Docker dependency has been bumped, so it will get into conflicts with this one.

I think I'll send my PR today, so we will probably notify this PR with an update or even closing is as superseded

@mdelapenya mdelapenya mentioned this pull request Nov 7, 2022
@@ -74,8 +74,8 @@ func processRequests(deathNote map[string]bool, firstConnected chan<- bool, wg *
panic(err)
}
log.Printf("New client connected: %s\n", conn.RemoteAddr().String())
wg.Add(1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you send this potential fix including explanation in a separate PR? 🙏

We are going to close this PR as the dependencies will be bumped in #46

@mdelapenya
Copy link
Member

Given #50 is merged, and in there we are bumping:

  • Upgrade Alpine to 3.16
  • Upgrade Go to 1.18

I'm closing this PR as obsolete. In any case, thanks for contributing to Ryuk!

@mdelapenya mdelapenya closed this Mar 6, 2023
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.

4 participants