Skip to content

Commit

Permalink
Merge pull request #182 from dockhippie/renovate/docker-digests
Browse files Browse the repository at this point in the history
chore(deps): update docker digests
  • Loading branch information
tboerger authored Jun 26, 2024
2 parents cdd038d + b23cff8 commit 9dacdca
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:dc8f126b52962e46aad020d11b37d37350359fe3f8be10c151023e04361b52ae AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e7fd4e79620b54d015e62ef2ab35f9b6697682e1e8ff5b4e63d46fa8227484de AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.5.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:63094950b363daed71defbb0ec6b31cef8b54c95afe02c8eeb0221b230b4d817
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:86f09a70abbc6a572b557a221ad8d1be1a2da9deb3384ee013ffc6d208d821df

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:eb3fc0fcc12bdfdcdb2aa08d5355e82d15e88b9d8105f9c5905b719936a606a3 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:f30795e6e65c55a983bce0592862c20ec094dc2bb9054043df90a658321b0b37 AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.5.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ae98e7d8c378250ff7799a4aa80dba4ebf9ef9874c51f304cb5006318bb21b48
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:d1eb4dd457e2faee45d8ee186148631443cbbf65f00979de7a9663f4b91ab046

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:ec2426e4766ed8b4ea1dd9123d5af77babca67dc498a827c50eb32092a9a287d AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:92b47883d6c58f6cd6f22b7b2aba1ddeff167d74671912d84e8ac054151c84ab AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.5.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9bde3d4081a6b08b20a15725aec66fff5bf92c449fefcb68a32dc6e4c3bd192e
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:40c758b2166fcd124e9db424904cd8ce7c78fa79b215ed9346e293cdd55b1ce7

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions v1.4/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:dc8f126b52962e46aad020d11b37d37350359fe3f8be10c151023e04361b52ae AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e7fd4e79620b54d015e62ef2ab35f9b6697682e1e8ff5b4e63d46fa8227484de AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.4.0
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:63094950b363daed71defbb0ec6b31cef8b54c95afe02c8eeb0221b230b4d817
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:86f09a70abbc6a572b557a221ad8d1be1a2da9deb3384ee013ffc6d208d821df

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions v1.4/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:eb3fc0fcc12bdfdcdb2aa08d5355e82d15e88b9d8105f9c5905b719936a606a3 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:f30795e6e65c55a983bce0592862c20ec094dc2bb9054043df90a658321b0b37 AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.4.0
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ae98e7d8c378250ff7799a4aa80dba4ebf9ef9874c51f304cb5006318bb21b48
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:d1eb4dd457e2faee45d8ee186148631443cbbf65f00979de7a9663f4b91ab046

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions v1.4/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:ec2426e4766ed8b4ea1dd9123d5af77babca67dc498a827c50eb32092a9a287d AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:92b47883d6c58f6cd6f22b7b2aba1ddeff167d74671912d84e8ac054151c84ab AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.4.0
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9bde3d4081a6b08b20a15725aec66fff5bf92c449fefcb68a32dc6e4c3bd192e
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:40c758b2166fcd124e9db424904cd8ce7c78fa79b215ed9346e293cdd55b1ce7

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions v1.5/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:dc8f126b52962e46aad020d11b37d37350359fe3f8be10c151023e04361b52ae AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:e7fd4e79620b54d015e62ef2ab35f9b6697682e1e8ff5b4e63d46fa8227484de AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.5.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:63094950b363daed71defbb0ec6b31cef8b54c95afe02c8eeb0221b230b4d817
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:86f09a70abbc6a572b557a221ad8d1be1a2da9deb3384ee013ffc6d208d821df

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions v1.5/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:eb3fc0fcc12bdfdcdb2aa08d5355e82d15e88b9d8105f9c5905b719936a606a3 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:f30795e6e65c55a983bce0592862c20ec094dc2bb9054043df90a658321b0b37 AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.5.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:ae98e7d8c378250ff7799a4aa80dba4ebf9ef9874c51f304cb5006318bb21b48
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:d1eb4dd457e2faee45d8ee186148631443cbbf65f00979de7a9663f4b91ab046

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down
4 changes: 2 additions & 2 deletions v1.5/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:ec2426e4766ed8b4ea1dd9123d5af77babca67dc498a827c50eb32092a9a287d AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:92b47883d6c58f6cd6f22b7b2aba1ddeff167d74671912d84e8ac054151c84ab AS build

# renovate: datasource=github-tags depName=containrrr/watchtower
ENV WATCHTOWER_VERSION=v1.5.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${WATCHTOWER_VERSION} https://github.com/containrrr/watchtower.
cd /srv/app/src && \
GO111MODULE=on go install

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:9bde3d4081a6b08b20a15725aec66fff5bf92c449fefcb68a32dc6e4c3bd192e
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:40c758b2166fcd124e9db424904cd8ce7c78fa79b215ed9346e293cdd55b1ce7

WORKDIR /root
CMD ["/usr/bin/container"]
Expand Down

0 comments on commit 9dacdca

Please sign in to comment.