Skip to content

Revert "Switch docker image to use Azul one as base"#13376

Merged
martint merged 1 commit intotrinodb:masterfrom
nineinchnick:roll-back-base-docker-image
Jul 27, 2022
Merged

Revert "Switch docker image to use Azul one as base"#13376
martint merged 1 commit intotrinodb:masterfrom
nineinchnick:roll-back-base-docker-image

Conversation

@nineinchnick
Copy link
Copy Markdown
Member

Description

This reverts commit b0dcb8d. The Zulu
Docker images for 17.0.4 and 17.0.3 are currently not available for
the linux/arm64 platform.

I also checked that the latest JDK 17 is installed:

% docker run -it --rm trino:392-SNAPSHOT-amd64 bash
[trino@dce0b1368edd /]$ java -version
openjdk version "17.0.4" 2022-07-19 LTS
OpenJDK Runtime Environment Zulu17.36+13-CA (build 17.0.4+8-LTS)
OpenJDK 64-Bit Server VM Zulu17.36+13-CA (build 17.0.4+8-LTS, mixed mode, sharing)

Supersedes #13373 and #13366

Is this change a fix, improvement, new feature, refactoring, or other?
fix

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)
docker image

How would you describe this change to a non-technical end user or system administrator?
Revert to using the UBI as the base Docker image.

Related issues, pull requests, and links

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

This reverts commit b0dcb8d. The Zulu
Docker images for 17.0.4 and 17.0.3 are currently not available for
the `linux/arm64` platform.
@martint martint merged commit 49ff2e1 into trinodb:master Jul 27, 2022
@github-actions github-actions bot added this to the 392 milestone Jul 27, 2022
@nineinchnick nineinchnick deleted the roll-back-base-docker-image branch August 2, 2022 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants