keycloak-api-key-dashboard-local (sha256:553cc7e70e9795767f4e05ef976a11942ec8123f5ae775941de5ab7537048169)

Published 2025-01-07 07:28:54 -05:00 by simcop2387

Installation

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

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'
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-01-07T12:26:10Z
org.opencontainers.image.revision ae362f711cba836d0b3a635bbaad10a3ba064ff5
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-01-07 07:28:54 -05: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