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 8dc2a35 commit 874a95bCopy full SHA for 874a95b
Makefile
@@ -63,6 +63,7 @@ build: tidy ## Builds CLI binary
63
.PHONY: image
64
image: ## Builds container image
65
docker build \
66
+ --platform linux/amd64 \
67
-t us-west1-docker.pkg.dev/cloudy-build/vulctl/vulctl:$(RELEASE_VERSION) \
68
-t us-west1-docker.pkg.dev/cloudy-build/vulctl/vulctl:latest \
69
-f internal/cmd/Dockerfile \
internal/cmd/Dockerfile
@@ -16,4 +16,4 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="\
16
17
FROM cgr.dev/chainguard/bash:latest
18
COPY --from=builder /src/vulctl /bin/vulctl
19
-ENTRYPOINT ["/bin/bash", "-l", "-c"]
+ENTRYPOINT ["/bin/vulctl"]
0 commit comments