Skip to content

Commit

Permalink
deps(docker): bump postgres from 16-bullseye to 17-bullseye in /docke…
Browse files Browse the repository at this point in the history
…r/postgres-kanister-tools (#3165)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and mergify[bot] authored Oct 3, 2024
1 parent 7723a4a commit 33200ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/postgres-kanister-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TOOLS_IMAGE
FROM ${TOOLS_IMAGE} AS TOOLS_IMAGE

Check warning on line 4 in docker/postgres-kanister-tools/Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_postgres-kanister-tools / build_image

Stage names should be lowercase

StageNameCasing: Stage name 'TOOLS_IMAGE' should be lowercase More info: https://docs.docker.com/go/dockerfile/rule/stage-name-casing/

Check warning on line 4 in docker/postgres-kanister-tools/Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_postgres-kanister-tools / build_image

Default value for global ARG results in an empty or invalid base image name

InvalidDefaultArgInFrom: Default value for ARG ${TOOLS_IMAGE} results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

# Actual image base
FROM postgres:16-bullseye
FROM postgres:17-bullseye

ENV DEBIAN_FRONTEND noninteractive

Check warning on line 9 in docker/postgres-kanister-tools/Dockerfile

View workflow job for this annotation

GitHub Actions / release_example_docker_images / build_postgres-kanister-tools / build_image

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/

Expand Down

0 comments on commit 33200ed

Please sign in to comment.