Skip to content

Commit

Permalink
chore(deps): update docker digests (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 3999e8b commit 90be047
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,10 +1,10 @@
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:1c019e186fc7d92ba1cd86542fa7fd912f58d343b913c5ca916952b81900bb50 AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:73832fa7b29373202baa990e660c6c5d3d1f0ebdcbd1560199a9f4da1daad0a1 AS build

RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \
cd /srv/app/src && \
GO111MODULE=on go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f8f7abb21a6ca87f5ed2dc7bc093afef68e2d5b4506c61ae42e82fcdfcafdbcc
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:b36cc44eeb70b9f169953edfa645b4d8746fc357089cca6d46504401f3b07595

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:cdfafec89978fe87584d1984982c3668124b7fcefe7230a0e7e77a21b609221d AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:83eecb1f7ecb3c97ca739e31dc53a53bf2d19bfbda3f31470abac8167f529b54 AS build

RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \
cd /srv/app/src && \
GO111MODULE=on go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:1b230fef88761f25ca7b9fa4f94b620987818ca0fbc47cc396af06e2570204d3
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:2ec1aeb6f14bb89ff1843b140303e1b8927805582454a75256f7da93153cb06e

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:422527bcc04d7d1cc02537920875842d0b0459949f1f6564c579360c87ada056 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:7f3c1335fbbb089c01d9187c3e6b5b3a018880d7ecbe96d39733acc01637110b AS build

RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \
cd /srv/app/src && \
GO111MODULE=on go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:b2f0ffcc3c0aa87735393a5df534837936a4c269b9de0bf2d26138f011a51f5b
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:980b353deb35bc37218b7b4d93b9050529ea02d28345f7f4ad96a80d8470c52c

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions v2.7/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:1c019e186fc7d92ba1cd86542fa7fd912f58d343b913c5ca916952b81900bb50 AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:73832fa7b29373202baa990e660c6c5d3d1f0ebdcbd1560199a9f4da1daad0a1 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio
cd /srv/app/src/github.com/docker/distribution && \
GO111MODULE=off go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f8f7abb21a6ca87f5ed2dc7bc093afef68e2d5b4506c61ae42e82fcdfcafdbcc
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:b36cc44eeb70b9f169953edfa645b4d8746fc357089cca6d46504401f3b07595

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions v2.7/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:cdfafec89978fe87584d1984982c3668124b7fcefe7230a0e7e77a21b609221d AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:83eecb1f7ecb3c97ca739e31dc53a53bf2d19bfbda3f31470abac8167f529b54 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio
cd /srv/app/src/github.com/docker/distribution && \
GO111MODULE=off go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:1b230fef88761f25ca7b9fa4f94b620987818ca0fbc47cc396af06e2570204d3
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:2ec1aeb6f14bb89ff1843b140303e1b8927805582454a75256f7da93153cb06e

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions v2.7/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:422527bcc04d7d1cc02537920875842d0b0459949f1f6564c579360c87ada056 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:7f3c1335fbbb089c01d9187c3e6b5b3a018880d7ecbe96d39733acc01637110b AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio
cd /srv/app/src/github.com/docker/distribution && \
GO111MODULE=off go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:b2f0ffcc3c0aa87735393a5df534837936a4c269b9de0bf2d26138f011a51f5b
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:980b353deb35bc37218b7b4d93b9050529ea02d28345f7f4ad96a80d8470c52c

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions v2.8/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:1c019e186fc7d92ba1cd86542fa7fd912f58d343b913c5ca916952b81900bb50 AS build
FROM ghcr.io/dockhippie/golang:1.23-amd64@sha256:73832fa7b29373202baa990e660c6c5d3d1f0ebdcbd1560199a9f4da1daad0a1 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio
cd /srv/app/src/github.com/docker/distribution && \
GO111MODULE=off go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:f8f7abb21a6ca87f5ed2dc7bc093afef68e2d5b4506c61ae42e82fcdfcafdbcc
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:b36cc44eeb70b9f169953edfa645b4d8746fc357089cca6d46504401f3b07595

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions v2.8/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:cdfafec89978fe87584d1984982c3668124b7fcefe7230a0e7e77a21b609221d AS build
FROM ghcr.io/dockhippie/golang:1.23-arm@sha256:83eecb1f7ecb3c97ca739e31dc53a53bf2d19bfbda3f31470abac8167f529b54 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio
cd /srv/app/src/github.com/docker/distribution && \
GO111MODULE=off go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:1b230fef88761f25ca7b9fa4f94b620987818ca0fbc47cc396af06e2570204d3
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:2ec1aeb6f14bb89ff1843b140303e1b8927805582454a75256f7da93153cb06e

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down
4 changes: 2 additions & 2 deletions v2.8/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:422527bcc04d7d1cc02537920875842d0b0459949f1f6564c579360c87ada056 AS build
FROM ghcr.io/dockhippie/golang:1.23-arm64@sha256:7f3c1335fbbb089c01d9187c3e6b5b3a018880d7ecbe96d39733acc01637110b AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.3
Expand All @@ -7,7 +7,7 @@ RUN git clone -b ${REGISTRY_VERSION} https://github.com/distribution/distributio
cd /srv/app/src/github.com/docker/distribution && \
GO111MODULE=off go install ./cmd/...

FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:b2f0ffcc3c0aa87735393a5df534837936a4c269b9de0bf2d26138f011a51f5b
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:980b353deb35bc37218b7b4d93b9050529ea02d28345f7f4ad96a80d8470c52c

VOLUME ["/var/lib/registry"]
EXPOSE 5000
Expand Down

0 comments on commit 90be047

Please sign in to comment.