generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94b6f14
commit 43181e8
Showing
8 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest | ||
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest@sha256:3aeb8ef0e2eef49a4fd2c0e27b631a3b7089435c0fbde1e34afd16a0e95f0f44 | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar |
2 changes: 1 addition & 1 deletion
2
...s3-integration/refarch-s3-integration-rest/refarch-s3-integration-rest-service/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest | ||
FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:latest@sha256:3aeb8ef0e2eef49a4fd2c0e27b631a3b7089435c0fbde1e34afd16a0e95f0f44 | ||
|
||
COPY target/*.jar /deployments/spring-boot-application.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ name: refarch-stack | |
services: | ||
postgres: | ||
container_name: postgres | ||
image: postgres:16.3-alpine3.18 | ||
image: postgres:16.3-alpine3.18@sha256:64e18e8fb3e9c9aac89ac590c5dd8306b862478404f76cd9b5f7720d012b4c47 | ||
environment: | ||
- POSTGRES_DB=postgres | ||
- POSTGRES_USER=admin | ||
|
@@ -24,7 +24,7 @@ services: | |
|
||
pg-admin: | ||
container_name: pg-admin | ||
image: dpage/pgadmin4:8.10 | ||
image: dpage/pgadmin4:8.10@sha256:ab92b145c617f3c48ff54ed2cd765210a12e7b4f0d0da7897d944b2a90203910 | ||
environment: | ||
- [email protected] | ||
- PGADMIN_DEFAULT_PASSWORD=admin | ||
|
@@ -39,7 +39,7 @@ services: | |
|
||
keycloak: | ||
container_name: keycloak | ||
image: quay.io/keycloak/keycloak:20.0.5 | ||
image: quay.io/keycloak/keycloak:20.0.5@sha256:054ef67eb7dae0129bbb9eb0e0797fd2392cd6d135094a6063ae7ff7773ef81f | ||
command: | ||
- start-dev --http-relative-path /auth | ||
depends_on: | ||
|
@@ -66,7 +66,7 @@ services: | |
|
||
db-postgres-keycloak: | ||
container_name: db-postgres-keycloak | ||
image: postgres:16.3-alpine3.18 | ||
image: postgres:16.3-alpine3.18@sha256:64e18e8fb3e9c9aac89ac590c5dd8306b862478404f76cd9b5f7720d012b4c47 | ||
environment: | ||
- POSTGRES_DB=keycloak | ||
- POSTGRES_USER=keycloak-user | ||
|
@@ -81,7 +81,7 @@ services: | |
|
||
init-keycloak: | ||
container_name: init-keycloak | ||
image: klg71/keycloakmigration:0.2.67 | ||
image: klg71/keycloakmigration:0.2.67@sha256:ca5659d0f2907e77f50f2ccda4f0848f7fbd038c8d59024c0659f5256861d244 | ||
depends_on: | ||
- keycloak | ||
environment: | ||
|
@@ -98,7 +98,7 @@ services: | |
|
||
refarch-gateway: | ||
container_name: refarch-gateway | ||
image: ghcr.io/it-at-m/refarch/refarch-gateway:1.0.0 | ||
image: ghcr.io/it-at-m/refarch/refarch-gateway:1.0.0@sha256:78af746de560bae737e2ea476bd1759f4dd360ff9f2bb7647b8ed27599ed66ed | ||
depends_on: | ||
init-keycloak: | ||
condition: service_completed_successfully | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters