Skip to content
Snippets Groups Projects
Commit 0c52ace4 authored by Will Medlar's avatar Will Medlar
Browse files

Install binary and configs as the default behavior

parent 3eb8a08a
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ COPY --from=build /go/bin/kube-bench /usr/local/bin/kube-bench ...@@ -16,6 +16,7 @@ COPY --from=build /go/bin/kube-bench /usr/local/bin/kube-bench
ADD entrypoint.sh . ADD entrypoint.sh .
ADD cfg/ cfg/ ADD cfg/ cfg/
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["./entrypoint.sh"]
CMD ["install"]
# Build-time metadata as defined at http://label-schema.org # Build-time metadata as defined at http://label-schema.org
ARG BUILD_DATE ARG BUILD_DATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment