keycloak-api-key-dashboard-local (sha256:32c65c657da0fec4e5e252af93d4f262b955369646b0860a61c6ed602d2d0faa)

Published 2025-05-04 14:50:31 -04:00 by simcop2387

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'
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 2025-05-04T18:47:29Z
org.opencontainers.image.revision 28e3d0359515e4b75c4b30c999638f3d8c83d9f3
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
2025-05-04 14:50:31 -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