How do YOU create your Docker images?
SomeKindaName @ SomeKindaName @lemmy.world Posts 0Comments 44Joined 2 yr. ago
SomeKindaName @ SomeKindaName @lemmy.world
Posts
0
Comments
44
Joined
2 yr. ago
Removed
It was yesterday I swear
For local testing: build and run tests on whatever computer I'm developing on.
For deployment: I have a self hosted gitlab instance in a kubernetes cluster. It comes with a registry all setup. Push the project, let the cicd pipeline build, test, and deploy through staging into prod.