👨‍💻 Studentbox documentation

Search

Search IconIcon to open search

2023-02-23

Last updated Feb 23, 2023 Edit Source

I just made progress: Apache and PHP container talked to each other inside of a pod. Also, I statically compiled my app thanks to https://github.com/containers/podman/issues/12548#issuecomment-989053364. The Podman bindings actually don’t require a lot of things from its libraries, so adding tags when compiling (like remote and others) remove the need for any external C dependencies, and so I can deactivate CGO, and build my final stage from scratch.

My final container is 35 MB. I reduced it to 15.5 MB with upx --lzma.

I’m now writing a script for conventional commits. https://gist.github.com/sinux-l5d/e80b4d1ba252c53b1f967b4ce7d18d17