You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM --platform=linux/s390x busybox:1.34.1 as source
FROM --platform=linux/s390x gcr.io/distroless/base-debian11
...
RUN mkdir -p /var/etcd/
RUN mkdir -p /var/lib/etcd/
...
RUN echo 'hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4' >> /etc/nsswitch.conf
CMD ["/usr/local/bin/etcd"]
What would you like to be added?
Follow up to #13556
Currently we generate images based on:
Seems that:
/etc/nsswitch.conf
to avoid need forecho
and bash redirect syntax (>>
)/bin/sh
base-debian11
image at allWhy is this needed?
To isolate from security and licensing problems.
The text was updated successfully, but these errors were encountered: