- Expand tests found in submodules using -F parameter to gocheck2
- v29.0.0 changes Co-authored-by: Maxwell G <maxwell@gtmx.me>
Signed-off-by: Bradley G Smith <bradley.g.smith@gmail.com>
- Upstream note: "This release includes several breaking changes and deprecations.
Review the release notes carefully before upgrading."
- Breaking changes. Upstream new features and fixes
- Resolves: rhbz#2369024, rhbz#2354429, rhbz#2353100
- V28.2.1 contains regression fix
- V28.2.0 has new features and fixes
- Reconcile all branches for possible packit integration
- Resolves rhbz#2348422
- Reverts several networking changes introduced in v28.0.0.
- Additional fixes and new features.
- See release notes at https://github.com/moby/moby/releases/tag/v28.0.1
Signed-off-by: Bradley G Smith <bradley.g.smith@gmail.com>
- Resolves: rhbz#2346768
- Upstream new features and fixes
- man8 moved back to moby-engine in upstream
- Two (2) tests added to skiptest but commented out. Needed when
building in COPR for unknown reason
Resolves rhbz# 2308340.
From upstream:
- containerd image store: Fix non-container images being hidden in
the docker image ls output.
- containerd image store: Improve docker pull error message when the
image platform doesn't match.
- CLI: Fix issue causing docker login to not remove repository names
from passed in registry addresses, resulting in credentials being
stored under the wrong key.
- CLI: Fix issue that will sometimes cause the browser-login flow to
fail if the CLI process is suspended and then resumed while waiting
for the user to authenticate.
- CLI: docker login now returns an error instead of hanging if called
non-interactively with --password or --password-stdin but without
--user.
Resolves rhbz#2308340
New features, bug fixes and enhancements. See
https://github.com/moby/moby/releases/tag/v27.2.0 for full list.
- CLI: Add support for device-code flow login when authenticating to
the official registry.
- containerd image store: docker image ls now supports --tree flag
that shows a multiplatform-aware image list. This is experimental
and may change at any time without any backwards compatibility.
This specfile was rewritten from scratch. The code was cleaned up,
go-vendor-tools was adopted to handle licensing and vendoring, we use
the upstream Makefile to build the package, stop bundling tini-static,
and split the cli into a separate package.