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

Remove 'gimme' tool and -devel packages from build toolchain #875

Open
wants to merge 1 commit into
base: mainline
Choose a base branch
from

Conversation

sparrc
Copy link
Contributor

@sparrc sparrc commented Nov 13, 2024

Summary

Instead use official public ECR golang images.

Also remove unecessary "-devel" packages in main-release image.

Fixes #368

This is a re-attempt of #868, except this time only remove devel packages from the "main release base" image, leave them in the build image. And this time I've also run make debug.

Issue #, if available: 368

Testing

make debug succeeded: yes
Integ tests succeeded: yes
New tests cover the changes: no

Description for the changelog

Remove 'gimme' build tool, remove some -devel packages from release base image

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Instead use official public ECR golang images.

Also remove unecessary "-devel" packages in main-release image.

Fixes #368
@sparrc sparrc requested a review from a team as a code owner November 13, 2024 00:41
@swapneils
Copy link
Contributor

Covered by the testing, and conceptually we've approved this change in #868, which looks identical aside from the removed yum target changes. No apparent issues with this PR.

We'll need to wait until 2.32.4 is upgraded to stable before merging this change, though, to avoid introducing a latest/stable mismatch.

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.

yum install -devel in dockerfile
2 participants