https://github.com/etcd-io/etcd
Revision 344c9f39301b30401bad960b9e5bca75052e0cb3 authored by Gyuho Lee on 06 May 2021, 08:59:14 UTC, committed by GitHub on 06 May 2021, 08:59:14 UTC
server: make applier use ReadTx() in Txn() instead of ConcurrentReadTx()
2 parent s 8af8f6a + 98083ea
Raw File
Tip revision: 344c9f39301b30401bad960b9e5bca75052e0cb3 authored by Gyuho Lee on 06 May 2021, 08:59:14 UTC
Merge pull request #12896 from wilsonwang371/profiling-txn2
Tip revision: 344c9f3
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