Backdocker.io/calico/typha
docker.io

docker.io/calico/typha:v3.29.3

Typha is Calico's sync-offload daemon

Size
28.36 MB
Local pulls
7
Upstream pulls
139,204,667
Synced at
2026-08-31 06:50:32

China image

registry.cn-global.starbucket.com.cn/starbucket/docker.io/calico/typha:v3.29.3

Source image

docker.io/calico/typha:v3.29.3

Image info

Image ID
sha256:0bf6faa65273aa43ef06662b23dc6c6c2be81709b909de330868e50f7bc8adb6
Image tag
v3.29.3
Image size
28.36 MB
Platform
linux/arm64
Registry
docker.io
CMD
/usr/bin/calico-typha
Entrypoint
Working dir
/
User
999
StopSignal
Created
2025-03-25T18:12:25.859Z

Exposed ports 0

None

Environment 1

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

Labels 7

nameCalico Typha
vendorProject Calico
release1
summaryCalico Typha is a fan-out datastore proxy
versionv3.29.3
maintainermaintainers@tigera.io
descriptionCalico Typha is a fan-out datastore proxy

Pull commands

Docker
docker pull registry.cn-global.starbucket.com.cn/starbucket/docker.io/calico/typha:v3.29.3
docker tag registry.cn-global.starbucket.com.cn/starbucket/docker.io/calico/typha:v3.29.3 docker.io/calico/typha:v3.29.3
Containerd
ctr images pull registry.cn-global.starbucket.com.cn/starbucket/docker.io/calico/typha:v3.29.3
ctr images tag registry.cn-global.starbucket.com.cn/starbucket/docker.io/calico/typha:v3.29.3 docker.io/calico/typha:v3.29.3
YAML quick replace
sed -i 's#docker.io/calico/typha:v3.29.3#registry.cn-global.starbucket.com.cn/starbucket/docker.io/calico/typha:v3.29.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 12

2025-03-25 17:23:34empty layer
CMD ["/usr/bin/calico-typha"]
2025-03-25 17:23:34empty layer
USER 999
2025-03-25 17:23:34
COPY / / # buildkit
2025-03-25 17:23:34empty layer
LABEL version=v3.29.3
2025-03-25 17:23:34empty layer
LABEL vendor=Project Calico
2025-03-25 17:23:34empty layer
LABEL summary=Calico Typha is a fan-out datastore proxy
2025-03-25 17:23:34empty layer
LABEL release=1
2025-03-25 17:23:34empty layer
LABEL name=Calico Typha

More synced tags