16 lines
367 B
Markdown
16 lines
367 B
Markdown
---
|
|
title: "TODO:"
|
|
weight: 1
|
|
---
|
|
|
|
## Problems
|
|
|
|
* Dockerfiles are hard and not 100% reproducible
|
|
* Buildpoacks are reproducible but result in large single-arch images
|
|
* Nix has multiple ways of doing things
|
|
|
|
## Solutions
|
|
|
|
* Degger as a CI solution
|
|
* Multistage docker images with distroless -> Small image, small attack surcface
|
|
* Language specific solutions (ki, jib) |