containers / common

Location for shared common files in github.com/containers repos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tags diverging from main

edsantiago opened this issue · comments

Just a quick reminder that all these nice new v0.5x.y tags do not include the DBBackend changes (#1333), so none of these can be vendored into podman, which means buildah can't be vendored into podman, which means the treadmill is stuck.

Maybe everyone already knows this, if so, just close this issue.

That's a "known" issue. The v0.51.X is for Podman 4.4 but dependabot and co wanted to update as it did not realize that this is a stable branch.

In other words, please ignore v0.51.X for the treadmill PR. Only versions/tags/commits in main are important for the main treadmill.

I can't ignore anything. Treadmill updates buildah. Buildah pulls in v0.51.2. Therefore podman can't use buildah.

That's a bug in buildah if it vendored v0.51.2 as it went "back in time".

Update: I'll open a Buildah PR.