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
fix: reorder image tags to prioritize extension version
Switch extension version and PostgreSQL major in the tag.
Compatibilities (pg major and distro) are conventionally at the end of a
name.
Signed-off-by: Francesco Canovai <[email protected]>
"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