This Month’s Changes
Updates
- PostgreSQL
- PostGIS has been updated from v2.5.1 to v2.5.2.
Changes
- n/a
New
- all
- The
make
package is now pre-installed in all language images.
- The
- Android
- API 29 (Android Q)
- build-tools v29.0.0.
- Rust
-
musl
,musl-dev
, andmusl-tools
are now pre-installed.
-
Removed
- n/a
Upcoming Potentially Breaking Changes - July 8th
Note, the following changes may break some builds. Please review to see if relevant to you.
Updates
- OpenJDK will be updated to v11 in the
-browsers
variant images.
Changes
- The apt-get index cache will no longer be present in images. If your image uses
sudo apt-get install
, after this update it will fail. You will need to runsudo apt-get update
first. The best thing to do is do this all in one command. For example:sudo apt-get update && sudo apt-get install <my-package>
New
- Debian 10 based images. Debian 10 “Buster” will be released on July 6th. For our images that offer variant distros,
-buster
will be an option.
If you have any questions, please let us know here.