Files
Nadezhda Fedorova 3cf886ca28
All checks were successful
Building alt images / build-process (push) Successful in 1m53s
Building alt images / test-process (push) Has been skipped
Full building alt images / build-process (push) Successful in 59m50s
Full building alt images / test-process (push) Successful in 4m22s
add annotations to info.yaml for all images templates
2025-07-09 17:01:11 +03:00
..

dockerfiles-alt-etcd

ALT dockerfile for etcd.

Copy Dockerfile somewhere and build the image:

$ podman build --rm -t <username>/etcd.

And launch the etcd container:

$ podman run -d -v <etcd data dir>:/data <username>/etcd

If etcdclt is wanted, it could be run via:

$ podman run --entrypoint etcdctl <username>/etcd