Skip to content

Conversation

@debasishbsws
Copy link
Member

Both versions are now included in Wolfi since the version mover is disabled, which means both will be available in OS. For docker-28,

I've added provides directives to the main package and all subpackages. This ensures that packages depending on Docker won't automatically pull in the latest docker-29. With the package version stream metadata in place, we'll build images for both versions.

No downstream dependent package will get docker-29 unless explicitly requested.

Both versions are now included in Wolfi since the version mover is disabled, which means both will be available in OS.
For docker-28, I've added provides directives to the main package and all subpackages. This ensures that packages depending on Docker won't automatically pull in the latest docker-29.
With the package version stream metadata in place, we'll build images for both versions. No package will get docker-29 unless explicitly requested.

Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Dec 23, 2025
@octo-sts
Copy link
Contributor

octo-sts bot commented Dec 23, 2025

⚙️ Build Failed: Configuration

mv: cannot stat 'vendor.mod': No such file or directory

Build Details

Category Details
Build System melange
Failure Point mv vendor.mod go.mod command in shell script

Root Cause Analysis 🔍

The build script attempts to rename 'vendor.mod' to 'go.mod' but the 'vendor.mod' file does not exist in the workspace. This suggests either the file was not checked out from the git repository, the file path is incorrect, or the expected file structure has changed in the docker-v29.1.3 tag of the moby/moby repository.


Was this comment helpful? Please use 👍 or 👎 reactions on this comment.

@octo-sts octo-sts bot added the ai/skip-comment Stop AI from commenting on PR label Dec 23, 2025
Rename the runtime deps to match the exact version to get proper runtime packages

Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
@debasishbsws debasishbsws marked this pull request as ready for review December 23, 2025 14:18
Signed-off-by: Debasish Biswas <debasishbsws.dev@gmail.com>
@debasishbsws debasishbsws enabled auto-merge (squash) December 23, 2025 15:57
@debasishbsws debasishbsws merged commit 2e405cf into wolfi-dev:main Dec 23, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai/skip-comment Stop AI from commenting on PR bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants