cloudnative-pg / postgres-containers

Operand images for CloudNativePG containing all community supported version PostgreSQL
Apache License 2.0
47 stars 29 forks source link

feat: immutable digest for the most specific tags #113

Closed NiccoloFei closed 1 month ago

NiccoloFei commented 2 months ago

Detect updates of the Dockerfile template and Barman python depencencies, and increase the imageReleaseVersion accordingly. Avoid pushing an image if its most specific tag (fullTag) already exists, thus preventing the override of the existing digest.

Closes #98