OCI Image - Definição do Glossário de CI/CD
Uma OCI image é uma imagem de container empacotada conforme a especificação Open Container Initiative (config + filesystem em camadas + manifest), tornando-a portável entre runtimes e registries compatíveis.
Guias relacionados
Digest Pinning - CI/CD Glossary DefinitionDigest pinning references an image by its immutable sha256 digest instead of a mutable tag, so every build an…
containerd - CI/CD Glossary Definitioncontainerd is the standard container runtime that handles image transfer, storage, and execution, used under…
Distroless - CI/CD Glossary DefinitionA distroless image holds only your app and its runtime dependencies - no shell or package manager - shrinking…