Skip to content

Commit

Permalink
Merge pull request #143 from /issues/142-prepare-release
Browse files Browse the repository at this point in the history
Fix #142: Prepare release 2022.04
  • Loading branch information
romanstrobl authored Apr 8, 2022
2 parents e05ae11 + 028e96b commit 9bfd42e
Show file tree
Hide file tree
Showing 22 changed files with 187 additions and 184 deletions.
2 changes: 1 addition & 1 deletion arm64v8/docker-powerauth-data-adapter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/tomcat:9-jre11@sha256:7f97013afbda47a97e37548079143f79e4b4561622fdda7bc08681d08d303761
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd
LABEL maintainer="[email protected]"

# Prepare environment variables
Expand Down
2 changes: 1 addition & 1 deletion arm64v8/docker-powerauth-nextstep/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/tomcat:9-jre11@sha256:7f97013afbda47a97e37548079143f79e4b4561622fdda7bc08681d08d303761
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd
LABEL maintainer="[email protected]"

# Prepare environment variables
Expand Down
2 changes: 1 addition & 1 deletion arm64v8/docker-powerauth-push-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/tomcat:9-jre11@sha256:7f97013afbda47a97e37548079143f79e4b4561622fdda7bc08681d08d303761
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd
LABEL maintainer="[email protected]"

# Prepare environment variables
Expand Down
2 changes: 1 addition & 1 deletion arm64v8/docker-powerauth-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/tomcat:9-jre11@sha256:7f97013afbda47a97e37548079143f79e4b4561622fdda7bc08681d08d303761
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd
LABEL maintainer="[email protected]"

# Prepare environment variables
Expand Down
2 changes: 1 addition & 1 deletion arm64v8/docker-powerauth-tpp-engine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/tomcat:9-jre11@sha256:7f97013afbda47a97e37548079143f79e4b4561622fdda7bc08681d08d303761
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd
LABEL maintainer="[email protected]"

# Prepare environment variables
Expand Down
2 changes: 1 addition & 1 deletion arm64v8/docker-powerauth-webflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arm64v8/tomcat:9-jre11@sha256:7f97013afbda47a97e37548079143f79e4b4561622fdda7bc08681d08d303761
FROM arm64v8/tomcat:9-jre11@sha256:cdf6a9ca2a039f9cfbf0c6546f77c0d6b3664dbdc49a4284a2dd6e84bed2defd
LABEL maintainer="[email protected]"

# Prepare environment variables
Expand Down
2 changes: 1 addition & 1 deletion build-arm64v8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

# Prepare Build Number
if [ -z ${TAG+x} ]; then
export PRODUCT_VERSION="2021.11"
export PRODUCT_VERSION="2022.04"
if [ -z ${BUILD+x} ]; then
export BUILD=$(date +%s)
fi
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

# Prepare Build Number
if [ -z ${TAG+x} ]; then
export PRODUCT_VERSION="2021.11"
export PRODUCT_VERSION="2022.04"
if [ -z ${BUILD+x} ]; then
export BUILD=$(date +%s)
fi
Expand Down
Loading

0 comments on commit 9bfd42e

Please sign in to comment.