@@ -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
4141barmanVersion = " 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