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"]
To isolate from security and licensing problems.
What would you like to be added?
Follow up to #13556
Currently we generate images based on:
Seems that:
/etc/nsswitch.confto avoid need forechoand bash redirect syntax (>>)/bin/shbase-debian11image at allWhy is this needed?
To isolate from security and licensing problems.