user-management (feat-24)
Installation
docker pull git.cleverthis.com/clevermicro/user-management:feat-24sha256:322c4d89b26ae03f34918a837aac6ccc40a1136dda5185b13c8232fd1de81655Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:82f38ebced7b2756311fb492d3d44cc131b22654e8620baa93883537a3e355aa 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.7-*\nPin-Priority: 1001" > /etc/apt/preferences && apt-get -qq -y --no-install-recommends install zulu21-jdk=21.0.7-* && 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/target/*.jar /app/app.jar # buildkit |
| ENTRYPOINT ["java" "-jar" "/app/app.jar"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 22.04 |
Details
Versions (58)
View all
develop-84d0d85
2025-12-03
develop-80c181e
2025-11-27
feat-amq-adapter-85-750bec0
2025-11-25
feat-amq-adapter-85-93e72fc
2025-11-25
feat-amq-adapter-85-4330479
2025-11-25