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