Open dudicoco opened 5 days ago
The main reason there hasn't been a release is because we would want to do a release with the latest image-spec version, but:
To be clear, I don't like the current situation, but there's only one of me so some things just take time until I get enough bandwidth to work on them.
Also there have been discussions about building binary releases for mac but it didn't happen.
My previous comment in https://github.com/opencontainers/umoci/issues/505#issuecomment-1846420112 still stands. You can build MacOS binaries using go get
/go build
very easily, but the tests we run on MacOS are quite superficial and so I don't feel comfortable saying that they're "supported" in the same way Linux is. If someone is willing to get the integration tests working on MacOS, that would be a different story (I don't use MacOS so I can't test anything locally).
Thanks for the extensive information @cyphar.
For my part, I used umoci-the-library-and-command-line at my last $dayjob, and umoci-the-command-line at my current day job, and both do what I need, so there's not a lot of need to do things besides any security patches, which mostly we haven't had.
Yeah we still use umoci extensively at SUSE for building container images (which was the original need that motivated me to write umoči), so it's still used by a fair number of people. I would like to get more things done but the to-do list of minor work to do is a little short. (However, this issue made me go look through old issues and I'll probably send a patch updating to Go stdlib errors since that is long overdue and is fairly simple.)
Hi,
What is the status of this project?
There haven't been any releases since 2021 and the last commit from a human is from 8 months ago.
Also there have been discussions about building binary releases for mac but it didn't happen.