Logo
Explore Help
Sign In
cupcakearmy/autorestic
1
0
Fork 0
You've already forked autorestic
mirror of https://github.com/cupcakearmy/autorestic.git synced 2025-05-21 23:13:03 +00:00
Code Issues Packages Projects Releases Wiki Activity
autorestic/Dockerfile

14 lines
272 B
Docker
Raw Permalink Normal View History

Bump golang from 1.23-alpine to 1.24-alpine (#429) Bumps golang from 1.23-alpine to 1.24-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 13:24:12 +01:00
FROM golang:1.24-alpine as builder
docker image
2021-11-20 16:59:13 +01:00
WORKDIR /app
COPY go.* .
RUN go mod download
COPY . .
RUN go build
Bump restic/restic from 0.17.2 to 0.17.3 (#410) Bumps restic/restic from 0.17.2 to 0.17.3. --- updated-dependencies: - dependency-name: restic/restic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14 17:35:03 +01:00
FROM restic/restic:0.17.3
feat: add `docker-cli` package (#339) Co-authored-by: Nicco <hi@nicco.io>
2024-02-15 15:26:26 +02:00
RUN apk add --no-cache rclone bash curl docker-cli
docker image
2021-11-20 16:59:13 +01:00
COPY --from=builder /app/autorestic /usr/bin/autorestic
use restic as base image
2022-12-09 17:24:03 +01:00
ENTRYPOINT []
docker image
2021-11-20 16:59:13 +01:00
CMD [ "autorestic" ]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 97ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API