api-gateway (dev)
Installation
docker pull git.ego.cloudns.be/egommerce/api-gateway:dev
sha256:f56720ae7987dddbd5df6194548aeab9eca47812b1a09a416aa4436679aefdc3
About this package
A modern reverse-proxy
Image Layers
ADD file:33ebe56b967747a97dcec01bc2559962bee8823686c9739d26be060381bbb3ca in / |
CMD ["/bin/sh"] |
/bin/sh -c apk --no-cache add ca-certificates tzdata |
/bin/sh -c set -ex; apkArch="$(apk --print-arch)"; case "$apkArch" in armhf) arch='armv6' ;; aarch64) arch='arm64' ;; x86_64) arch='amd64' ;; riscv64) arch='riscv64' ;; s390x) arch='s390x' ;; ppc64le) arch='ppc64le' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.1.0/traefik_v3.1.0_linux_$arch.tar.gz"; tar xzvf /tmp/traefik.tar.gz -C /usr/local/bin traefik; rm -f /tmp/traefik.tar.gz; chmod +x /usr/local/bin/traefik |
COPY file:59a219a1fb7a9dc894a7a9a4718fa97fd24adb0a4a6455240ec2ab0183da796e in / |
EXPOSE 80 |
ENTRYPOINT ["/entrypoint.sh"] |
CMD ["traefik"] |
LABEL org.opencontainers.image.vendor=Traefik Labs org.opencontainers.image.url=https://traefik.io org.opencontainers.image.source=https://github.com/traefik/traefik org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v3.1.0 org.opencontainers.image.documentation=https://docs.traefik.io |
ARG BUILD_TIME=20240723025236 |
LABEL dev.egommerce.image.author=Piotr Biernat |
LABEL dev.egommerce.image.vendor=Egommerce |
LABEL dev.egommerce.image.service=api-gateway |
LABEL dev.egommerce.image.version=1.0 |
LABEL dev.egommerce.image.build_time=20240723025236 |
COPY ./api-gateway/etc /etc/traefik # buildkit |
COPY ./api-gateway/plugins /plugins-local # buildkit |
COPY ./api-gateway/entrypoint.sh ./api-gateway/wait-for-it.sh ./.app.config / # buildkit |
EXPOSE map[443/tcp:{} 8080/tcp:{}] |
ENTRYPOINT ["/entrypoint.sh"] |
CMD ["traefik"] |
Labels
Key | Value |
---|---|
dev.egommerce.image.author | Piotr Biernat |
dev.egommerce.image.build_time | 20240723025236 |
dev.egommerce.image.service | api-gateway |
dev.egommerce.image.vendor | Egommerce |
dev.egommerce.image.version | 1.0 |
org.opencontainers.image.description | A modern reverse-proxy |
org.opencontainers.image.documentation | https://docs.traefik.io |
org.opencontainers.image.source | https://github.com/traefik/traefik |
org.opencontainers.image.title | Traefik |
org.opencontainers.image.url | https://traefik.io |
org.opencontainers.image.vendor | Traefik Labs |
org.opencontainers.image.version | v3.1.0 |
Details
2024-07-23 02:52:56 +02:00
Versions (2)
View all
Container
1367
OCI / Docker
linux/amd64
46 MiB