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 bc1be91 commit 01e1626Copy full SHA for 01e1626
Dockerfile
@@ -6,6 +6,6 @@ RUN make build
6
7
FROM alpine:3.21
8
9
-COPY --from=builder /work/bin/* /
+COPY --from=builder /work/bin/sonic-configdb-utils /
10
11
-ENTRYPOINT ["/sonic-configdb-utils generate"]
+ENTRYPOINT ["/sonic-configdb-utils"]
Makefile
@@ -1,5 +1,5 @@
1
TAGS := -tags 'netgo'
2
-BINARY := sonic-confidb-utils
+BINARY := sonic-configdb-utils
3
4
SHA := $(shell git rev-parse --short=8 HEAD)
5
GITVERSION := $(shell git describe --long --all)
0 commit comments