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

Update what packages we install in our "release" and "latest" images #3633

Closed
SeanTAllen opened this issue Aug 30, 2020 · 0 comments · Fixed by #3642
Closed

Update what packages we install in our "release" and "latest" images #3633

SeanTAllen opened this issue Aug 30, 2020 · 0 comments · Fixed by #3642
Assignees

Comments

@SeanTAllen
Copy link
Member

At the moment, we use the generic glibc build which means that the builder environment and the docker image base for release and latest need to match.

Once #3632 is done, we will have explicit nightly and release images for ubuntu 20.04.

We should switch release and latest to doing

ponyup platform ubuntu20.04 to make sure they install the matching release.

Further,

we need to update the logic in handle-external-event.yml to trigger build those images not when the generic glibc package is available in cloudsmith but when the ubuntu20.04 packages are.

@SeanTAllen SeanTAllen self-assigned this Sep 5, 2020
SeanTAllen added a commit that referenced this issue Sep 5, 2020
Previously it was based on glibc which might not be the same
as the base image that we are using.

Closes #3633
SeanTAllen added a commit that referenced this issue Sep 7, 2020
Previously it was based on glibc which might not be the same
as the base image that we are using.

The PR job to test that this image builds is turned off my this
commit as it won't build til after the next release. An issue has
been created to turn it back on after the next release.

Closes #3633
SeanTAllen added a commit that referenced this issue Sep 8, 2020
Previously it was based on glibc which might not be the same
as the base image that we are using.

The PR job to test that this image builds is turned off my this
commit as it won't build til after the next release. An issue has
been created to turn it back on after the next release.

Closes #3633
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 a pull request may close this issue.

1 participant