You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a `licenses` field in the metadata schema as a list of SPDX
identifiers, allowing each extension to declare its own licensing. These
are joined with " AND " at build time to populate the OCI
`org.opencontainers.image.licenses` label and annotation, replacing the
previously hardcoded "Apache-2.0".
The existing extensions have been updated: pgaudit and pgvector use the
PostgreSQL license, while PostGIS includes the full set of licenses from
its dependency tree, as reported by trivy.
Closes#110
Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Copy file name to clipboardExpand all lines: docker-bake.hcl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ target "default" {
74
74
"index,manifest:org.opencontainers.image.description=A ${metadata.name}${getExtensionVersion(distro, pgVersion)} container image for PostgreSQL ${pgVersion} on ${distro}",
"org.opencontainers.image.description"="A ${metadata.name}${getExtensionVersion(distro, pgVersion)} container image for PostgreSQL ${pgVersion} on ${distro}",
0 commit comments