-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build luigi, openvswitch images via github action #246
Conversation
6044462
to
398f91a
Compare
@@ -1,4 +1,4 @@ | |||
FROM alpine:3.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the key change here that fixes the issues building on Teamcity. Same as #138
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stick to Alpine 3.16 in Hostplumber : Backport to v0.5.4 branch
Reason : Hostplumber build uses
libexecinfo
andlibexecinfo-dev
which has been removed in Alpine 3.17 - build fails in Teamcity with higher version of Alpine DataDog/dd-trace-php#1824TODO: Can look into workarounds later to be able to support alpine 3.17 or higher YMMV : awslabs/aws-lambda-cpp#124 (comment)
Teamcity builds :
I have approved but we should call the targets |
398f91a
to
230682a
Compare
230682a
to
87ba47e
Compare
87ba47e
to
ab41d32
Compare
ab41d32
to
e236bb7
Compare
Image built via TC fails on certain hardware with core dumped error.
Building image via GitHub action with runs on : ubuntu-latest.
I have validated the image on the hardware it was failing on.
JIRA: https://platform9.atlassian.net/browse/PMK-6478
GitHub action triggers docker build and pushes images to dockerhub