File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed
Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1717 {
1818 "matchPackageNames" : [
1919 " watchtower" ,
20- " containrrr /watchtower"
20+ " cnicholas-fedor /watchtower"
2121 ],
2222 "extractVersion" : " ^v(?<version>\\ d+\\ .\\ d+\\ .\\ d+)$"
2323 }
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179179 - uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20.0
180180 with :
181181 allowUpdates : true
182- body : See https://github.com/containrrr /watchtower/releases/tag/v${{ env.VERSION }} for more changes
182+ body : See https://github.com/cnicholas-fedor /watchtower/releases/tag/v${{ env.VERSION }} for more changes
183183 commit : ${{ github.sha }}
184184 name : ${{ env.VERSION }}
185185 tag : v${{ env.VERSION }}
Original file line number Diff line number Diff line change 1+ # docker-watchtower
2+
13![ build] ( https://github.com/visualon/docker-watchtower/actions/workflows/build.yml/badge.svg )
24![ GitHub] ( https://img.shields.io/github/license/visualon/docker-watchtower )
35[ ![ Renovate enabled] ( https://img.shields.io/badge/renovate-enabled-brightgreen.svg )] ( https://renovatebot.com/ )
46
5- # docker-watchtower
6-
7- [ containrrr/watchtower] ( /containrrr/watchtower ) docker images
7+ [ cnicholas-fedor/watchtower] ( /cnicholas-fedor/watchtower ) docker images
Original file line number Diff line number Diff line change 1- # renovate: datasource=github-releases depName=watchtower packageName=containrrr /watchtower
2- ARG WATCHTOWER_VERSION=1.7.1
1+ # renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor /watchtower
2+ ARG WATCHTOWER_VERSION=1.7.2
33
44FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 as base
55
66# =================
77# build
88# =================
9- FROM base as build
9+ FROM base AS build
1010
1111RUN apk add --no-cache curl
1212
1313ARG WATCHTOWER_VERSION
1414RUN set -ex; \
15- curl -sSfLo file.tgz https://github.com/containrrr /watchtower/releases/download/v${WATCHTOWER_VERSION}/watchtower_linux_amd64.tar.gz; \
15+ curl -sSfLo file.tgz https://github.com/nicholas-fedor /watchtower/releases/download/v${WATCHTOWER_VERSION}/watchtower_linux_amd64.tar.gz; \
1616 tar -C /bin -xzf file.tgz; \
1717 watchtower --help
1818
1919# =================
2020# final
2121# =================
22- FROM base as final
22+ FROM base AS final
2323
2424RUN apk add --no-cache ca-certificates tzdata dumb-init
2525
Original file line number Diff line number Diff line change 11# escape=`
22
3- # renovate: datasource=github-releases depName=watchtower packageName=containrrr /watchtower
4- ARG WATCHTOWER_VERSION=1.7.1
3+ # renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor /watchtower
4+ ARG WATCHTOWER_VERSION=1.7.2
55
66FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:2c49bcfc2b32e56ef272c3ab4bb77a7653dd617d3a0c1d3afdfc7d67d971c739 AS build
77
88ARG WATCHTOWER_VERSION
99RUN `
1010 mkdir tmp && mkdir bin`
11- && curl -sSfLo tmp/file.zip https://github.com/containrrr /watchtower/releases/download/v%WATCHTOWER_VERSION%/watchtower_windows_amd64.zip `
11+ && curl -sSfLo tmp/file.zip https://github.com/nicholas-fedor /watchtower/releases/download/v%WATCHTOWER_VERSION%/watchtower_windows_amd64.zip `
1212 && tar -C c:\bin -oxzf tmp/file.zip watchtower.exe`
1313 && /bin/watchtower --help
1414
Original file line number Diff line number Diff line change 11# escape=`
22
3- # renovate: datasource=github-releases depName=watchtower packageName=containrrr /watchtower
4- ARG WATCHTOWER_VERSION=1.7.1
3+ # renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor /watchtower
4+ ARG WATCHTOWER_VERSION=1.7.2
55
66FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:2c49bcfc2b32e56ef272c3ab4bb77a7653dd617d3a0c1d3afdfc7d67d971c739 AS build
77
88ARG WATCHTOWER_VERSION
99RUN `
1010 mkdir tmp && mkdir bin`
11- && curl -sSfLo tmp/file.zip https://github.com/containrrr /watchtower/releases/download/v%WATCHTOWER_VERSION%/watchtower_windows_amd64.zip `
11+ && curl -sSfLo tmp/file.zip https://github.com/nicholas-fedor /watchtower/releases/download/v%WATCHTOWER_VERSION%/watchtower_windows_amd64.zip `
1212 && tar -C c:\bin -oxzf tmp/file.zip watchtower.exe`
1313 && /bin/watchtower --help
1414
Original file line number Diff line number Diff line change 11# escape=`
22
3- # renovate: datasource=github-releases depName=watchtower packageName=containrrr /watchtower
4- ARG WATCHTOWER_VERSION=1.7.1
3+ # renovate: datasource=github-releases depName=watchtower packageName=nicholas-fedor /watchtower
4+ ARG WATCHTOWER_VERSION=1.7.2
55
66FROM mcr.microsoft.com/windows/nanoserver:ltsc2025@sha256:2c49bcfc2b32e56ef272c3ab4bb77a7653dd617d3a0c1d3afdfc7d67d971c739 AS build
77
88ARG WATCHTOWER_VERSION
99RUN `
1010 mkdir tmp && mkdir bin`
11- && curl -sSfLo tmp/file.zip https://github.com/containrrr /watchtower/releases/download/v%WATCHTOWER_VERSION%/watchtower_windows_amd64.zip `
11+ && curl -sSfLo tmp/file.zip https://github.com/cnicholas-fedor /watchtower/releases/download/v%WATCHTOWER_VERSION%/watchtower_windows_amd64.zip `
1212 && tar -C c:\bin -oxzf tmp/file.zip watchtower.exe`
1313 && /bin/watchtower --help
1414
You can’t perform that action at this time.
0 commit comments