https://github.com/cloudamqp/etcd-packages
etcd packages for ubuntu
https://github.com/cloudamqp/etcd-packages
Last synced: 4 months ago
JSON representation
etcd packages for ubuntu
- Host: GitHub
- URL: https://github.com/cloudamqp/etcd-packages
- Owner: cloudamqp
- Created: 2024-10-23T12:35:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T11:22:17.000Z (over 1 year ago)
- Last Synced: 2025-08-24T11:25:17.022Z (10 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# etcd DEB/RPM packages
Multi-architecture (amd64 and arm64) DEB/RPM package builder for [etcd](https://etcd.io/). The images are built using [GitHub actions](/.github/workflows/docker.yml).
The packages are published at https://packagecloud.io/cloudamqp/etcd
## Install
```sh
curl -fsSL https://packagecloud.io/cloudamqp/etcd/gpgkey | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/cloudamqp_etcd.gpg
. /etc/os-release
echo "deb https://packagecloud.io/cloudamqp/etcd/any any main" | sudo tee /etc/apt/sources.list.d/cloudamqp_etcd.list
apt-get update
apt-get install etcd
```