tuhaihe opened a new pull request, #632:
URL: https://github.com/apache/madlib/pull/632
This PR is used to update the base Docker image for better reusability.
Main changes:
- Update the base os image to official Ubuntu 22.04, the old one
`gcr.io/data-gpdb-public-images/gpdb7-ubuntu20.04-test` is not available
anymore.
- Update the base os from Ubuntu 20.04 to 22.04 since Ubuntu 20.04 has ended
life. This change will allow us to install the newer PostgreSQL, or else you
will encounter the error as follows:
``` E: The repository 'http://apt.postgresql.org/pub/repos/apt focal-pgdg
Release' does not have a Release file. ```
<!--
Thanks for sending a pull request! Here are some tips for you:
1. Refer to this link for contribution guidelines
https://cwiki.apache.org/confluence/display/MADLIB/Contribution+Guidelines
2. Please Provide the Module Name, a JIRA Number and a short description
about your changes.
-->
- [ ] Add the module name, JIRA# to PR/commit and description.
- [ ] Add tests for the change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]