traefik / traefik-library-image

Used to build Official Docker image of Traefik Proxy

Home Page:https://store.docker.com/images/traefik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish the scratch image to dockerhub

tspearconquest opened this issue · comments

Hi, I was looking through this repo and noticed that there is a Dockerfile for building a Traefik image using FROM scratch but yet while the file exists in this repo, it doesn't appear to be getting published to any tags in Dockerhub, nor is it mentioned in the documentation on Dockerhub.

It would be appreciated if that can be published so that users can extend it with customizations via FROM traefik:scratch or similar.

Hi,

the FROM scratch was used by the v1 of Traefik, we stopped to support that with the v2 because FROM scratch was more a problem than an advantage, so we decided to switch to alpine.

Based on that we will not create an official image based on FROM scratch.

FYI, the official Docker images have a specific workflow as the images are built by Docker and not by us.

https://github.com/docker-library/official-images/