Revision 9d7e10863e56c9f27fbc8542309410cfce3a9d97 authored by Marek Siarkowicz on 20 July 2022, 08:36:00 UTC, committed by GitHub on 20 July 2022, 08:36:00 UTC
server/auth: protect rangePermCache with a RW lock
2 parent s 3237289 + e15c005
Raw File
Dockerfile-release.s390x
# TODO: move to k8s.gcr.io/build-image/debian-base-s390x:bullseye-1.y.z when patched
FROM s390x/debian:bullseye-20220328

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
ADD etcdutl /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