Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 689ac2a54c | |||
| 6602090c45 | |||
| 5e4a181ea9 | |||
| 466f837533 | |||
| ec34b374c7 |
@@ -18,4 +18,4 @@ steps:
|
||||
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
- tag
|
||||
+3
-3
@@ -2,7 +2,7 @@
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
# Define the version of Rustic to install as a build argument
|
||||
ARG RUSTIC_VERSION=v0.10.3
|
||||
ARG RUSTIC_VERSION=v0.11.2
|
||||
|
||||
# Set DEBIAN_FRONTEND to noninteractive to suppress warnings
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
@@ -11,11 +11,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
cron bash curl tzdata ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN curl -L https://github.com/rustic-rs/rustic/releases/download/${RUSTIC_VERSION}/rustic-${RUSTIC_VERSION}-aarch64-unknown-linux-musl.tar.gz \
|
||||
RUN curl -L https://github.com/rustic-rs/rustic/releases/download/${RUSTIC_VERSION}/rustic-${RUSTIC_VERSION}-x86_64-unknown-linux-musl.tar.gz \
|
||||
# RUN curl -L https://github.com/rustic-rs/rustic/releases/download/v0.10.2/rustic-v0.10.2-1-g189b17c-x86_64-unknown-linux-musl.tar.gz \
|
||||
| tar -xvzf - -C /usr/local/bin rustic && \
|
||||
\
|
||||
curl -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
|
||||
curl -L -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc && \
|
||||
\
|
||||
chmod +x /usr/local/bin/rustic /usr/local/bin/mc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user