Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.20
LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 13
ENV PG_VERSION 13.22
ENV PG_SHA256 d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080
ENV PG_VERSION 13.23
ENV PG_SHA256 6ec3c82726af92b7dec873fa1cdf881eca92a4219787dfad05acb6b10e041fd6
ENV PG_REPACK_VERSION 1.4.6

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.20
LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 14
ENV PG_VERSION 14.19
ENV PG_SHA256 727e9e334bc1a31940df808259f69fe47a59f6d42174b22ae62d67fe7a01ad80
ENV PG_VERSION 14.20
ENV PG_SHA256 7527f10f1640761bc280ad97d105d286d0cf72e54d36d78cf68e5e5f752b646b
ENV PG_REPACK_VERSION 1.4.7

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 15

Check warning on line 5 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 PG_VERSION 15.14
ENV PG_SHA256 06dd75d305cd3870ee62b3932e661c624543eaf9ae2ba37cdec0a4f8edd051d2
ENV PG_VERSION 15.15

Check warning on line 6 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 PG_SHA256 5753aaeb8b09cbf61016f78aa69bf5cbdf01b43263f010cbf168c82896213aaa

Check warning on line 7 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 PG_REPACK_VERSION 1.4.8

Check warning on line 8 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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 LANG en_US.utf8

Check warning on line 10 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 13 in 15/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-15

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/
llvm15-dev \
clang15

Expand Down
4 changes: 2 additions & 2 deletions 16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.20
LABEL org.opencontainers.image.authors="sleuthhound@gmail.com"

ENV PG_MAJOR 16
ENV PG_VERSION 16.10
ENV PG_SHA256 de8485f4ce9c32e3ddfeef0b7c261eed1cecb54c9bcd170e437ff454cb292b42
ENV PG_VERSION 16.11
ENV PG_SHA256 6deb08c23d03d77d8f8bd1c14049eeef64aef8968fd8891df2dfc0b42f178eac
ENV PG_REPACK_VERSION 1.5.0

ENV LANG en_US.utf8
Expand Down
4 changes: 2 additions & 2 deletions 17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

ARG PG_REPACK_VERSION=1.5.1

ENV PG_MAJOR 17

Check warning on line 7 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 PG_VERSION 17.6
ENV PG_SHA256 e0630a3600aea27511715563259ec2111cd5f4353a4b040e0be827f94cd7a8b0
ENV PG_VERSION 17.7

Check warning on line 8 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 PG_SHA256 ef9e343302eccd33112f1b2f0247be493cb5768313adeb558b02de8797a2e9b5

Check warning on line 9 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 PG_REPACK_VERSION $PG_REPACK_VERSION

Check warning on line 10 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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 LANG en_US.utf8

Check warning on line 12 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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/
WORKDIR /pg_repack

ENV DOCKER_PG_LLVM_DEPS \

Check warning on line 15 in 17/Dockerfile

View workflow job for this annotation

GitHub Actions / postgres-17-152

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/
llvm15-dev \
clang15

Expand Down
Loading