File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM microsoft/nanoserver
22
3- ADD https://github.com/containous/traefik/releases/download/v1.2.0-rc1 /traefik_windows-amd64 /traefik.exe
3+ ADD https://github.com/containous/traefik/releases/download/v1.2.0-rc2 /traefik_windows-amd64 /traefik.exe
44
55VOLUME C:/etc/traefik
66VOLUME C:/etc/ssl
7- RUN powershell -command \
8- set-itemproperty -path 'HKLM:\S YSTEM\C urrentControlSet\C ontrol\S ession Manager\D OS Devices' -Name 'T:' -Value '\? ?\C :\e tc\t raefik' -Type String ; \
9- set-itemproperty -path 'HKLM:\S YSTEM\C urrentControlSet\C ontrol\S ession Manager\D OS Devices' -Name 'S:' -Value '\? ?\C :\e tc\s sl' -Type String
107
118EXPOSE 80
129ENTRYPOINT ["/traefik" , "--configfile=T:/traefik.toml" ]
@@ -16,5 +13,5 @@ LABEL org.label-schema.vendor="Containous" \
1613 org.label-schema.url="https://traefik.io" \
1714 org.label-schema.name="Traefik" \
1815 org.label-schema.description="A modern reverse-proxy" \
19- org.label-schema.version="v1.2.0-rc1 " \
16+ org.label-schema.version="v1.2.0-rc2 " \
2017 org.label-schema.docker.schema-version="1.0"
Original file line number Diff line number Diff line change 11docker tag traefik stefanscherer/traefik-windows
2- docker tag traefik stefanscherer/traefik-windows:v1.2.0-rc1
3- docker push stefanscherer/traefik-windows:v1.2.0-rc1
2+ docker tag traefik stefanscherer/traefik-windows:v1.2.0-rc2
3+ docker push stefanscherer/traefik-windows:v1.2.0-rc2
44docker push stefanscherer/traefik-windows
You can’t perform that action at this time.
0 commit comments