Backquay.io/ceph/ceph-grafana
quay.io
quay.io/ceph/ceph-grafana:9.4.7
Ceph Grafana Container
Size
253.60 MB
Local pulls
3
Upstream pulls
0
Synced at
2026-09-08 12:33:47
China image
registry.cn-global.starbucket.com.cn/starbucket/quay.io/ceph/ceph-grafana:9.4.7
Source image
quay.io/ceph/ceph-grafana:9.4.7
Image info
- Image ID
- sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba
- Image tag
- 9.4.7
- Image size
- 253.60 MB
- Platform
- linux/amd64
- Registry
- quay.io
- Project
- Hub pageAll tagsLocal repo
- CMD
- /bin/bash
- Entrypoint
- /bin/sh -c grafana-server --config=/etc/grafana/grafana.ini
- Working dir
- /usr/share/grafana
- User
- —
- StopSignal
- —
- Created
- 2023-12-06T09:55:19.487964979Z
Exposed ports 1
- 3000
Environment 6
| PATH | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| container | oci |
| GF_PATHS_LOGS | /var/log/grafana |
| GF_PATHS_PLUGINS | /var/lib/grafana/plugins |
| GF_PATHS_PROVISIONING | /etc/grafana/provisioning |
| GF_PATHS_DATA | /var/lib/grafana |
Labels 21
| url | https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664 |
| name | ubi8 |
| vendor | Red Hat, Inc. |
| release | 239.1651231664 |
| summary | Grafana Container configured for Ceph mgr/dashboard integration |
| vcs-ref | 3aadd00326f3dd6cfe65ee31017ab98915fddb56 |
| version | 8.5 |
| vcs-type | git |
| build-date | 2022-04-29T11:48:11.055897 |
| maintainer | Paul Cuzner <pcuzner@redhat.com> |
| description | Ceph Grafana Container |
| architecture | x86_64 |
| io.openshift.tags | base rhel8 |
| distribution-scope | public |
| io.buildah.version | 1.32.0 |
| io.k8s.description | The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. |
| io.k8s.display-name | Red Hat Universal Base Image 8 |
| com.redhat.component | ubi8-container |
| com.redhat.build-host | cpt-1007.osbs.prod.upshift.rdu2.redhat.com |
| com.redhat.license_terms | https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI |
| io.openshift.expose-services |
Pull commands
Docker
docker pull registry.cn-global.starbucket.com.cn/starbucket/quay.io/ceph/ceph-grafana:9.4.7
docker tag registry.cn-global.starbucket.com.cn/starbucket/quay.io/ceph/ceph-grafana:9.4.7 quay.io/ceph/ceph-grafana:9.4.7
Containerd
ctr images pull registry.cn-global.starbucket.com.cn/starbucket/quay.io/ceph/ceph-grafana:9.4.7
ctr images tag registry.cn-global.starbucket.com.cn/starbucket/quay.io/ceph/ceph-grafana:9.4.7 quay.io/ceph/ceph-grafana:9.4.7
YAML quick replace
sed -i 's#quay.io/ceph/ceph-grafana:9.4.7#registry.cn-global.starbucket.com.cn/starbucket/quay.io/ceph/ceph-grafana:9.4.7#' deployment.yaml
Global registry mirror
Docker
Write Docker daemon.json so registry-mirrors points to this site, then restart Docker
sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<'EOF'
{
"registry-mirrors": ["https://registry.cn-global.starbucket.com.cn"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart dockerContainerd
Write containerd certs.d hosts.toml so docker.io pulls via this site, then restart containerd
sudo mkdir -p /etc/containerd/certs.d/docker.io sudo tee /etc/containerd/certs.d/docker.io/hosts.toml <<'EOF' server = "https://docker.io" [host."https://registry.cn-global.starbucket.com.cn"] capabilities = ["pull", "resolve"] EOF sudo mkdir -p /etc/containerd if [ ! -f /etc/containerd/config.toml ]; then sudo containerd config default | sudo tee /etc/containerd/config.toml >/dev/null fi sudo sed -i 's#config_path = ""#config_path = "/etc/containerd/certs.d"#' /etc/containerd/config.toml sudo systemctl restart containerd
Build history 1
2023-12-06 09:55:24
/bin/sh