api-gateway (latest)

Published 2023-04-06 01:21:20 +02:00 by keedosn in egommerce/api-gateway

Installation

docker pull git.ego.cloudns.be/egommerce/api-gateway:latest
sha256:f2113b865f47567c8829d995db60768f2a62fcad79dce215a4e242f5bf0f1e88

About this package

A modern reverse-proxy

Image Layers

ADD file:08ad6c1c886a26e30ae4ab103ff377ee6cfbc1be2437fa227ec28a335c63d78a 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' ;; s390x) arch='s390x' ;; *) echo >&2 "error: unsupported architecture: $apkArch"; exit 1 ;; esac; wget --quiet -O /tmp/traefik.tar.gz "https://github.com/traefik/traefik/releases/download/v3.0.0-beta2/traefik_v3.0.0-beta2_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.0.0-beta2 org.opencontainers.image.documentation=https://docs.traefik.io
ARG BUILD_TIME
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=20230406011725
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 / # buildkit
ENTRYPOINT ["/entrypoint.sh"]
CMD ["traefik"]
EXPOSE map[443/tcp:{} 8080/tcp:{}]

Labels

Key Value
dev.egommerce.image.author Piotr Biernat
dev.egommerce.image.build_time 20230406011725
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.0.0-beta2
Details
Container
2023-04-06 01:21:20 +02:00
9
OCI / Docker
linux/amd64
39 MiB
Versions (2) View all
dev 2024-07-23
latest 2023-04-06