diff --git a/README.md b/README.md index ebbf5f5..f9f4271 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compute-js/fastly.toml b/compute-js/fastly.toml index c5fafc2..bb2b8b8 100644 --- a/compute-js/fastly.toml +++ b/compute-js/fastly.toml @@ -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" diff --git a/compute-js/package.json b/compute-js/package.json index 64f0e76..1cd9ac2 100644 --- a/compute-js/package.json +++ b/compute-js/package.json @@ -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" diff --git a/docs/CNAME b/docs/CNAME index f3adce1..cbf4fec 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -REPLACEME.rocky.page +sig-containers.rocky.page diff --git a/docs/index.md b/docs/index.md index cb82ac7..9f73f31 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 9a78be3..8f7e6a0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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