keycloak-api-key-dashboard-local (sha256:09280de72e7ad304ee06ded0a7f549ec61c602ddd0f4282f38201fce78fce839)

Published 2024-07-20 20:10:11 -04:00 by simcop2387

Installation

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

Image layers

ADD file:e8aac9b1598114ead96b4038c19d915b87f662ef342291d69c7e5255c5d731fc in /
CMD ["bash"]
/bin/sh -c echo 'deb http://deb.debian.org/debian bookworm-backports main' > /etc/apt/sources.list.d/backports.list
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-07-21T00:04:17Z
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-07-20 20:10:11 -04:00
1
OCI / Docker
linux/amd64
438 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