pricing-worker (dev)

Published 2024-07-23 01:54:06 +02:00 by keedosn in egommerce/pricing-service

Installation

docker pull git.ego.cloudns.be/egommerce/pricing-worker:dev
sha256:18b6e4daff9c86b75db6657d6f9f18638376f460c3f180aee3562aa7742bfef0

Image Layers

ADD file:ec892b6986dac395477ae6947272ea0913b711cda60bbd7d575b374ecfc4cee2 in /
CMD ["/bin/sh"]
ARG BUILD_TIME=20240723015333
ARG BIN_OUTPUT=/go/bin/worker
ARG SVC_NAME=pricing-worker
ARG SVC_VER=dev
LABEL dev.egommerce.image.author=Piotr Biernat
LABEL dev.egommerce.image.vendor=Egommerce
LABEL dev.egommerce.image.service=pricing-worker
LABEL dev.egommerce.image.version=dev
LABEL dev.egommerce.image.build_time=20240723015333
WORKDIR /
COPY /go/bin/worker /app # buildkit
COPY /go/bin/migrate /bin/migrate # buildkit
COPY /go/bin/health /bin/health # buildkit
COPY .env.docker /.env # buildkit
COPY ./.app.config / # buildkit
COPY ./bin /bin # buildkit
RUN |4 BUILD_TIME=20240723015333 BIN_OUTPUT=/go/bin/worker SVC_NAME=pricing-worker SVC_VER=dev /bin/sh -c chmod 755 /bin/entrypoint.sh /bin/migrate.sh # buildkit
RUN |4 BUILD_TIME=20240723015333 BIN_OUTPUT=/go/bin/worker SVC_NAME=pricing-worker SVC_VER=dev /bin/sh -c apk add curl # buildkit
EXPOSE map[443/tcp:{}]
ENTRYPOINT ["entrypoint.sh"]
CMD ["sh" "-c" "/app"]
HEALTHCHECK &{["CMD-SHELL" "health >/dev/null || exit 1"] "5s" "1s" "0s" "0s" '\x14'}

Labels

Key Value
dev.egommerce.image.author Piotr Biernat
dev.egommerce.image.build_time 20240723015333
dev.egommerce.image.service pricing-worker
dev.egommerce.image.vendor Egommerce
dev.egommerce.image.version dev
Details
Container
2024-07-23 01:54:06 +02:00
1122
OCI / Docker
linux/amd64
22 MiB
Versions (1) View all
dev 2024-07-23