Skip to content

Commit

Permalink
Merge pull request #4 from amusarra/hotfix/container-registry-uri
Browse files Browse the repository at this point in the history
Hotfix/container registry uri
  • Loading branch information
amusarra authored Nov 26, 2024
2 parents 4ac93ee + e34022f commit f1caa65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Security

## [1.2.11]
### Fixed
- Fixed FROM URI container image in Dockerfile
-
## [1.2.10]
### Changed
- Upgrade to Quarkus 3.16.4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.dontesta.eventbus</groupId>
<artifactId>eventbus-logging-filter-jaxrs</artifactId>
<version>1.2.10</version>
<version>1.2.11</version>
<name>eventbus-logging-filter-jaxrs</name>
<description>Event Bus Logging Filter JAX-RS</description>
<url>https://amusarra.github.io/eventbus-logging-filter-jaxrs-docs</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.redhat.io/ubi9/openjdk-21:1.21-3
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21-3

ENV LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.redhat.io/ubi9/openjdk-21:1.21-3
FROM registry.access.redhat.com/ubi9/openjdk-21:1.21-3

ENV LANGUAGE='en_US:en'

Expand Down

0 comments on commit f1caa65

Please sign in to comment.