keycloak-api-key-dashboard-local (sha256:c5ba10bd648b69d1d9c03a181fdad0efe54dd56993ad214a3b83b1985921cfd1)

Published 2024-12-24 06:03:06 -05:00 by simcop2387

Installation

docker pull gitea.simcop2387.info/simcop2387/keycloak-api-key-dashboard-local@sha256:c5ba10bd648b69d1d9c03a181fdad0efe54dd56993ad214a3b83b1985921cfd1
sha256:c5ba10bd648b69d1d9c03a181fdad0efe54dd56993ad214a3b83b1985921cfd1

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'
RUN /bin/sh -c echo 'deb http://deb.debian.org/debian bookworm-backports main' > /etc/apt/sources.list.d/backports.list # buildkit
RUN /bin/sh -c apt update && apt install -y git build-essential maven default-jre-headless # buildkit
RUN /bin/sh -c mkdir /tmp/build # buildkit
ADD ./keycloak-api-key-demo/dashboard-service/ /tmp/build # buildkit
WORKDIR /tmp/build
RUN /bin/sh -c ls -lah # buildkit
ADD ./api-dashboard/application.properties /tmp/build/src/main/resources/application.properties # buildkit
RUN /bin/sh -c mvn clean package # buildkit
RUN /bin/sh -c ls -lah target/ # buildkit
WORKDIR /app
RUN /bin/sh -c cp /tmp/build/target/dashboard-service-0.1.jar /app/app.jar # buildkit
EXPOSE map[8180/tcp:{}]
CMD ["java" "-jar" "app.jar"]

Labels

Key Value
org.opencontainers.image.created 2024-12-24T11:00:29Z
org.opencontainers.image.revision d1b0ee5643576f71971de8d84520edf2c34fd207
org.opencontainers.image.source https://gitea.simcop2387.info/simcop2387/keycloak-local.git
org.opencontainers.image.url https://gitea.simcop2387.info/simcop2387/keycloak-local
Details
Container
2024-12-24 06:03:06 -05:00
1
OCI / Docker
linux/amd64
437 MiB
Versions (33) View all
latest 2025-05-04
build-15 2025-05-04
build-14 2025-05-04
build-13 2025-05-04
build-9 2025-01-07