Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#syntax=docker/dockerfile:1.21
#syntax=docker/dockerfile:1.22

ARG CLOUDNATIVEPG_VERSION

FROM ghcr.io/cloudnative-pg/postgresql:$CLOUDNATIVEPG_VERSION

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Image (pg14)

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

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/cloudnative-pg/postgresql:$CLOUDNATIVEPG_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Image (pg15)

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

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/cloudnative-pg/postgresql:$CLOUDNATIVEPG_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Image (pg17)

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

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/cloudnative-pg/postgresql:$CLOUDNATIVEPG_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Image (pg16)

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

InvalidDefaultArgInFrom: Default value for ARG ghcr.io/cloudnative-pg/postgresql:$CLOUDNATIVEPG_VERSION results in empty or invalid base image name More info: https://docs.docker.com/go/dockerfile/rule/invalid-default-arg-in-from/
USER root

ARG POSTGRES_VERSION
Expand Down