Questo sito utilizza cookie tecnici, analytics e di terze parti.
Proseguendo nella navigazione accetti l’utilizzo dei cookie.

Tales of Dockerfile and Buildpacks
Evento:
Cloud Day 2024
Lingua:
Italiano

Tag

  • Cloud Native
  • Container

Speaker

Tales of Dockerfile and Buildpacks

Once upon a time, there were Dockerfiles. And developers used to write them, adding layers and layers on their own, manually. And then came Buildpacks, automating the containers' creation without the need of a Dockerfile. And it was great, if not for...

In this session, we will delve into the pros and cons of Buildpacks, a CNCF's incubating project that aims to automatically generate containers without a Dockerfile, just analyzing the source code of our application.