Add on a CI system (not Jenkins) and you got yaml controlling your yaml!
- 0 Posts
- 6 Comments
Joined 2 years ago
Cake day: August 8th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
joshzcold@lemmy.worldto Programmer Humor@lemmy.ml•Compiz fusion gave me what a degree barely could6·2 years agoBe me, the only one who knows how to read the ancient text of Jenkins log.
joshzcold@lemmy.worldto Programmer Humor@lemmy.ml•Compiz fusion gave me what a degree barely could16·2 years agoNow you’re doing pipelines forever. 😞
joshzcold@lemmy.worldto Ask Lemmy@lemmy.world•Fellow home owners, are you ready for the housing market to crash?2·2 years agoFun part about Orem is that all of those houses for 400-600 were built in the 80s and haven’t been updated since then.
So then you start looking at houses in at least Saratoga or Spanish fork. I landed in Springville and I bought 3 years ago before the market got as bad as it did.
You can use kubernetes on any OCI container deployment.
So if you don’t want/need to install the docker program, you can go with containerd.
The gophers are https://podman.io/ which builds and runs containers. My guess is they are building the same application in multiple distros for their one application
Like
my-app-nix my-app-fedora my-app-alpine
It’s a common practice so users can choose the distro they prefer when launching your container in their stack.