generated from sig_core/wiki-template
This commit is contained in:
parent
2e8c4da878
commit
77542bcc9a
@ -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
|
## 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
|
## Building Locally
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# This file describes a Fastly Compute package. To learn more visit:
|
# This file describes a Fastly Compute package. To learn more visit:
|
||||||
# https://www.fastly.com/documentation/reference/compute/fastly-toml
|
# https://www.fastly.com/documentation/reference/compute/fastly-toml
|
||||||
|
|
||||||
authors = ["FIXME@rocky.page"]
|
authors = ["sig-containers@rocky.page"]
|
||||||
description = "FIXME"
|
description = "SIG/Containers Wiki"
|
||||||
language = "javascript"
|
language = "javascript"
|
||||||
manifest_version = 2
|
manifest_version = 2
|
||||||
name = "FIXME.rocky.page"
|
name = "sig-containers.rocky.page"
|
||||||
|
|
||||||
[scripts]
|
[scripts]
|
||||||
build = "npm run build"
|
build = "npm run build"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "FIXME",
|
"name": "sig-containers.rocky.page",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "FIXME",
|
"description": "SIG/Containers wiki",
|
||||||
"author": "FIXME",
|
"author": "sig-containers@rocky.page",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fastly/compute-js-static-publish": "^6.0.3"
|
"@fastly/compute-js-static-publish": "^6.0.3"
|
||||||
|
@ -1 +1 @@
|
|||||||
REPLACEME.rocky.page
|
sig-containers.rocky.page
|
||||||
|
@ -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
|
## Links
|
||||||
|
|
||||||
|
* [Git Repository](https://git.resf.org/sig_containers)
|
||||||
|
* [Community Chat](https://chat.rockylinux.org/rocky-linux/channels/sig-containers)
|
||||||
|
|
||||||
## Responsibilities
|
## 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
|
## 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
|
## 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.
|
||||||
|
12
mkdocs.yml
12
mkdocs.yml
@ -1,13 +1,15 @@
|
|||||||
---
|
---
|
||||||
# Project information
|
# Project information
|
||||||
site_name: REPLACEME Wiki
|
site_name: SIG/Containers Wiki
|
||||||
site_url: https://REPLACEME.rocky.page
|
site_url: https://sig-containers.rocky.page
|
||||||
site_description: >-
|
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
|
# Repository
|
||||||
repo_url: https://git.resf.org/REPLACEME/wiki
|
repo_url: https://git.resf.org/sig_containers/wiki
|
||||||
repo_name: REPLACEME/wiki
|
repo_name: sig_containers/wiki
|
||||||
edit_uri: _edit/main/docs/
|
edit_uri: _edit/main/docs/
|
||||||
|
|
||||||
# Copyright
|
# Copyright
|
||||||
|
Loading…
Reference in New Issue
Block a user