Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix base image of ods-gradle-toolset build config #251

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

michaelsauter
Copy link
Member

@michaelsauter michaelsauter commented Oct 26, 2021

The Dockerfile uses registry.access.redhat.com/ubi8/openjdk-11:1.10 as
base image, and the BuildConfig should use the same image, provided
through registry.redhat.io.

Fixes #250.

Tasks:

  • Updated design documents in docs/design directory or not applicable
  • Updated user-facing documentation in docs directory or not applicable
  • Ran tests (e.g. make test) or not applicable
  • Updated changelog or not applicable

The Dockerfile uses `registry.access.redhat.com/ubi8/openjdk-11:1.10` as
base image, and the `BuildConfig` should use the same image, provided
through `registry.redhat.io`.

Fixes #250.
@michaelsauter michaelsauter added the bug Something isn't working label Oct 26, 2021
@michaelsauter michaelsauter self-assigned this Oct 26, 2021
@michaelsauter michaelsauter merged commit 88763d8 into master Oct 26, 2021
@michaelsauter michaelsauter deleted the fix/gradle-base-image branch October 26, 2021 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect ods-gradle-toolset base image in BuildConfig
1 participant