https://github.com/jhnc-oss/yocto-image
Basic image for Yocto builds.
https://github.com/jhnc-oss/yocto-image
docker docker-image fedora podman podman-image yocto
Last synced: 2 months ago
JSON representation
Basic image for Yocto builds.
- Host: GitHub
- URL: https://github.com/jhnc-oss/yocto-image
- Owner: jhnc-oss
- License: mit
- Created: 2021-06-21T10:54:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T10:49:55.000Z (3 months ago)
- Last Synced: 2025-01-20T11:39:19.218Z (3 months ago)
- Topics: docker, docker-image, fedora, podman, podman-image, yocto
- Language: Dockerfile
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Yocto Image
[](https://github.com/jhnc-oss/yocto-image/actions/workflows/ci.yml)
[](LICENSE)Basic Fedora based image for [Yocto](https://www.yoctoproject.org/) builds. It contains [all packages](https://docs.yoctoproject.org/current/ref-manual/system-requirements.html#required-packages-for-the-build-host) needed to build a headless image.
## Published Images
Images are available on [GHCR](https://github.com/jhnc-oss/yocto-image/pkgs/container/yocto-image%2Fyocto).
### Tags
| Tag | Base | Status |
|:---:|:----:|:------:|
| `41` | Fedora 41 | |
| `40` | Fedora 40 | |
| `39` | Fedora 39 | EOL |
| `38` | Fedora 38 | |
| `37` | Fedora 37 | EOL |
| `36` | Fedora 36 | EOL |
| `35` | Fedora 35 | EOL |
| `34` | Fedora 34 | EOL |
| `33` | Fedora 33 | EOL |
| `32` | Fedora 32 | EOL |## Local build
Build the image local using podman:
```sh
$ podman build --file yocto-fc/Dockerfile \
--build-arg FC_VERSION= \
--tag
```