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
chore(images): refresh base packages with microdnf update during build
Run 'microdnf update -y --nodocs' before installing additional packages
in every component Dockerfile that derives from a UBI base, mirroring
what we already do in image-pgadmin. This guarantees the resulting
image picks up RHEL Z-stream errata that landed after ubi-minimal was
last republished, instead of inheriting whatever vulnerable versions
happened to be baked into the parent layer.
Files updated:
* components/image-collector/Dockerfile
* components/image-pgbackrest/Dockerfile
* components/image-pgbouncer/Dockerfile
* components/image-postgres/Dockerfile.postgres
* components/image-postgres/Dockerfile.postgres-upgrade
* components/image-postgres/Dockerfile.postgis
This matches the equivalent change already present in the internal
Crunchy build of these images.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments