We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd48554 commit 7b10c12Copy full SHA for 7b10c12
1 file changed
examples/Dockerfile
@@ -1,6 +1,8 @@
1
# Build stage
2
FROM --platform=linux/amd64 amazoncorretto:17.0.18-alpine3.23 AS builder
3
4
+RUN uname -a
5
+
6
WORKDIR /build
7
8
# Copy parent pom and all modules
0 commit comments