ubuntu/traefik
Ubuntu ROCK for Traefik, a modern HTTP reverse proxy and load balancer.
4.1K
Current traefik Docker Image from Canonical, based on Ubuntu. Receives security updates and rolls to newer traefik or Ubuntu release. This repository is free to use and exempted from per-user rate limits.
Traefik is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. Traefik integrates with your existing infrastructure components (Docker, Swarm mode, Kubernetes, Consul, Etcd, Rancher v2, Amazon ECS, ...) and configures itself automatically and dynamically. Read more on the official website
Up to 5 years of free security maintenance on LTS channels.
Up to 10 years of customer security maintenance from Canonical's restricted repositories.
Channel Tags | Supported until | Currently | Architectures | |
---|---|---|---|---|
2.10.5-22.04_stable | 2.10.5-22.04 , 2.10.5-22.04_beta , 2.10.5-22.04_candidate , 2.10.5-22.04_edge | - | traefik 2.10.5 on Ubuntu 22.04 LTS | amd64 |
2.10.4-22.04_stable | 2.10.4-22.04 , 2.10.4-22.04_beta , 2.10.4-22.04_candidate , 2.10.4-22.04_edge | - | traefik 2.10.4 on Ubuntu 22.04 LTS | amd64 |
2.11.0-22.04_stable | 2-22.04 , 2-22.04_beta , 2-22.04_candidate , 2-22.04_edge , 2-22.04_stable , 2.11-22.04 , 2.11-22.04_beta , 2.11-22.04_candidate , 2.11-22.04_edge , 2.11-22.04_stable , 2.11.0-22.04 , 2.11.0-22.04_beta , 2.11.0-22.04_candidate , 2.11.0-22.04_edge | - | traefik 2.11.0 on Ubuntu 22.04 LTS | amd64 |
2.10.6-22.04_stable | 2.10.6-22.04 , 2.10.6-22.04_beta , 2.10.6-22.04_candidate , 2.10.6-22.04_edge | - | traefik 2.10.6 on Ubuntu 22.04 LTS | amd64 |
2.10.7-22.04_stable | 2.10-22.04 , 2.10-22.04_beta , 2.10-22.04_candidate , 2.10-22.04_edge , 2.10-22.04_stable , 2.10.7-22.04 , 2.10.7-22.04_beta , 2.10.7-22.04_candidate , 2.10.7-22.04_edge | - | traefik 2.10.7 on Ubuntu 22.04 LTS | amd64 |
track_risk |
Channel Tags shows the most stable channel for that track ordered stable
, candidate
, beta
, edge
. More risky channels are always implicitly available. So if beta
is listed, you can also pull edge
. If candidate
is listed, you can pull beta
and edge
. When stable
is listed, all four are available. Images are guaranteed to progress through the sequence edge
, beta
, candidate
before stable
.
If your usage includes commercial redistribution, or requires ESM or unavailable channels/versions, please get in touch with the Canonical team (or using rocks@canonical.com).
Launch this image locally:
docker run -d --name traefik-container -e TZ=UTC -p 80:80 ubuntu/traefik:2.10.5-22.04_stable
Access your Traefik instance at http://localhost:80
.
Parameters
Parameter | Description |
---|---|
-e TZ=UTC | Timezone. |
-p 80:80 | Expose Traefik on localhost:80 . For TLS, you should port 443. |
-v /path/to/traefik.yml:/etc/traefik/prometheus.yml | Local configuration file traefik.yml . |
Testing/Debugging
To debug the container:
docker logs -f traefik-container
To get an interactive shell:
docker exec -it traefik-container /bin/bash
To debug the container:
docker logs -f traefik-container
To get an interactive shell:
docker exec -it traefik-container /bin/bash
If you find a bug in our image or want to request a specific feature, please file a bug here:
https://bugs.launchpad.net/ubuntu-docker-images/+filebug
Please title the bug "traefik: <issue summary>
". Make sure to include the digest of the image you are using, from:
docker images --no-trunc --quiet ubuntu/traefik:<tag>
These channels (tags) are not updated anymore. Please upgrade to newer channels, or reach out if you can't upgrade.
Track | Version | EOL | Upgrade Path |
---|---|---|---|
track |
docker pull ubuntu/traefik