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

Update Moby CLI #7042

Closed
1 of 11 tasks
JamieMagee opened this issue Feb 3, 2023 · 5 comments
Closed
1 of 11 tasks

Update Moby CLI #7042

JamieMagee opened this issue Feb 3, 2023 · 5 comments
Labels
Area: Containers awaiting-deployment Code complete; awaiting deployment and/or deployment in progress feature request OS: Ubuntu

Comments

@JamieMagee
Copy link

Tool name

moby-cli

Tool license

Apache 2.0

Add or update?

  • Add
  • Update

Desired version

23.0.0

Approximate size

No response

Brief description of tool

No response

URL for tool's homepage

No response

Provide a basic test case to validate the tool's functionality.

No response

Platforms where you need the tool

  • Azure DevOps
  • GitHub Actions

Runner images where you need the tool

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

Can this tool be installed during the build?

No response

Tool installation time in runtime

No response

Are you willing to submit a PR?

No response

@JamieMagee
Copy link
Author

Moby v23 was released yesterday1 and is already available in the Microsoft apt registry2. This should be covered by a rebuild:

if ! IsPackageInstalled $docker_package; then
echo "Docker ($docker_package) was not found. Installing..."
apt-get remove -y moby-engine moby-cli
apt-get update
apt-get install -y moby-engine moby-cli
apt-get install --no-install-recommends -y moby-buildx
apt-get install -y moby-compose
else

Footnotes

  1. https://github.com/moby/moby/releases/tag/v23.0.0

  2. http://packages.microsoft.com/ubuntu/22.04/prod/pool/main/m/moby-cli/

@erik-bershel erik-bershel added awaiting-deployment Code complete; awaiting deployment and/or deployment in progress Area: Containers OS: Ubuntu and removed needs triage labels Feb 3, 2023
@erik-bershel
Copy link
Contributor

@JamieMagee nice to see that you found how it works here. You are right - next moby-cli would be shipped with next Ubuntu images. It should happen on the very next week.

@mikhailkoliada
Copy link
Contributor

updated

@JamieMagee
Copy link
Author

@mikhailkoliada The installed version is still 20.10.22+azure-1, according to the software list. I was mistaken, and v23 is still in testing.

@jpfeuffer
Copy link

What is the status here? As far as I can see, the version in the software list is still 20 and not 23. 23 has some bugfixes that are crucial to our workflow. See sylabs/singularity#1466

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Containers awaiting-deployment Code complete; awaiting deployment and/or deployment in progress feature request OS: Ubuntu
Projects
None yet
Development

No branches or pull requests

4 participants