Jonathan Gonzalez V 6a2cd25a07 ci: defer creating major version tag until release (#108)
Previously, we were always setting the `version` tag (e.g., 16, 17) when building
a container image. However, version 17 is still in beta and was tagged with `17`,
which could cause confusion. Users might mistake it for a stable release,
and tools like Renovate might attempt to update to this version.

This change ensures that the major `version` tag is not created until the version
is officially released.

Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2024-07-01 12:10:00 +02:00
2024-06-29 00:16:57 +00:00
2022-04-14 12:23:42 -04:00
2022-04-14 12:23:42 -04:00
2022-04-14 12:23:42 -04:00
2022-04-14 12:23:42 -04:00
2024-05-21 11:55:21 +02:00

PostgreSQL Container Images

Maintenance scripts to generate Immutable Application Containers for all available PostgreSQL versions (12 to 16) to be used as operands with the CloudNativePG operator for Kubernetes.

These images are built on top of the Official Postgres image maintained by the PostgreSQL Docker Community, by adding the following software:

  • Barman Cloud
  • PGAudit
  • Postgres Failover Slots
  • pgvector

Barman Cloud is distributed by EnterpriseDB under the GNU GPL 3 License.

PGAudit is distributed under the PostgreSQL License.

Postgres Failover Slots is distributed by EnterpriseDB under the PostgreSQL License.

pgvector is distributed under the PostgreSQL License.

Images are available via GitHub Container Registry.

This software is available under Apache License 2.0.

Copyright The CloudNativePG Contributors.

Trademarks

Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.

Description
Operand images for CloudNativePG containing all community supported version PostgreSQL
Readme Apache-2.0 3.5 MiB
Languages
HCL 76.3%
Dockerfile 23.7%