Skip to content

Commit

Permalink
Fix base image of ods-gradle-toolset build config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
michaelsauter committed Oct 26, 2021
1 parent 5261483 commit 8b3e5e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Note that changes which ONLY affect documentation or the testsuite will not be
listed in the changelog.

## [Unreleased]
### Fixed

- Incorrect ods-gradle-toolset base image in BuildConfig ([#250](https://github.com/opendevstack/ods-pipeline/issues/250))

## [0.1.0] - 2021-10-05

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
dockerfilePath: build/package/Dockerfile.gradle-toolset
from:
kind: DockerImage
name: 'registry.redhat.io/ubi8:8.4'
name: 'registry.redhat.io/ubi8/openjdk-11:1.10'
pullSecret:
name: registry.redhat.io
postCommit: {}
Expand Down

0 comments on commit 8b3e5e7

Please sign in to comment.