|
@@ -34,7 +34,7 @@ LABEL maintainer="Flux CD <https://github.com/fluxcd/flux/issues>" \
|
34
|
34
|
ENTRYPOINT [ "/sbin/tini", "--", "fluxd" ]
|
35
|
35
|
|
36
|
36
|
# Get the kubeyaml binary (files) and put them on the path
|
37
|
|
-COPY --from=quay.io/squaremo/kubeyaml:0.6.1 /usr/lib/kubeyaml /usr/lib/kubeyaml/
|
|
37
|
+COPY --from=quay.io/squaremo/kubeyaml:0.7.0 /usr/lib/kubeyaml /usr/lib/kubeyaml/
|
38
|
38
|
ENV PATH=/bin:/usr/bin:/usr/local/bin:/usr/lib/kubeyaml
|
39
|
39
|
|
40
|
40
|
# Create minimal nsswitch.conf file to prioritize the usage of /etc/hosts over DNS queries.
|