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
Prometheus CI now fails with ubuntu/prometheus:2.46.0-22.04_stable (after canonical/prometheus-k8s-operator#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.
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.
Prometheus CI now fails with
ubuntu/prometheus:2.46.0-22.04_stable
(after canonical/prometheus-k8s-operator#535) becauseupdate-ca-certificates
is not present in the dockerhub image.update-ca-certificates
is present inghcr.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.Blocked by:
The text was updated successfully, but these errors were encountered: