Skip to content

Commit

Permalink
[go-makefile-maker] unmanage dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Apr 17, 2024
1 parent ebd295f commit 28cf114
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ RUN apk upgrade --no-cache --no-progress \
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs/
COPY --from=builder /etc/ssl/cert.pem /etc/ssl/cert.pem
COPY --from=builder /pkg/ /usr/
# make sure all binaries can be executed
RUN ccloud-nodeCIDR-controller --version 2>/dev/null

ARG BININFO_BUILD_DATE BININFO_COMMIT_HASH BININFO_VERSION
LABEL source_repository="https://github.com/sapcc/ccloud-nodeCIDR-controller" \
Expand Down
2 changes: 1 addition & 1 deletion Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ binaries:
installTo: bin/

dockerfile:
enabled: true
enabled: false

golang:
enableVendoring: false
Expand Down

0 comments on commit 28cf114

Please sign in to comment.