Backdocker.m.daocloud.io/envoyproxy/ratelimit
docker.m.daocloud.io

docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d

Size
8.77 MB
Local pulls
1
Upstream pulls
0
Synced at
2026-08-04 01:16:06

China image

registry.cn-global.starbucket.com.cn/starbucket/docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d

Source image

docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d

Image info

Image ID
sha256:21120ecc9dc8787b1725387ab2ee8814f102312eb24e343931231ee826c16afb
Image tag
fe26676d
Image size
8.77 MB
Platform
linux/amd64
Registry
docker.m.daocloud.io
Project
Local repo
CMD
Entrypoint
/bin/ratelimit
Working dir
/home/nonroot
User
65532
StopSignal
Created
2026-04-30T17:33:00.800271907Z

Exposed ports 0

None

Environment 2

PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_FILE/etc/ssl/certs/ca-certificates.crt

Pull commands

Docker
docker pull registry.cn-global.starbucket.com.cn/starbucket/docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d
docker tag registry.cn-global.starbucket.com.cn/starbucket/docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d
Containerd
ctr images pull registry.cn-global.starbucket.com.cn/starbucket/docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d
ctr images tag registry.cn-global.starbucket.com.cn/starbucket/docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d
YAML quick replace
sed -i 's#docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d#registry.cn-global.starbucket.com.cn/starbucket/docker.m.daocloud.io/envoyproxy/ratelimit:fe26676d#' 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 2

2026-04-30 17:33:00empty layer
ENTRYPOINT ["/bin/ratelimit"]
2026-04-30 17:33:00
COPY /go/bin/ratelimit /bin/ratelimit # buildkit

More synced tags