Skip to content

Commit ce1302e

Browse files
committed
1.3.0pre
1 parent b17bccc commit ce1302e

16 files changed

Lines changed: 25 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## 1.3.0pre 2025-09-13 <dave at tiredofit dot ca>
22

33
### Changed
4-
- Switch to nfrastack/container-nginx
4+
- Switch to nfrastack/container-nginx:8.x
55
- Alpine 3.23
66
- Restic 0.18.1
7-
- RClone 1.73.0
7+
- RClone 1.73.1
88

99
## 1.2.33 2025-08-25 <dave at tiredofit dot ca>
1010

Containerfile

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
1+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
44

@@ -20,7 +20,7 @@ LABEL \
2020
ARG \
2121
RESTIC_VERSION="v0.18.1" \
2222
RESTIC_REST_SERVER_VERSION="v0.14.0" \
23-
R_CLONE_VERSION="v1.73.0" \
23+
R_CLONE_VERSION="v1.73.1" \
2424
RESTIC_REPO_URL="https://github.com/restic/restic" \
2525
RESTIC_REST_SERVER_REPO_URL="https://github.com/restic/rest-server" \
2626
R_CLONE_REPO_URL="https://github.com/rclone/rclone"
@@ -30,13 +30,17 @@ COPY LICENSE /usr/src/container/LICENSE
3030
COPY README.md /usr/src/container/README.md
3131

3232
ENV \
33-
NGINX_SITE_ENABLED="restic-rest-server" \
34-
NGINX_ENABLE_CREATE_SAMPLE_HTML=FALSE \
35-
NGINX_WORKER_PROCESSES=1 \
3633
IMAGE_NAME="nfrastack/restic" \
3734
IMAGE_REPO_URL="https://github.com/nfrastack/container-restic/"
3835

39-
RUN echo "" && \
36+
RUN echo "" && \
37+
BUILD_ENV=" \
38+
ENABLE_NGINX=FALSE \
39+
NGINX_SITE_ENABLED="restic-rest-server" \
40+
NGINX_MODE="proxy" \
41+
NGINX_PROXY_URL="http://localhost:[env:SERVER_LISTEN_PORT]" \
42+
" \
43+
&& \
4044
RESTIC_BUILD_DEPS_ALPINE=" \
4145
binutils \
4246
git \

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2025 Nfrastack
3+
Copyright (c) 2026 Nfrastack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

rootfs/container/data/restic/template-restic-backup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/command/with-contenv bash
2-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
2+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
33
#
44
# SPDX-License-Identifier: MIT
55

rootfs/container/data/restic/template-restic-check/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/command/with-contenv bash
2-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
2+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
33
#
44
# SPDX-License-Identifier: MIT
55

rootfs/container/data/restic/template-restic-cleanup/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/command/with-contenv bash
2-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
2+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
33
#
44
# SPDX-License-Identifier: MIT
55

rootfs/container/data/restic/template-restic-initialize_repository/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/command/with-contenv bash
2-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
2+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
33
#
44
# SPDX-License-Identifier: MIT
55

rootfs/container/data/restic/template-restic-inventory/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/command/with-contenv bash
2-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
2+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
33
#
44
# SPDX-License-Identifier: MIT
55

rootfs/container/data/restic/template-restic-prune/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/command/with-contenv bash
2-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
2+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
33
#
44
# SPDX-License-Identifier: MIT
55

rootfs/container/defaults/20-restic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: © 2025 Nfrastack <[email protected]>
1+
# SPDX-FileCopyrightText: © 2026 Nfrastack <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
44

0 commit comments

Comments
 (0)