File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/examples/springboot-kafka-avro
third_party/github.com/banzaicloud/go-cruise-control/deploy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM maven:3.9-eclipse-temurin-21-alpine as build
1+ FROM maven:3.9-eclipse-temurin-21-alpine@sha256:922927df2c662cdd47ddb116443d6bec4696cfae3de1a0ddac8fcc7b87ce61ae as build
22
33# Set working directory
44WORKDIR /usr/src/myapp
@@ -12,7 +12,7 @@ COPY src ./src
1212RUN mvn clean package -DskipTests
1313
1414# The final image should have minimal layers
15- FROM eclipse-temurin:25 -jre-alpine@sha256:b51543f89580c1ba70e441cfbc0cfc1635c3c16d2e2d77fec9d890342a3a8687
15+ FROM eclipse-temurin:21 -jre-alpine@sha256:326837fba06a8ff5482a17bafbd65319e64a6e997febb7c85ebe7e3f73c12b11
1616RUN apk add --no-cache curl
1717COPY --from=build /usr/src/myapp/target/kafka-avro-0.0.1-SNAPSHOT.jar app.jar
1818ENTRYPOINT ["java" , "-jar" , "app.jar" ]
Original file line number Diff line number Diff line change 11services :
22 zookeeper :
3- image : ghcr.io/adobe/zookeeper-operator/zookeeper:3.8.4-0.2.15-adobe-20250923
3+ image : ghcr.io/adobe/zookeeper-operator/zookeeper:3.8.4-0.2.15-adobe-20250923@sha256:170e5b7a8e0156e414f18b9e2c4fa2331f80a3f587bab55ce28577e4d3d642b5
44 restart : unless-stopped
55 hostname : zookeeper
66 container_name : zookeeper
You can’t perform that action at this time.
0 commit comments