fix CI/CD workflow #250
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
name: Build PostGIS images | |
# This is the x86_64/Amd64 build worklow | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '15 5 * * *' | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
make-docker-images: | |
strategy: | |
matrix: | |
include: | |
# | |
# They are created using the ./apply-ci.sh script based on the version.json file, | |
# | |
# These "--skip--" images serve as inputs for the "*-bundle" images, | |
# hence they must be generated within the bundle JOB. | |
# | |
#matrix-include-start | |
- { version: "12-3.4", variant: "alpine3.18", postgres: "12", postgis: "3.4", arch: "amd64 arm64", tags: "12-3.4-alpine3.18 12-3.4.1-alpine3.18", readme_group: "alpine3.18" } | |
- { version: "12-3.4", variant: "alpine3.19", postgres: "12", postgis: "3.4", arch: "amd64 arm64", tags: "12-3.4-alpine3.19 12-3.4.1-alpine3.19 12-3.4-alpine", readme_group: "alpine3.19" } | |
- { version: "12-3.4", variant: "bookworm", postgres: "12", postgis: "3.4", arch: "amd64 arm64", tags: "12-3.4-bookworm 12-3.4.1-bookworm 12-3.4", readme_group: "bookworm" } | |
- { version: "12-3.4", variant: "bullseye", postgres: "12", postgis: "3.4", arch: "amd64 arm64", tags: "12-3.4-bullseye 12-3.4.1-bullseye", readme_group: "bullseye" } | |
- { version: "13-3.4", variant: "alpine3.18", postgres: "13", postgis: "3.4", arch: "amd64 arm64", tags: "13-3.4-alpine3.18 13-3.4.1-alpine3.18", readme_group: "alpine3.18" } | |
- { version: "13-3.4", variant: "alpine3.19", postgres: "13", postgis: "3.4", arch: "amd64 arm64", tags: "13-3.4-alpine3.19 13-3.4.1-alpine3.19 13-3.4-alpine", readme_group: "alpine3.19" } | |
- { version: "13-3.4", variant: "bookworm", postgres: "13", postgis: "3.4", arch: "amd64 arm64", tags: "13-3.4-bookworm 13-3.4.1-bookworm 13-3.4", readme_group: "bookworm" } | |
- { version: "13-3.4", variant: "bullseye", postgres: "13", postgis: "3.4", arch: "amd64 arm64", tags: "13-3.4-bullseye 13-3.4.1-bullseye", readme_group: "bullseye" } | |
- { version: "14-3.4", variant: "alpine3.18", postgres: "14", postgis: "3.4", arch: "amd64 arm64", tags: "14-3.4-alpine3.18 14-3.4.1-alpine3.18", readme_group: "alpine3.18" } | |
- { version: "14-3.4", variant: "alpine3.19", postgres: "14", postgis: "3.4", arch: "amd64 arm64", tags: "14-3.4-alpine3.19 14-3.4.1-alpine3.19 14-3.4-alpine", readme_group: "alpine3.19" } | |
- { version: "14-3.4", variant: "bookworm", postgres: "14", postgis: "3.4", arch: "amd64 arm64", tags: "14-3.4-bookworm 14-3.4.1-bookworm 14-3.4", readme_group: "bookworm" } | |
- { version: "14-3.4", variant: "bullseye", postgres: "14", postgis: "3.4", arch: "amd64 arm64", tags: "14-3.4-bullseye 14-3.4.1-bullseye", readme_group: "bullseye" } | |
- { version: "15-3.4", variant: "alpine3.18", postgres: "15", postgis: "3.4", arch: "amd64 arm64", tags: "15-3.4-alpine3.18 15-3.4.1-alpine3.18", readme_group: "alpine3.18" } | |
- { version: "15-3.4", variant: "alpine3.19", postgres: "15", postgis: "3.4", arch: "amd64 arm64", tags: "15-3.4-alpine3.19 15-3.4.1-alpine3.19 15-3.4-alpine", readme_group: "alpine3.19" } | |
# --skip-- - { version: "15-3.4", variant: "bookworm", postgres: "15", postgis: "3.4", arch: "amd64 arm64", tags: "15-3.4-bookworm 15-3.4.1-bookworm 15-3.4", readme_group: "bookworm" } | |
- { version: "15-3.4", variant: "bullseye", postgres: "15", postgis: "3.4", arch: "amd64 arm64", tags: "15-3.4-bullseye 15-3.4.1-bullseye", readme_group: "bullseye" } | |
- { version: "15-3.4-bundle0", variant: "bookworm", postgres: "15", postgis: "3.4", arch: "amd64 arm64", tags: "15-3.4-bundle0-bookworm 15-3.4.1-bundle0-bookworm 15-3.4-bundle0", readme_group: "bundle0" } | |
- { version: "15-master", variant: "bookworm", postgres: "15", postgis: "master", arch: "amd64 arm64", tags: "15-master-bookworm 15-master", readme_group: "test" } | |
- { version: "15-recent", variant: "bookworm", postgres: "15", postgis: "recent", arch: "amd64 arm64", tags: "15-recent-bookworm 15-recent-postgis3.4.1-geos3.12.1-proj9.3.1-gdal3.8.1-cgal5.6-sfcgal1.5.0 15-recent-postgis3.4.1-geos3.12.1-proj9.3.1-gdal3.8.1-cgal5.6-sfcgal1.5.0-bookworm 15-recent", readme_group: "recent" } | |
- { version: "16-3.4", variant: "alpine3.18", postgres: "16", postgis: "3.4", arch: "amd64 arm64", tags: "16-3.4-alpine3.18 16-3.4.1-alpine3.18", readme_group: "alpine3.18" } | |
- { version: "16-3.4", variant: "alpine3.19", postgres: "16", postgis: "3.4", arch: "amd64 arm64", tags: "16-3.4-alpine3.19 16-3.4.1-alpine3.19 16-3.4-alpine alpine", readme_group: "alpine3.19" } | |
# --skip-- - { version: "16-3.4", variant: "bookworm", postgres: "16", postgis: "3.4", arch: "amd64 arm64", tags: "16-3.4-bookworm 16-3.4.1-bookworm 16-3.4 latest", readme_group: "bookworm" } | |
- { version: "16-3.4", variant: "bullseye", postgres: "16", postgis: "3.4", arch: "amd64 arm64", tags: "16-3.4-bullseye 16-3.4.1-bullseye", readme_group: "bullseye" } | |
- { version: "16-3.4-bundle0", variant: "bookworm", postgres: "16", postgis: "3.4", arch: "amd64 arm64", tags: "16-3.4-bundle0-bookworm 16-3.4.1-bundle0-bookworm 16-3.4-bundle0 bundle0", readme_group: "bundle0" } | |
- { version: "16-master", variant: "bookworm", postgres: "16", postgis: "master", arch: "amd64 arm64", tags: "16-master-bookworm 16-master", readme_group: "test" } | |
- { version: "16-recent", variant: "bookworm", postgres: "16", postgis: "recent", arch: "amd64 arm64", tags: "16-recent-bookworm 16-recent-postgis3.4.1-geos3.12.1-proj9.3.1-gdal3.8.1-cgal5.6-sfcgal1.5.0 16-recent-postgis3.4.1-geos3.12.1-proj9.3.1-gdal3.8.1-cgal5.6-sfcgal1.5.0-bookworm 16-recent recent", readme_group: "recent" } | |
#matrix-include-end | |
name: "${{ matrix.version }}-${{ matrix.variant }} docker image" | |
runs-on: ubuntu-22.04 | |
continue-on-error: ${{ matrix.postgis == 'master' }} | |
env: | |
PLATFORM: linux/amd64 | |
DOCKER_BUILDKIT: '1' | |
BUILDX_PLATFORMS: linux/amd64 | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- run: pip3 install --upgrade pip | |
- run: pip3 install --upgrade lastversion | |
- run: tools/install_manifest-tool.sh | |
- run: tools/environment_init.sh | |
- run: make check_version | |
- name: Check if DOCKERHUB_USERNAME exists | |
run: | | |
if [[ -z "${{ secrets.DOCKERHUB_USERNAME }}" ]]; then | |
echo "DOCKERHUB_USERNAME is not set" | |
exit 1 | |
else | |
echo "DOCKERHUB_USERNAME is set" | |
fi | |
- name: Check if DOCKERHUB_ACCESS_TOKEN exists | |
run: | | |
if [[ -z "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}" ]]; then | |
echo "DOCKERHUB_ACCESS_TOKEN is not set" | |
exit 1 | |
else | |
echo "DOCKERHUB_ACCESS_TOKEN is set" | |
fi | |
- name: Login to dockerhub | |
uses: docker/login-action@v3 | |
if: ${{ (github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }} | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} | |
- name: Check if image exists | |
id: check-image | |
run: | | |
source tools/environment_init.sh && \ | |
echo "IMAGE_VERSION_ID=${IMAGE_VERSION_ID}" >> $GITHUB_ENV && \ | |
if check_image_exists "${{ matrix.version }}-${{ matrix.variant }}${IMAGE_VERSION_ID}"; then | |
echo "IMAGE_EXISTS=true" >> $GITHUB_ENV | |
else | |
echo "IMAGE_EXISTS=false" >> $GITHUB_ENV | |
fi | |
- name: Weekly image exists -> exit | |
if: env.IMAGE_EXISTS == 'true' | |
run: | | |
echo "weekly build exists; no need to re-build. STOP" | |
exit 0 | |
- name: "verify: make -n test-${{ matrix.version }}-${{ matrix.variant }} tags ${{ matrix.tags }}" | |
if: env.IMAGE_EXISTS == 'false' | |
run: make -n test-${{ matrix.version }}-${{ matrix.variant }} | |
- name: "make test-${{ matrix.version }}-${{ matrix.variant }} tags ${{ matrix.tags }}" | |
if: env.IMAGE_EXISTS == 'false' | |
run: make test-${{ matrix.version }}-${{ matrix.variant }} | |
- run: make dockerlist | |
- name: Push docker image to dockerhub | |
if: ${{ (env.IMAGE_EXISTS == 'false') && (github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }} | |
env: | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_ACCESS_TOKEN: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} | |
run: | | |
make push-${{ matrix.version }}-${{ matrix.variant }} | |
make manifest-${{ matrix.version }}-${{ matrix.variant }} | |
make-manifest: | |
name: update manifest | |
needs: make-docker-images | |
runs-on: ubuntu-22.04 | |
env: | |
PLATFORM: linux/amd64 | |
DOCKER_BUILDKIT: '1' | |
BUILDX_PLATFORMS: linux/amd64 | |
steps: | |
- name: Checkout source | |
uses: actions/checkout@v4 | |
- run: pip3 install --upgrade pip | |
- run: pip3 install --upgrade lastversion | |
- run: tools/install_manifest-tool.sh | |
- run: tools/environment_init.sh | |
- run: make check_version | |
- name: Login to dockerhub | |
uses: docker/login-action@v3 | |
if: ${{ (github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }} | |
with: | |
username: ${{ secrets.DOCKERHUB_USERNAME }} | |
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} | |
- name: push readme to docker hub api | |
if: ${{ (github.ref == 'refs/heads/master') && (github.event_name != 'pull_request') }} | |
env: | |
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |
DOCKERHUB_ACCESS_TOKEN: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} | |
run: make push-readme |