Skip to content

Commit 027a3d8

Browse files
authored
feat: update to rclone v1.69.2+renku-1 (#58)
1 parent 3e8f432 commit 027a3d8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ghcr.io/devcontainers-extra/features/kind:1": {},
1818
"./rclone": {
1919
"rclone_repository": "https://github.com/SwissDataScienceCenter/rclone.git",
20-
"rclone_ref": "v1.69.1+renku-1"
20+
"rclone_ref": "v1.69.2+renku-1"
2121
}
2222
},
2323
"overrideFeatureInstallOrder": [

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
outputs:
2626
image_repository: ${{ steps.docker_image.outputs.image_repository }}
2727
image_tag: ${{ steps.docker_image.outputs.image_tag }}
28+
permissions:
29+
contents: read
30+
packages: write
2831
steps:
2932
- uses: actions/checkout@v4
3033
- name: Docker image metadata

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG RCLONE_IMAGE_REPOSITORY="ghcr.io/swissdatasciencecenter/rclone"
2-
ARG RCLONE_IMAGE_TAG="sha-7975d7a"
2+
ARG RCLONE_IMAGE_TAG="sha-1f5fcf2"
33
FROM ${RCLONE_IMAGE_REPOSITORY}:${RCLONE_IMAGE_TAG} AS rclone
44

55
FROM golang:1.23.8-bookworm AS build

0 commit comments

Comments
 (0)