ubuntu/traefik

Verified Publisher

By Canonical

Updated 12 months ago

Ubuntu ROCK for Traefik, a modern HTTP reverse proxy and load balancer.

Image
Networking
Web Servers

4.1K

traefik | Ubuntu

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.

About traefik

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

Tags and Architectures

LTS Up to 5 years of free security maintenance on LTS channels.

ESM Up to 10 years of customer security maintenance from Canonical's restricted repositories.

Channel TagsSupported untilCurrentlyArchitectures
2.10.5-22.04_stable2.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 LTSamd64
2.10.4-22.04_stable2.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 LTSamd64
2.11.0-22.04_stable2-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 LTSamd64
2.10.6-22.04_stable2.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 LTSamd64
2.10.7-22.04_stable2.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 LTSamd64
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.

Commercial use and Extended Security Maintenance channels

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).

Usage

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

ParameterDescription
-e TZ=UTCTimezone.
-p 80:80Expose Traefik on localhost:80. For TLS, you should port 443.
-v /path/to/traefik.yml:/etc/traefik/prometheus.ymlLocal 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
Debugging

To debug the container:

docker logs -f traefik-container

To get an interactive shell:

docker exec -it traefik-container /bin/bash

Bugs and feature requests

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>

Deprecated channels & tags

These channels (tags) are not updated anymore. Please upgrade to newer channels, or reach out if you can't upgrade.

TrackVersionEOLUpgrade Path
track

Docker Pull Command

docker pull ubuntu/traefik