Skip to content

Add rockylinux documentation pending library image addition #2047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rockylinux/README-short.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The official build of Rocky Linux.
28 changes: 28 additions & 0 deletions rockylinux/content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Rocky Linux

Rocky Linux is a community-supported distribution derived from sources freely provided to the public by [Red Hat](ftp://ftp.redhat.com/pub/redhat/linux/enterprise/) for Red Hat Enterprise Linux (RHEL). As such, Rocky Linux aims to be functionally compatible with RHEL. The Rocky Linux Project mainly changes packages to remove upstream vendor branding and artwork. Rocky Linux is no-cost and free to redistribute. Each Rocky Linux version is maintained for up to 10 years (by means of security updates -- the duration of the support interval by Red Hat has varied over time with respect to Sources released). A new Rocky Linux version is released approximately every 2 years and each Rocky Linux version is periodically updated (roughly every 6 months) to support newer hardware. This results in a secure, low-maintenance, reliable, predictable, and reproducible Linux environment.

Thank you for using Rocky Linux! We appreciate your feedback and welcome you to the community! Please join us on IRC on Libera.chat in #rockylinux or on our Mattermost instance at https://chat.rockylinux.org

- [docs.rockylinux.org](https://docs.rockylinux.org)
- [wiki.rockylinux.org](https://wiki.rockylinux.org)

%%LOGO%%

# Rocky Linux image documentation

The `%%IMAGE%%:latest` tag is always the most recent version currently available.

## Rolling builds

Rocky Linux offers regularly updated images for all active releases. These images will be updated monthly or as needed for emergency fixes. These rolling updates are tagged with the major version number only. For example: `docker pull %%IMAGE%%:8`.

## Minor tags

Additionally, images with minor version tags that correspond to install media are also offered. **These images DO NOT receive updates** as they are intended to match installation iso contents. If you choose to use these images it is highly recommended that you include `RUN yum -y update && yum clean all` in your Dockerfile, or otherwise address any potential security concerns. To use these images, please specify the minor version tag:

For example: `docker pull %%IMAGE%%:8.4`

# Package documentation

By default, the Rocky Linux containers are built using yum's `nodocs` option, which helps reduce the size of the image. If you install a package and discover files missing, please comment out the line `tsflags=nodocs` in `/etc/yum.conf` and reinstall your package.
1 change: 1 addition & 0 deletions rockylinux/github-repo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/rocky-linux/sig-cloud-instance-images
1 change: 1 addition & 0 deletions rockylinux/issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[https://bugs.rockylinux.org](https://bugs.rockylinux.org) or [GitHub](%%GITHUB-REPO%%/issues)
1 change: 1 addition & 0 deletions rockylinux/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
View [license information](https://www.rockylinux.org/legal/) for the software contained in this image.
Binary file added rockylinux/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions rockylinux/maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[The Rocky Enterprise Software Foundation](%%GITHUB-REPO%%)