Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker digests #142

Merged
merged 1 commit into from
Nov 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21-amd64@sha256:d76cd73a3d12298056007c3f8fee643321903f89aeb1c91ce386da2f27d81449 AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:0a5c7a5f2958fd80c0f40e75a36a094cf891b1128cc779e772d9d25e6a42bc48 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:950f94fa302e234f471fc42d49c498f57ed1dc86b31b6c8df2bd2ebd643ef00d
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:61e25d53dee3df134ae5b2a09a0f17696c24dbd0404cca98a041cb7d7cc2d7b4

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.21-arm@sha256:f116b424c71714a195b24013a0c4e2cb2bb5c16b83fc70d7de612a2e8d9c41e4 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:21c79bb239aa8555e896a58409e4b3a4005b60271ede542d29a2fc7f278e9c67 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:6c96d8e48482d0996816c82c33d490657ac7701b85de41baba916516d3a50a03
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:91cb9847983df817454ebde7ae6ed2eeca6234cf425d3d62cf1cba4dc731557c

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.21-arm64@sha256:04ed89fe368c382af75b90cad4f88b6832eaa757367ebeb9b7d2b22212e8eb1b AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:87cb6799b5e4ccd5fa797964ae8467916f2312d8e04f900fa95741ca3dfa451b 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:05436202aef00039b721e27b3633514bdf445973dc8bbf0101fd12ff96b813c9
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:52596b8e3f7cb71c54c903c5689111c7cc08d9a3199647b079f5878409de9f87

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.21-amd64@sha256:d76cd73a3d12298056007c3f8fee643321903f89aeb1c91ce386da2f27d81449 AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:0a5c7a5f2958fd80c0f40e75a36a094cf891b1128cc779e772d9d25e6a42bc48 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:950f94fa302e234f471fc42d49c498f57ed1dc86b31b6c8df2bd2ebd643ef00d
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:61e25d53dee3df134ae5b2a09a0f17696c24dbd0404cca98a041cb7d7cc2d7b4

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.21-arm@sha256:f116b424c71714a195b24013a0c4e2cb2bb5c16b83fc70d7de612a2e8d9c41e4 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:21c79bb239aa8555e896a58409e4b3a4005b60271ede542d29a2fc7f278e9c67 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:6c96d8e48482d0996816c82c33d490657ac7701b85de41baba916516d3a50a03
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:91cb9847983df817454ebde7ae6ed2eeca6234cf425d3d62cf1cba4dc731557c

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.21-arm64@sha256:04ed89fe368c382af75b90cad4f88b6832eaa757367ebeb9b7d2b22212e8eb1b AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:87cb6799b5e4ccd5fa797964ae8467916f2312d8e04f900fa95741ca3dfa451b 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:05436202aef00039b721e27b3633514bdf445973dc8bbf0101fd12ff96b813c9
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:52596b8e3f7cb71c54c903c5689111c7cc08d9a3199647b079f5878409de9f87

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.21-amd64@sha256:d76cd73a3d12298056007c3f8fee643321903f89aeb1c91ce386da2f27d81449 AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:0a5c7a5f2958fd80c0f40e75a36a094cf891b1128cc779e772d9d25e6a42bc48 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:950f94fa302e234f471fc42d49c498f57ed1dc86b31b6c8df2bd2ebd643ef00d
FROM ghcr.io/dockhippie/alpine:latest-amd64@sha256:61e25d53dee3df134ae5b2a09a0f17696c24dbd0404cca98a041cb7d7cc2d7b4

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.21-arm@sha256:f116b424c71714a195b24013a0c4e2cb2bb5c16b83fc70d7de612a2e8d9c41e4 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:21c79bb239aa8555e896a58409e4b3a4005b60271ede542d29a2fc7f278e9c67 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:6c96d8e48482d0996816c82c33d490657ac7701b85de41baba916516d3a50a03
FROM ghcr.io/dockhippie/alpine:latest-arm@sha256:91cb9847983df817454ebde7ae6ed2eeca6234cf425d3d62cf1cba4dc731557c

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.21-arm64@sha256:04ed89fe368c382af75b90cad4f88b6832eaa757367ebeb9b7d2b22212e8eb1b AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:87cb6799b5e4ccd5fa797964ae8467916f2312d8e04f900fa95741ca3dfa451b 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:05436202aef00039b721e27b3633514bdf445973dc8bbf0101fd12ff96b813c9
FROM ghcr.io/dockhippie/alpine:latest-arm64@sha256:52596b8e3f7cb71c54c903c5689111c7cc08d9a3199647b079f5878409de9f87

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