ContainerSolutions / ContainerSolutions/techterrarium

Template: OCI-Compliant Container Image for Go App

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

### Problem

Creating OCI-compliant container images following best practices is not always straightforward. Examples could be created as baseline for each language. We could start with Go.

### Expected behavior

The objective is to design a template for building OCI-compliant container images for Go applications, ensuring adherence to best practices in security, storage efficiency, and standard compliance. This template should:
- Incorporate security best practices, such as minimizing the number of layers, using trusted base images, and removing unnecessary tools and files.
- Optimize for storage size by including only necessary components, minimizing layers, and leveraging efficient storage formats.
- Ensure OCI compliance for broad compatibility and adherence to industry standards.
- Facilitate easy integration and usability in CI/CD pipelines.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.