Revision f82b5cb7768dacad9fb310232c1383b4e6718378 authored by Piotr Tabor on 16 May 2021, 17:26:10 UTC, committed by GitHub on 16 May 2021, 17:26:10 UTC
The funcion signature has been changed in:
eafbc8c57efc716644c328f63677ca7eadeebdfe .
Instead we should have added new method `NewZapLoggerBuilder()`.
1 parent 9501e8e
Raw File
Dockerfile-release.s390x
FROM k8s.gcr.io/build-image/debian-base-s390x:buster-v1.4.0

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
ADD var/etcd /var/etcd
ADD var/lib/etcd /var/lib/etcd

EXPOSE 2379 2380

# Define default command.
CMD ["/usr/local/bin/etcd"]
back to top