Skip to content

Commit

Permalink
build(deps): bump regclient to 0.5.1 (#7752)
Browse files Browse the repository at this point in the history
Release notes https://github.com/regclient/regclient/releases/tag/v0.5.1


> Features:
> 
> Add options to regctl index create for artifactType and subject (regclient/regclient#490)
> Add --latest flag to regctl artifact get and regctl artifact list (regclient/regclient#507)
> Add in memory caching support. (regclient/regclient#510)
> Fixes:
> 
> Fix typo in OCI annotations (regclient/regclient#485)
> Support multiple dashes in repo names. (regclient/regclient#489)
> Fix auth failures, do not trigger a backoff (regclient/regclient#492)
> Update Go dependencies from all subdirectories and used in tests (regclient/regclient#495)
> Warning header log message is fixed. (regclient/regclient#497)
> Include version annotation in regclient images (regclient/regclient#499)
> Fix digest check when running regctl image get-file (regclient/regclient#503)
> Switch org.opencontainers.artifact.* to org.opencontainers.image.* annotations in regclient images. (regclient/regclient#506)
> Chores:
> 
> Sync OCI types to align with upstream sources. (regclient/regclient#488)
> Add OSV vulnerability scanner (regclient/regclient#498)
  • Loading branch information
yeikel authored Aug 7, 2023
1 parent 58edfc3 commit 3e68e10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ FROM ghcr.io/dependabot/dependabot-updater-core
ARG TARGETARCH

# Install regctl. See https://github.com/regclient/regclient/releases for updates
ARG REGCTL_VERSION=0.5.0
ARG REGCTL_VERSION=0.5.1

# These are manually calculated as they are not provided by the maintainer
ARG REGCTL_AMD64_CHECKSUM=0378f7ed0a330ded959c8feea17f0bdc192fe8259e873a48f018b2259281c4f1
ARG REGCTL_ARM64_CHECKSUM=1a6274526eaab761edeb45b9bd696f57bc5a62b2eeeaec947ba4456c9afbd06b
ARG REGCTL_AMD64_CHECKSUM=484f98e99c90341336b1be99b2b333e7129fde3535b54ef97b4673e8fb2b1d6c
ARG REGCTL_ARM64_CHECKSUM=17312dadc43ed24886076b0669bc36a9d790c26140fbacb66b0b89f5f96ece52

ENV PATH=/opt/bin:$PATH
RUN cd /tmp \
Expand Down

0 comments on commit 3e68e10

Please sign in to comment.