canonical / prometheus-rock

https://hub.docker.com/r/ubuntu/prometheus
Apache License 2.0
1 stars 1 forks source link

`update-ca-certificates` is missing from the dockerhub image. #33

Closed sed-i closed 9 months ago

sed-i commented 1 year ago

Prometheus CI now fails with ubuntu/prometheus:2.46.0-22.04_stable (after https://github.com/canonical/prometheus-k8s-operator/pull/535) because update-ca-certificates is not present in the dockerhub image.

update-ca-certificates is present in ghcr.io/canonical/prometheus:dev however.

This is likely because we added the ca-certificates package to the rockcraft.yaml last month, but the latest image on docker is from two months ago. image

Blocked by:

lucabello commented 1 year ago

We should have the PR on oci-factory (fixed and) merged, and when we merge an update to the ROCK we should follow through all the way to that repo to make sure that PR gets merged.

sed-i commented 9 months ago

Confirmed with dive that ubuntu/prometheus:2-22.04 has update-ca-certificates. Closing.