Wyatt

joined 1 year ago
[–] [email protected] 0 points 10 months ago* (last edited 10 months ago) (1 children)

What do you mean? I containerize my tools, and write a docker file to install everything. The dockerfile is just something like:

FROM ubuntu:22.04

RUN apt-get update &&
apt-get install -y helm pluto kubeval etc

How is that gross?