Shoulder.dev transforms codebases into tailored learning experiences. Below are organized categories of the codebase to help you start with your initial focus.
Step-by-step guide on how to install apko from Homebrew, from source, or using the apko container image, as well as setting up the environment for development and testing.
Detailed guide on using apko commands, including build, publish, and other options, with examples and explanations of the available flags and parameters.
Explanation of the apko file format, including the structure and syntax of the YAML files used to define the image build process, and how to configure the environment and entrypoint.
In-depth discussion of how apko builds OCI container images, including the process of generating SBOMs, creating OCI layers, and producing the final image.
Explanation of apko’s SBOM (Software Bill of Materials) support, including how it generates SBOMs for images, and the different formats supported (CycloneDX, SPDX, etc.).
Discussion of apko’s support for running multiple processes in a container using the s6 supervision suite, including how to configure and use this feature.
Overview of the testing frameworks and methodologies used in apko, including unit testing, integration testing, and end-to-end testing, as well as how to write and run tests.
Techniques and strategies for optimizing the performance of apko, including how to improve build times, reduce image size, and optimize resource usage.
Overview of the development environments and tooling used in apko, including how to set up and manage different development stages, and how to use tools like melange and kontain.me.
Strategies and methods for troubleshooting and debugging apko, including how to use logging and tracing mechanisms, and how to diagnose and fix common issues.
Overview of related projects and resources, including ko, distroless, and kontain.me, as well as tutorials, guides, and support resources available for apko.