user-management (feat-43-019a1fe)

Published 2025-10-28 06:05:06 +00:00 by org.clevermicro in clevermicro/user-management

Installation

docker pull git.cleverthis.com/clevermicro/user-management:feat-43-019a1fe
sha256:902e2701eba8239bb4d7c8a466a2f64d6745e7df436023be308f165501597d5d

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 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: zulu21-*\nPin: version 21.0.9-*\nPin-Priority: 1001" > /etc/apt/preferences && apt-get -qq -y --no-install-recommends install zulu21-jdk=21.0.9-* && 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/zulu21
EXPOSE map[8099/tcp:{}]
WORKDIR /app
COPY /code/build/libs/*.jar /app/app.jar # buildkit
ENTRYPOINT ["java" "-jar" "/app/app.jar"]

Labels

Key Value
org.opencontainers.image.created 2025-10-28T06:02:22.943Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 019a1fe48985c377d386b49e52ec79d8220f468b
org.opencontainers.image.source https://git.cleverthis.com/clevermicro/user-management
org.opencontainers.image.title user-management
org.opencontainers.image.url https://git.cleverthis.com/clevermicro/user-management
org.opencontainers.image.version feat-43-019a1fe
Details
Container
2025-10-28 06:05:06 +00:00
2
OCI / Docker
linux/amd64
255 MiB
Versions (46) View all
feat-43-019a1fe 2025-10-28
develop 2025-09-29
9643cb9 2025-09-29
7d5e20b 2025-09-24
feat-38 2025-09-24