Skip to content

Commit

Permalink
Merge pull request #142 from dockhippie/renovate/docker-digests
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Nov 25, 2023
2 parents 2ae4b9f + 07f9f5d commit d5a0224
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.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

0 comments on commit d5a0224

Please sign in to comment.