Upgrade Docker image to use Ubuntu Bionic#836
Merged
xtreme-jason-smith merged 2 commits intomasterfrom Jun 18, 2021
Merged
Conversation
Ubuntu Xenial reached EOL in April 2021. Some of the Ubuntu packages this image required were being pulled due to the EOL causing build failures. As such, the image was updated to use the next Ubuntu verseion. Some minor image cleanup are also included in this commit. [#178471230] Signed-off-by: Jason Smith <jsmith@pivotal.io> Signed-off-by: Jeff Pun <jjun@pivotal.io>
Collaborator
|
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story. The labels on this github issue will be updated when the story is started. |
During the Ubuntu Bionic upgrade, the default timezome was set to America/Toronto in order to install the new version of Composer. The newer version of composer requires a timezome to bet set in order to install. However, the test assumes LF runs on GMT timezome image. So, the default timezone has been updated. [#178471230]
xtreme-debbie-chen
approved these changes
Jun 18, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ubuntu Xenial reached EOL in April 2021. Some of the Ubuntu packages this
image required were being pulled due to the EOL causing build failures.
As such, the image was updated to use the next Ubuntu version.
Some minor image cleanup are also included in this commit.
[#178471230]
Signed-off-by: Julia Pu jpu@pivotal.io
Signed-off-by: Jeff Jun jjun@pivotal.io