Bump gravitational/ci-etcd to 3.3.27 (#65616)

This commit is contained in:
Edoardo Spadolini
2026-04-10 08:38:39 +02:00
committed by GitHub
parent e8d10a184d
commit 85eecbcd21
2 changed files with 13 additions and 11 deletions
+12 -10
View File
@@ -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: