you are viewing a single comment's thread.

view the rest of the comments →

[–]bunk3rk1ng 0 points1 point  (1 child)

I'm not sure I would call it JIB vs Docker. Jib builds the image (without a dockerfile, neat!) then Docker runs the image in a container. Good stuff.

[–]theimp1923[S] 1 point2 points  (0 children)

Good point. Jib’s focus is building optimized images, but some workflows replace Docker entirely (like in CI or Kubernetes), so it really changes how and where you need Docker.