Skip to content

Commit

Permalink
Merge pull request #156 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 committed Jun 26, 2024
2 parents a804b9f + bdb2a6b commit 5b09845
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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:6ef0114755d8d9cc0f4d3c2d252203d5198766caee4108c4fc59eb915c48d6c2 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:ea6430c6097d414c3e0d9b38ea37a4d0e16f53ae91ba25ee1588364200010331 AS build

RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \
cd /srv/app/src && \
Expand Down
2 changes: 1 addition & 1 deletion 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:cef79e47d08a8fdf296ca0fe0d8e42313c4a987957a0d984ce92c0ad991fab88 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:2edb4765aaf29817e63b6844d75699c6729dacbe05dff373955409a6e79316cb AS build

RUN git clone -b main https://github.com/distribution/distribution.git /srv/app/src && \
cd /srv/app/src && \
Expand Down
2 changes: 1 addition & 1 deletion 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:6ef0114755d8d9cc0f4d3c2d252203d5198766caee4108c4fc59eb915c48d6c2 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:ea6430c6097d414c3e0d9b38ea37a4d0e16f53ae91ba25ee1588364200010331 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion 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:cef79e47d08a8fdf296ca0fe0d8e42313c4a987957a0d984ce92c0ad991fab88 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:2edb4765aaf29817e63b6844d75699c6729dacbe05dff373955409a6e79316cb AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion 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:6ef0114755d8d9cc0f4d3c2d252203d5198766caee4108c4fc59eb915c48d6c2 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:ea6430c6097d414c3e0d9b38ea37a4d0e16f53ae91ba25ee1588364200010331 AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.3
Expand Down
2 changes: 1 addition & 1 deletion 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:cef79e47d08a8fdf296ca0fe0d8e42313c4a987957a0d984ce92c0ad991fab88 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:2edb4765aaf29817e63b6844d75699c6729dacbe05dff373955409a6e79316cb AS build

# renovate: datasource=github-tags depName=distribution/distribution
ENV REGISTRY_VERSION=v2.8.3
Expand Down

0 comments on commit 5b09845

Please sign in to comment.