init repo data
Some checks failed
mkdocs build / build (push) Failing after 1m8s

This commit is contained in:
Neil Hanlon 2024-08-22 15:41:10 -04:00
parent 2e8c4da878
commit 77542bcc9a
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
6 changed files with 47 additions and 16 deletions

View File

@ -1,10 +1,10 @@
# REPLACEME Wiki
# SIG/Containers Wiki
@TODO - fill in :)
SIG/Containers maintains packages and documentation various containerization platforms like incus, podman, docker, and enables Containerized workloads using Rocky as a Host or Guest.
## Continuous Integration / Continuous Deployment
Actions Runner executes workflow to publish to https://REPLACEME.rocky.page on push to main.
Actions Runner executes workflow to publish to https://sig-containers.rocky.page on push to main.
## Building Locally

View File

@ -1,11 +1,11 @@
# This file describes a Fastly Compute package. To learn more visit:
# https://www.fastly.com/documentation/reference/compute/fastly-toml
authors = ["FIXME@rocky.page"]
description = "FIXME"
authors = ["sig-containers@rocky.page"]
description = "SIG/Containers Wiki"
language = "javascript"
manifest_version = 2
name = "FIXME.rocky.page"
name = "sig-containers.rocky.page"
[scripts]
build = "npm run build"

View File

@ -1,8 +1,8 @@
{
"name": "FIXME",
"name": "sig-containers.rocky.page",
"version": "0.1.0",
"description": "FIXME",
"author": "FIXME",
"description": "SIG/Containers wiki",
"author": "sig-containers@rocky.page",
"type": "module",
"devDependencies": {
"@fastly/compute-js-static-publish": "^6.0.3"

View File

@ -1 +1 @@
REPLACEME.rocky.page
sig-containers.rocky.page

View File

@ -1,10 +1,39 @@
# REPLACEME Wiki
# SIG/Containers Wiki
SIG/Containers maintains packages and documentation for various containerization platforms like incus, podman, docker, and enables containerized workloads using Rocky as a Host or Guest.
## Current Projects
- [**Incus**](https://github.com/lxc/incus): Replacement for LXD.
- [**OSTree**](https://ostreedev.github.io/ostree/): System image management and deployment solutions using traditional ostree
- [**Bootc**](https://github.com/containers/bootc): The next generation of OSTree - Transactional, in-place operating system updates using OCI/Docker container images
## Links
* [Git Repository](https://git.resf.org/sig_containers)
* [Community Chat](https://chat.rockylinux.org/rocky-linux/channels/sig-containers)
## Responsibilities
- Packaging and maintaining container tools and runtimes.
- Providing documentation and support for container implementations on Rocky Linux.
- Facilitating the container ecosystem and contributing upstream when necessary.
- Hosting regular meetings and discussions to coordinate efforts and share knowledge.
## Meetings / Communications
Regular meetings are held to discuss ongoing projects, responsibilities, and updates related to the containerization efforts within the SIG.
- **Meeting Time**: *TBD*
- **Platform**: Meetings are held on the Rocky Linux community chat platform.
- **Meeting Logs**: Meeting minutes and logs are posted in the [Meeting Logs Repository](https://git.resf.org/sig_containers/meetings)
## Members
- Neil Hanlon - Sponsor
- Steven Spencer
- Radostin Emanuilov (Rado)
- Kyle Ishie
- Lukas Magauer (@lumarel)
If you want to join the SIG or contribute, please reach out on the community chat or join our next meeting.

View File

@ -1,13 +1,15 @@
---
# Project information
site_name: REPLACEME Wiki
site_url: https://REPLACEME.rocky.page
site_name: SIG/Containers Wiki
site_url: https://sig-containers.rocky.page
site_description: >-
REPLACEME
SIG/Containers maintains packages and documentation various containerization
platforms like incus, podman, docker, and enables Containerized workloads
using Rocky as a Host or Guest.
# Repository
repo_url: https://git.resf.org/REPLACEME/wiki
repo_name: REPLACEME/wiki
repo_url: https://git.resf.org/sig_containers/wiki
repo_name: sig_containers/wiki
edit_uri: _edit/main/docs/
# Copyright