Skip to content

Commit

Permalink
feat: Release 17-3.5 (#31)
Browse files Browse the repository at this point in the history
* fear: Relase 17-3.5

* Update Dockerfile

* Update Dockerfile.pgpool

* Update release.yml

* Update release-pgpool.yml
  • Loading branch information
cbaker6 authored Oct 19, 2024
1 parent 1eb047f commit e1aed54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-pgpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '19 3 * * *'
push:
branches: [ main, 15-3.3, 17-3.4 ]
branches: [ main, 15-3.3, 17-3.5 ]

env:
LATEST: '17-3.4'
LATEST: '17-3.5'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '19 3 * * *'
push:
branches: [ main, 15-3.3, 17-3.4 ]
branches: [ main, 15-3.3, 17-3.5 ]

env:
LATEST: '17-3.4'
LATEST: '17-3.5'
REGISTRY: docker.io
IMAGE_NAME: ${{ github.repository }}

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:17-bullseye

ENV POSTGIS_MAJOR 3

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 3 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV POSTGIS_VERSION 3.4.3+dfsg-2.pgdg110+1
ENV POSTGIS_VERSION 3.5.0+dfsg-1.pgdg110+1

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV POSTGRES_INITDB_ARGS "--data-checksums"

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pgpool
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM postgres:17-bullseye

ENV POSTGIS_MAJOR 3

Check warning on line 3 in Dockerfile.pgpool

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 3 in Dockerfile.pgpool

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV POSTGIS_VERSION 3.4.3+dfsg-2.pgdg110+1
ENV POSTGIS_VERSION 3.5.0+dfsg-1.pgdg110+1

Check warning on line 4 in Dockerfile.pgpool

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 4 in Dockerfile.pgpool

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
ENV POSTGRES_INITDB_ARGS "--data-checksums"

Check warning on line 5 in Dockerfile.pgpool

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 5 in Dockerfile.pgpool

View workflow job for this annotation

GitHub Actions / docker

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

RUN apt-get update \
Expand Down

0 comments on commit e1aed54

Please sign in to comment.