Skip to content

Conversation

@ktock
Copy link
Member

@ktock ktock commented Jan 26, 2021

glassfish image is officially deprecated on DockerHub and some images used in
our benchmarking are old. This commit replaces and upgrades these images.

  • glassfish:4.1-jdk8 -> tomcat:10.0.0-jdk15-openjdk-buster
    • glassfish is deprecated.
  • rethinkdb:2.3.6 -> postgres:13.1
    • The latest rethinkdb is too small.
  • python:3.7 -> python:3.9
  • gcc:9.2.0 -> gcc:10.2.0

`glassfish` image is officially deprecated on DockerHub and some images used in
our benchmarking are old. This commit replaces and upgrades these images.

- `glassfish:4.1-jdk8` -> `tomcat:10.0.0-jdk15-openjdk-buster`
  - `glassfish` is deprecated.
- `rethinkdb:2.3.6` -> `postgres:13.1`
  - The latest `rethinkdb` is too small.
- `python:3.7` -> `python:3.9`
- `gcc:9.2.0` -> `gcc:10.2.0`

Signed-off-by: Kohei Tokunaga <[email protected]>
@ktock ktock requested a review from AkihiroSuda January 26, 2021 12:41
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other images seem old too. Can be updated incrementally.

@AkihiroSuda AkihiroSuda merged commit ab3340b into containerd:master Jan 26, 2021
@ktock ktock deleted the bumpimg branch October 7, 2022 13:54
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 this pull request may close these issues.

2 participants