diff --git a/Dockerfile b/Dockerfile index bb7da5a..15a2316 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM alpine:3.11 +FROM alpine:3.17 LABEL maintainer="Drew Short " -ARG rclone_version=v1.50.2 +ARG rclone_version=v1.60.1 ARG rclone_arch=amd64 RUN apk update \ @@ -24,4 +24,4 @@ COPY ./assets/* /opt/resource/ RUN chmod 755 /opt/resource/check \ && chmod +x /opt/resource/in \ - && chmod +x /opt/resource/out \ No newline at end of file + && chmod +x /opt/resource/out diff --git a/README.md b/README.md index 4f9f17d..6eed810 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ for tagged image versions available. ```bash resource_types: - name: rclone - type: docker-image + type: registry-image source: - repository: sothr/concourse-rclone-resource + repository: docker.io/sothr/concourse-rclone-resource tag: latest ``` @@ -115,4 +115,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License. diff --git a/assets/out b/assets/out index 3a4c351..cab780e 100644 --- a/assets/out +++ b/assets/out @@ -111,7 +111,7 @@ for destination in $destinations; do fi echo "Target: ${rclone_target}" # shellcheck disable=2086 - rclone ${rclone_command} "${rclone_source}" "${rclone_target}" --size-only --progress --stats=2s ${rclone_args} + rclone ${rclone_command} "${rclone_source}" "${rclone_target}" --progress --stats=2s ${rclone_args} copy_rc=$? if [[ -n "${rclone_sleep}" ]]; then sleep ${rclone_sleep} @@ -206,4 +206,4 @@ else digest: $( echo -n "sha256:${sha256}" | jq -R . ) } }" >&3 -fi \ No newline at end of file +fi