amq-library-client-demo (482e697)

Published 2025-09-24 14:37:14 +00:00 by org.clevermicro

Installation

docker pull git.cleverthis.com/clevermicro/amq-library-client-demo:482e697
sha256:390699005ae57c8fa5491b5cc1f8adecc8ee457b9225122d913eff42ee4e7652

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:9303cc1f788d2a9a8f909b154339f7c637b2a53c75c0e7f3da62eb1fefe371b1 in /
CMD ["/bin/bash"]
ENV LANG=en_US.UTF-8
RUN /bin/sh -c set -ex && apt-get -qq update && apt-get -qq -y --no-install-recommends install gnupg ca-certificates locales curl tzdata && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && curl -s https://repos.azul.com/azul-repo.key | gpg --dearmor -o /usr/share/keyrings/azul.gpg && echo "deb [signed-by=/usr/share/keyrings/azul.gpg] https://repos.azul.com/zulu/deb stable main" > /etc/apt/sources.list.d/zulu.list && apt-get -qq update && echo "Package: zulu25-*\nPin: version 25-*\nPin-Priority: 1001" > /etc/apt/preferences && apt-get -qq -y --no-install-recommends install zulu25-jdk=25-* && apt-get -qq -y purge --auto-remove gnupg curl && apt-get -qq -y dist-upgrade && apt-get -qq -y autoremove && apt-get -qq clean && rm -rf /var/lib/apt/lists/* # buildkit
ENV JAVA_HOME=/usr/lib/jvm/zulu25
EXPOSE map[8080/tcp:{}]
WORKDIR /app
COPY /code/client-lib-demo/build/install/client-lib-demo /app/ # buildkit
ENTRYPOINT ["/app/bin/client-lib-demo"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-09-24 14:37:14 +00:00
0
OCI / Docker
linux/amd64
234 MiB
Versions (37) View all
develop 2025-09-24
482e697 2025-09-24
11cd9a4 2025-09-17
feat-59 2025-09-17
817f063 2025-09-16