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 #163

Merged
merged 1 commit into from
Aug 18, 2024
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
2 changes: 1 addition & 1 deletion 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:d431f43ab213647def01f295e360114556f4c5c829ee263fb5388f285538676f AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:2f45191b17a1a743d20e81e46375eb492c3b7ae35df591c3a01a7d3f91d672b8 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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:b86d2535873754c8766f4a616aa6288ccfe365b84306c6c65cd957b31eed2099 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:cb867279dc8db07474c4f05789e308a48ad986818d13ba9d354a578a1e1f9716 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:97fe0eca7b101b7027ab1e138d5091654bb1ad45a093d68aa96e2e39a9e80b09 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:4e7c8ad3c03cf8f0153cc69d499b51852a0528584d49307d380577423f17ff11 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.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:d431f43ab213647def01f295e360114556f4c5c829ee263fb5388f285538676f AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:2f45191b17a1a743d20e81e46375eb492c3b7ae35df591c3a01a7d3f91d672b8 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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:b86d2535873754c8766f4a616aa6288ccfe365b84306c6c65cd957b31eed2099 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:cb867279dc8db07474c4f05789e308a48ad986818d13ba9d354a578a1e1f9716 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:97fe0eca7b101b7027ab1e138d5091654bb1ad45a093d68aa96e2e39a9e80b09 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:4e7c8ad3c03cf8f0153cc69d499b51852a0528584d49307d380577423f17ff11 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.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:d431f43ab213647def01f295e360114556f4c5c829ee263fb5388f285538676f AS build
FROM ghcr.io/dockhippie/golang:1.21-amd64@sha256:2f45191b17a1a743d20e81e46375eb492c3b7ae35df591c3a01a7d3f91d672b8 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.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:b86d2535873754c8766f4a616aa6288ccfe365b84306c6c65cd957b31eed2099 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm@sha256:cb867279dc8db07474c4f05789e308a48ad986818d13ba9d354a578a1e1f9716 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:97fe0eca7b101b7027ab1e138d5091654bb1ad45a093d68aa96e2e39a9e80b09 AS build
FROM ghcr.io/dockhippie/golang:1.21-arm64@sha256:4e7c8ad3c03cf8f0153cc69d499b51852a0528584d49307d380577423f17ff11 AS build

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