-
Notifications
You must be signed in to change notification settings - Fork 28
Bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible in /index/generator #215
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
Conversation
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.2+incompatible. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.7.1...v2.8.2) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
| ARG GOOS=linux | ||
| ARG GOARCH=amd64 | ||
| ARG GOARM=6 | ||
| FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
| ARG GOARCH=amd64 | ||
| ARG GOARM=6 | ||
| FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx | ||
| FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
|
|
||
| RUN set -ex \ | ||
| && apk add --no-cache make git file | ||
| FROM base AS version |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
| WORKDIR $DISTRIBUTION_DIR | ||
| COPY . $DISTRIBUTION_DIR | ||
| RUN CGO_ENABLED=0 make PREFIX=/go clean binaries && file ./bin/registry | grep "statically linked" | ||
| FROM base AS build |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
| FROM scratch AS binary | ||
| COPY --from=build /usr/bin/registry / | ||
|
|
||
| FROM base AS releaser |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
| FROM scratch AS artifact | ||
| COPY --from=releaser /out / | ||
|
|
||
| FROM alpine:${ALPINE_VERSION} |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #215 +/- ##
=======================================
Coverage 27.23% 27.23%
=======================================
Files 7 7
Lines 2012 2012
=======================================
Hits 548 548
Misses 1417 1417
Partials 47 47 ☔ View full report in Codecov by Sentry. |
|
/hold
|
Waiting for new version of devfile/library to release. |
|
Looks like github.com/docker/distribution is up-to-date now, so this is no longer needed. |
Bumps github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible.
Release notes
Sourced from github.com/docker/distribution's releases.
... (truncated)
Commits
7c354a4Merge pull request #3915 from distribution/2.8.2-release-notesa173a9cAdd v2.8.2 release notes4894d35Merge pull request #3914 from vvoland/handle-forbidden-28f067f66Merge pull request #3783 from ndeloof/accept-encoding-28483ad69registry/errors: Parse http forbidden as denied2b0f84dRevert "registry/client: set Accept: identity header when getting layers"320d6a1Merge pull request #3912 from distribution/2.8.2-beta.2-release-notes5f3ca1bAdd release notes for 2.8.2-beta.2 releasecb840f6Merge pull request #3911 from thaJeztah/2.8_backport_fix_releaser_filenamese884644Dockerfile: fix filenames of artifactsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.