No description
This repository has been archived on 2026-07-28. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-14 06:39:39 +02:00
.tekton fix: the pipeline config 2025-01-31 17:32:39 +01:00
.gitignore feat: using quay.io/fedora/fedora-toolbox as a base image now 2024-12-11 15:20:54 +01:00
Containerfile chore(deps): update quay.io/fedora/fedora-toolbox docker tag to v44 2025-08-13 14:08:52 +00:00
LICENSE chore: remove Makefile, tiny tweaks 2024-11-24 11:22:23 +01:00
README.md feat: using quay.io/fedora/fedora-toolbox as a base image now 2024-12-11 15:20:54 +01:00
renovate.json5 fix: renovate config 2025-01-13 06:16:30 +01:00
repository.yaml fix: the pipeline config 2025-01-31 17:32:39 +01:00

a handy Fedora 41 toolbox

Description

This repository contains a containerized application with CI/CD pipeline configuration using Tekton.

Getting Started

Prerequisites

  • Container runtime (like Docker or Podman)
  • Kubernetes cluster (for Tekton pipelines)

Building

Build the container image using:

podman build -t fedora-toolbox-handy-41 .

CI/CD

This project uses Tekton pipelines for continuous integration and deployment. The pipeline configuration can be found in the .tekton directory.

License

This project is licensed under the terms found in the LICENSE file.