Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1973 from 2opremio/bump-kubeyaml
Browse files Browse the repository at this point in the history
Bump kubeyaml to version 0.5.2
  • Loading branch information
Alfonso Acosta authored Apr 24, 2019
2 parents d4b0ae7 + f544b02 commit 35b78fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/kubeyaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker run --rm -i quay.io/squaremo/kubeyaml:0.5.1 "$@"
docker run --rm -i quay.io/squaremo/kubeyaml:0.5.2 "$@"
2 changes: 1 addition & 1 deletion docker/Dockerfile.flux
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ LABEL maintainer="Weaveworks <help@weave.works>" \
ENTRYPOINT [ "/sbin/tini", "--", "fluxd" ]

# Get the kubeyaml binary (files) and put them on the path
COPY --from=quay.io/squaremo/kubeyaml:0.5.1 /usr/lib/kubeyaml /usr/lib/kubeyaml/
COPY --from=quay.io/squaremo/kubeyaml:0.5.2 /usr/lib/kubeyaml /usr/lib/kubeyaml/
ENV PATH=/bin:/usr/bin:/usr/local/bin:/usr/lib/kubeyaml

# Create minimal nsswitch.conf file to prioritize the usage of /etc/hosts over DNS queries.
Expand Down

0 comments on commit 35b78fb

Please sign in to comment.