Backdocker.io/goharbor/registry-photon
docker.io

docker.io/goharbor/registry-photon:v2.10.3

Size
31.10 MB
Local pulls
2
Upstream pulls
0
Synced at
2026-08-04 01:23:57

China image

registry.cn-global.starbucket.com.cn/starbucket/docker.io/goharbor/registry-photon:v2.10.3

Source image

docker.io/goharbor/registry-photon:v2.10.3

Image info

Image ID
sha256:184ed5198d5a721893132d5506b203e4df8ba97032430f232e1a049b302a5944
Image tag
v2.10.3
Image size
31.10 MB
Platform
linux/amd64
Registry
docker.io
CMD
Entrypoint
/home/harbor/entrypoint.sh
Working dir
/
User
harbor
StopSignal
Created
2024-07-02T07:40:01.087051265Z

Exposed ports 0

None

Volumes

  • /storage

Environment 1

PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Labels 4

namePhoton OS x86_64/5.0 Base Image
vendorVMware
build-date20240701
base-build-date20240702

Pull commands

Docker
docker pull registry.cn-global.starbucket.com.cn/starbucket/docker.io/goharbor/registry-photon:v2.10.3
docker tag registry.cn-global.starbucket.com.cn/starbucket/docker.io/goharbor/registry-photon:v2.10.3 docker.io/goharbor/registry-photon:v2.10.3
Containerd
ctr images pull registry.cn-global.starbucket.com.cn/starbucket/docker.io/goharbor/registry-photon:v2.10.3
ctr images tag registry.cn-global.starbucket.com.cn/starbucket/docker.io/goharbor/registry-photon:v2.10.3 docker.io/goharbor/registry-photon:v2.10.3
YAML quick replace
sed -i 's#docker.io/goharbor/registry-photon:v2.10.3#registry.cn-global.starbucket.com.cn/starbucket/docker.io/goharbor/registry-photon:v2.10.3#' 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 docker
Containerd

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 13

2024-07-02 07:40:01empty layer
#(nop)  VOLUME [/storage]
2024-07-02 07:40:00empty layer
#(nop)  ENTRYPOINT ["/home/harbor/entrypoint.sh"]
2024-07-02 07:39:59empty layer
#(nop)  USER harbor
2024-07-02 07:39:58empty layer
#(nop)  HEALTHCHECK &{["CMD-SHELL" "curl --fail -s http://localhost:5000 || curl -k --fail -s https://localhost:5443 || exit 1"] "0s" "0s" "0s" '\x00'}
2024-07-02 07:39:57
chown -R harbor:harbor /etc/pki/tls/certs     && chown harbor:harbor /home/harbor/entrypoint.sh && chmod u+x /home/harbor/entrypoint.sh     && chown harbor:harbor /home/harbor/install_cert.sh && chmod u+x /home/harbor/install_cert.sh     && chown harbor:harbor /usr/bin/registry_DO_NOT_USE_GC && chmod u+x /usr/bin/registry_DO_NOT_USE_GC
2024-07-02 07:39:57
#(nop) COPY file:edbdfb8d1e14ab1503344a635f6823349d5f065818cc9d6a6eeea39ac9755c9e in /usr/bin/registry_DO_NOT_USE_GC
2024-07-02 07:39:56
#(nop) COPY file:8001a46bcb7042188e22944d6cc26abbb3d2648b1ca459e329871683a5b6d24e in /home/harbor
2024-07-02 07:39:55
#(nop) COPY file:4484ba4d37e77cc4a425336171ec52cd3e84e70f628741e539c20d4ea2906384 in /home/harbor

More synced tags