Open Container Initiative (OCI)
OCI (Open Container Initiative) is an agreement between several companies in the field of containerisation technologies (i.e Docker) which aims to establish open standards for the development of containers based application. Overseen by the Linux Foundation, OCI intended to spread best practice in containerisation. Several specifications are already available, as is the case for the runtime and images. If these specifications are met, the community can award an OCI certification guaranteeing good containerisation practices.
Related articles
How to build your OCI images using Buildpacks
Categories: Containers Orchestration, DevOps & SRE | Tags: CI/CD, CNCF, Docker, Kubernetes, OCI
Docker has become the new standard for building your application. In a Docker image we place our source code, its dependencies, some configurations and our application is almost ready to be deployedā¦
Jan 9, 2023
Kubernetes 1.8
Categories: Containers Orchestration, Open Source Summit Europe 2017 | Tags: containerd, CRD, RBAC, Kubernetes, Network, OCI, Release and features
The 1.8 release of Kubernetes brings a lot of new things. With 2500+ pull request, 2000+ commits, 400+ commiters, Kubernetes added 39 new features in this version. This is the richest release in termsā¦
Oct 24, 2017