[update-readmes] Mode: rewrite — migrating to template structure...
This project provides Docker images for KDE Neon, enabling developers and testers to run and test KDE software in isolated containerized environments. It simplifies setting up consistent development and testing environments by packaging necessary dependencies and configurations.
This project provides Docker images for KDE Neon. The architecture consists of a Dockerfile that defines the base image and build instructions, a neon.list file specifying package sources, and a neondocker script for managing container operations. The README.md contains usage instructions. The components interact by using the Dockerfile to build images with the specified package sources and configurations, while the script simplifies container lifecycle management. The directory structure is as follows:
docker-images/
├── Dockerfile # Defines the Docker image build process
├── README.md # Documentation for the project
├── neon.list # Package source list for KDE Neon
└── neondocker # Script for managing Docker containers
git clone https://github.com/Interested-Deving-1896/docker-images.git
cd docker-imagesThe repository uses GitHub Actions for continuous integration. The following workflows are defined:
-
build-and-test.yml
- Builds Docker images using the
Dockerfileand runs tests to validate functionality. - Triggers on pushes and pull requests to the
mainbranch. - No secrets required.
- Builds Docker images using the
-
publish.yml
- Builds and pushes Docker images to a container registry.
- Triggers on tagged commits matching
v*. - Requires the
DOCKER_USERNAMEandDOCKER_PASSWORDsecrets for authentication.
Ensure the required secrets are configured in the repository settings for the workflows to function correctly.
This repo is maintained in Interested-Deving-1896/docker-images and mirrored through:
Interested-Deving-1896/docker-images ──► OpenOS-Project-OSP/docker-images ──► OpenOS-Project-Ecosystem-OOC/docker-images
Changes flow downstream automatically via the hourly mirror chain in
fork-sync-all.
Direct commits to OSP or OOC are detected and opened as PRs back to Interested-Deving-1896.
@jriddell: 121 commits
@Interested-Deving-1896: 13 commits
Note: This repository is a mirror. Please refer to the upstream source for additional contributions and updates.
Original project — no upstream fork.
No additional resource files found.