During the last CSM workshop I started to refactor zypper-docker in a way that:
- The CLI code and the "library" part got split.
- I started to abstract zypper-specific commands.
- I started a PoC "serve" command which allows zypper-docker to run as a server.
My main goal is to continue on this effort by following these steps (in no specific order):
- Add another distro into the mix (Debian and Fedora come to my mind).
- Implement the "serve" command (I'll probably write a spec before starting the hackweek).
- Test: some existing tests have to be re-adapted or moved. I'll also add more tests.
I don't honestly expect to have everything implemented without any rough edges, it will probably be incomplete or lacking in some regard, but this can be polished over time. The main goal of this hackweek is to at least have the previous three points in a "good-enough" shape.
This project is part of:
Hack Week 14
Activity
Comments
Be the first to comment!
Similar Projects
Looking at Rust if it could be an interesting programming language by jsmeix
Get some basic understanding of Rust security related features from a general point of view.
This Hack Week project is not to learn Rust to become a Rust programmer. This might happen later but it is not the goal of this Hack Week project.
The goal of this Hack Week project is to evaluate if Rust could be an interesting programming language.
An interesting programming language must make it easier to write code that is correct and stays correct when over time others maintain and enhance it than the opposite.