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 93055b0 commit 564b0b5Copy full SHA for 564b0b5
Dockerfile
@@ -78,10 +78,6 @@ ARG TARGETPLATFORM
78
RUN apk --no-cache add ca-certificates \
79
&& update-ca-certificates
80
81
-# Create minimal nsswitch.conf file to prioritize the usage of /etc/hosts over DNS queries.
82
-# https://github.com/gliderlabs/docker-alpine/issues/367#issuecomment-354316460
83
-RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
84
-
85
# Copy over binary from build
86
COPY --from=build /image-automation-controller /usr/local/bin/
87
COPY ATTRIBUTIONS.md /
0 commit comments