mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-28 21:12:20 +08:00
Bump gravitational/ci-etcd to 3.3.27 (#65616)
This commit is contained in:
committed by
GitHub
parent
e8d10a184d
commit
85eecbcd21
@@ -1,7 +1,6 @@
|
||||
ARG BUILDARCH
|
||||
ARG ETCD_VERSION
|
||||
|
||||
FROM bitnami/etcd:${ETCD_VERSION}
|
||||
FROM quay.io/coreos/etcd:v${ETCD_VERSION}
|
||||
|
||||
COPY fixtures/etcdcerts /certs
|
||||
|
||||
@@ -14,11 +13,14 @@ RUN mkdir teleportstorage.etcd
|
||||
RUN chown 1001 teleportstorage.etcd
|
||||
USER 1001
|
||||
|
||||
ENTRYPOINT /opt/bitnami/etcd/bin/etcd --name teleportstorage \
|
||||
--initial-cluster-state new \
|
||||
--cert-file /certs/server-cert.pem \
|
||||
--key-file /certs/server-key.pem \
|
||||
--trusted-ca-file /certs/ca-cert.pem \
|
||||
--advertise-client-urls=https://127.0.0.1:2379 \
|
||||
--listen-client-urls=https://0.0.0.0:2379 \
|
||||
--client-cert-auth
|
||||
CMD [ \
|
||||
"/usr/local/bin/etcd", \
|
||||
"--name", "teleportstorage", \
|
||||
"--initial-cluster-state", "new", \
|
||||
"--cert-file", "/certs/server-cert.pem", \
|
||||
"--key-file", "/certs/server-key.pem", \
|
||||
"--trusted-ca-file", "/certs/ca-cert.pem", \
|
||||
"--advertise-client-urls=https://127.0.0.1:2379", \
|
||||
"--listen-client-urls=https://0.0.0.0:2379", \
|
||||
"--client-cert-auth" \
|
||||
]
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: gravitational/ci-etcd
|
||||
ETCD_VERSION: 3.3.9
|
||||
ETCD_VERSION: 3.3.27
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user