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 29f0dc7 commit 9e21a0aCopy full SHA for 9e21a0a
Dockerfile.iptracker
@@ -11,7 +11,7 @@ RUN go mod download
11
12
# Build the specific binary based on the build argument
13
ARG TARGET_BUILD
14
-RUN make build-${TARGET_BUILD}
+RUN make build-kube-ip-tracker-${TARGET_BUILD}
15
16
# STEP 2: Build small image
17
FROM gcr.io/distroless/static-debian12
0 commit comments