Skip to content

Commit 49cffc5

Browse files
authored
chore: fix annotation typo (#320)
Fix a typo in the annotations and in the renovate customManager for barman. Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 9388bf3 commit 49cffc5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This guide outlines the process for building PostgreSQL operand images for
44
CloudNativePG using [Docker Bake](https://docs.docker.com/build/bake/) and a
5-
[GitHub workflow](.github/workflows/bake.yaml).
5+
[GitHub workflow](.github/workflows/bake.yml).
66

77
The central component of this framework is the
88
[Bake file (`docker-bake.hcl`)](docker-bake.hcl).

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ postgreSQLPreviewVersions = [
3737
]
3838

3939
// Barman version to build
40-
# renovate: datasource=github-releases depName=EnterpriseDB/barman versioning=loose
40+
// renovate: datasource=github-releases depName=EnterpriseDB/barman versioning=loose
4141
barmanVersion = "3.14.0"
4242

4343
// Extensions to be included in the `standard` image
@@ -99,10 +99,10 @@ target "default" {
9999
"index,manifest:org.opencontainers.image.vendor=${authors}",
100100
"index,manifest:org.opencontainers.image.title=CloudNativePG PostgreSQL ${pgVersion} ${tgt}",
101101
"index,manifest:org.opencontainers.image.description=A ${tgt} PostgreSQL ${pgVersion} container image",
102-
"index,manifest:org.opencontainers.image.documentation=https://github.com/cloudnative-pg/postgres-containers",
102+
"index,manifest:org.opencontainers.image.documentation=${url}",
103103
"index,manifest:org.opencontainers.image.authors=${authors}",
104104
"index,manifest:org.opencontainers.image.licenses=Apache-2.0",
105-
"index,manifest:org.opencontainers.image.base.name=docker.io/library/${tag(base)}",
105+
"index,manifest:org.opencontainers.image.base.name=docker.io/library/debian:${tag(base)}",
106106
"index,manifest:org.opencontainers.image.base.digest=${digest(base)}"
107107
]
108108
labels = {

0 commit comments

Comments
 (0)