Commit Graph

8 Commits

Author SHA1 Message Date
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
Niccolò Fei
baed8316c7 feat: generate Debian (12) Bookworm images (#62)
Add Debian 12 images and the related ClusterImageCatalog
---------

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Co-authored-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
2024-05-09 18:41:06 +02:00
Niccolò Fei
13c0eaf635 feat: generate a ClusterImageCatalog on image update (#97)
The image catalog YAML file will be committed an updated every time
an image is updated, thus, we provide a catalog with all the images in this repo.

Closes #96 

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
2024-04-22 15:35:55 +02:00
Niccolò Fei
5f9bb5e555 chore: set latest tag to v16 (#76)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2023-09-26 11:42:53 -03:00
Niccolò Fei
5287f3f26b chore: replace deprecated set-output command (#43)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2022-11-11 09:20:13 +01:00
Niccolò Fei
c79ee8eb03 chore: set v15 as the latest tag (#42)
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
2022-10-19 16:45:53 +08:00
Mathieu Velten
baef67e25d feat: add ARM64 support (#19)
Added the `linux/arm64` to the list of platforms to build the PostgreSQL
container image.

Signed-off-by: Mathieu Velten <matmaul@gmail.com>
2022-06-06 06:37:22 -04:00
tao
d071944342 Initial Commit
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
2022-04-14 12:23:42 -04:00