Skip to content

Commit

Permalink
chore: fix dockerfiles naming
Browse files Browse the repository at this point in the history
Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei committed Jul 3, 2024
1 parent ba95efc commit 92c879e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UBI/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ generate_redhat_postgis() {
-e 's/%%POSTGIS_MAJOR%%/'"$postgisMajorNoDot"'/g' \
-e 's/%%IMAGE_RELEASE_VERSION%%/'"$imageReleaseVersion"'/g' \
Dockerfile-postgis.template \
>"$version/Dockerfile.postgis"
>"$version/Dockerfile.postgis.ubi${ubiRelease}"

sed -e 's/%%UBI_VERSION%%/'"$ubiVersion"'/g' \
-e 's/%%UBI_MAJOR_VERSION%%/'"$ubiRelease"'/g' \
Expand All @@ -486,7 +486,7 @@ generate_redhat_postgis() {
-e 's/%%POSTGIS_MAJOR%%/'"$postgisMajorNoDot"'/g' \
-e 's/%%IMAGE_RELEASE_VERSION%%/'"$imageReleaseVersion"'/g' \
Dockerfile-postgis-multilang.template \
>"$version/Dockerfile.postgis-multilang"
>"$version/Dockerfile.postgis-multilang.ubi${ubiRelease}"

sed -e 's/%%UBI_VERSION%%/'"$ubiVersion"'/g' \
-e 's/%%UBI_MAJOR_VERSION%%/'"$ubiRelease"'/g' \
Expand All @@ -498,7 +498,7 @@ generate_redhat_postgis() {
-e 's/%%POSTGIS_MAJOR%%/'"$postgisMajorNoDot"'/g' \
-e 's/%%IMAGE_RELEASE_VERSION%%/'"$imageReleaseVersion"'/g' \
Dockerfile-postgis-multiarch.template \
>"$version/Dockerfile.postgis-multiarch"
>"$version/Dockerfile.postgis-multiarch.ubi${ubiRelease}"
}

update_requirements() {
Expand Down

0 comments on commit 92c879e

Please sign in to comment.