We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Nix2container: faster container image rebuilds

Formale Metadaten

Titel
Nix2container: faster container image rebuilds
Serientitel
Anzahl der Teile
28
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Nix2container is an alternative implementation to our nixpkgs.dockerTools. Its main difference is to rely on Skopeo to actually build the image: this allows us to use the container image building logic of Skopeo and also provide opportunities to implement more aggressive layer caching and skipping. In this presentation, we first take a look at our current nixpkgs.dockerTools functions and explain why they have been introduced. In the second part, we will see how nix2container differs from dockerTools functions: how it basically works and what are its unique features. Speaker: lewo