This repository contains the required source files to build Docker images for various release engineering tasks (package building, hardware adaptation building, rootfs building, etc...).
- build-essential (amd64 and arm64)
Image templates must be stored in the root directory of this repository, and must be named as Dockerfile.@template@.in,
where @template@ is the template name.
The following strings are replaced:
| String | Description | Example (for arm64/furilabs/build-essential:forky) |
|---|---|---|
%(target_name)s |
Sanitized slug of the full target name | arm64_furios_build_essential_forky |
%(arch)s |
Architecture | arm64 |
%(namespace)s |
Docker namespace | furilabs |
%(template)s |
Template name | build-essential |
%(tag)s |
Image tag | forky |