Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2025

Bumps @docker/actions-toolkit from 0.57.0 to 0.61.0.

Release notes

Sourced from @​docker/actions-toolkit's releases.

v0.61.0

Full Changelog: docker/actions-toolkit@v0.60.0...v0.61.0

v0.60.0

Full Changelog: docker/actions-toolkit@v0.59.0...v0.60.0

v0.59.0

Full Changelog: docker/actions-toolkit@v0.58.0...v0.59.0

v0.58.0

Full Changelog: docker/actions-toolkit@v0.57.0...v0.58.0

Commits
  • ff509b0 Merge pull request #680 from crazy-max/fix-jest-itg
  • 794148e Merge pull request #679 from docker/bot/regclient-releases-json
  • 68fd63a fix jest config for integration tests
  • a619d07 github: update .github/regclient-releases.json
  • 7a27075 Merge pull request #604 from crazy-max/inspect-devices
  • b9e1a87 Merge pull request #567 from crazy-max/docker-install-undock
  • 68633e7 Merge pull request #678 from crazy-max/pr-assign-author
  • 8a5874c pr-assign-author workflow
  • 121f70d Merge pull request #652 from crazy-max/buildx-history-cmd
  • ad06f2a docker(install): use undock to extract image
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.57.0 to 0.61.0.
- [Release notes](https://github.com/docker/actions-toolkit/releases)
- [Commits](docker/actions-toolkit@v0.57.0...v0.61.0)

---
updated-dependencies:
- dependency-name: "@docker/actions-toolkit"
  dependency-version: 0.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@crazy-max crazy-max force-pushed the dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0 branch 3 times, most recently from 8c0dcd0 to b560fcd Compare April 24, 2025 12:15
Comment on lines 26 to 50
if (input.source.type === 'image') {
await core.group(`Download and install regctl`, async () => {
const regclientInstall = new RegclientInstall();
const regclientBinPath = await regclientInstall.download(
process.env.REGCTL_VERSION && process.env.REGCTL_VERSION.trim() ? process.env.REGCTL_VERSION : 'v0.8.3',
true
);
await regclientInstall.install(regclientBinPath);
});
await core.group(`Download and install undock`, async () => {
const undockInstall = new UndockInstall();
const undockBinPath = await undockInstall.download(
process.env.UNDOCK_VERSION && process.env.UNDOCK_VERSION.trim() ? process.env.UNDOCK_VERSION : 'v0.10.0',
true
);
await undockInstall.install(undockBinPath);
});
}
Copy link
Member

@crazy-max crazy-max Apr 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vvoland With docker/actions-toolkit#567, we now need to install regctl and undock for image source type

@crazy-max crazy-max requested a review from vvoland April 24, 2025 12:19
src/main.ts Outdated
Comment on lines 30 to 38
process.env.REGCTL_VERSION && process.env.REGCTL_VERSION.trim() ? process.env.REGCTL_VERSION : 'v0.8.3',
true
);
await regclientInstall.install(regclientBinPath);
});
await core.group(`Download and install undock`, async () => {
const undockInstall = new UndockInstall();
const undockBinPath = await undockInstall.download(
process.env.UNDOCK_VERSION && process.env.UNDOCK_VERSION.trim() ? process.env.UNDOCK_VERSION : 'v0.10.0',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we extract the default versions to a const on the top of the file for easier discoverability?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, updated

crazy-max added 2 commits May 12, 2025 14:06
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
@crazy-max crazy-max force-pushed the dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0 branch from b560fcd to 1211ebf Compare May 12, 2025 12:13
@crazy-max crazy-max requested a review from vvoland May 12, 2025 12:22
@crazy-max crazy-max merged commit efe6ba7 into master May 13, 2025
44 checks passed
@crazy-max crazy-max deleted the dependabot/npm_and_yarn/docker/actions-toolkit-0.61.0 branch May 13, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants