feat: etcd remove service/user
Build / build-9 (pull_request) Successful in 39s
Build / build-8 (pull_request) Successful in 41s

- change etcd to bin only, bump revision
This commit is contained in:
2025-01-26 16:25:18 +11:00
parent 7f18247e00
commit 3767107729
8 changed files with 1 additions and 45 deletions
-1
View File
@@ -14,7 +14,6 @@ ENV PACKAGE_VERSION=${PACKAGE_VERSION}
# Copy nfpm.yaml from the context into the container
COPY nfpm.yaml /app/nfpm.yaml
COPY resources /app/resources
# Download the required files
RUN wget -O /app/etcd-v${PACKAGE_VERSION}-linux-amd64.tar.gz https://github.com/etcd-io/etcd/releases/download/v${PACKAGE_VERSION}/etcd-v${PACKAGE_VERSION}-linux-amd64.tar.gz && \