[SIS-xxx] updating abstracto version

removing not needed dbchangelog
adding creation of release to release job
updating docker base images
This commit is contained in:
Sheldan
2024-02-19 00:50:23 +01:00
parent e097fbe0ef
commit 12d564e5cd
74 changed files with 81 additions and 7252 deletions

View File

@@ -90,7 +90,7 @@ templateDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-template-deployment
tag: 1.5.24
tag: 1.5.25
templateDeploymentData:
repository: harbor.sheldan.dev/sissi
pullPolicy: Always
@@ -101,7 +101,7 @@ dbConfigDeployment:
repository: harbor.sheldan.dev/abstracto
pullPolicy: Always
image: abstracto-db-deployment
tag: 1.5.24
tag: 1.5.25
dbConfigDeploymentData:
repository: harbor.sheldan.dev/sissi
pullPolicy: Always

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.0
FROM alpine:3.19.1
MAINTAINER Sheldan
ADD config/ /var/db-config/
ADD liquibase-artifacts /var/db-config/liquibase-zips

View File

@@ -1,4 +1,4 @@
FROM alpine:3.18.0
FROM alpine:3.19.1
MAINTAINER Sheldan
ADD config /var/template-config/
ADD template-artifacts /var/template-config/templates