Run update.sh

This commit is contained in:
Docker Library Bot 2021-05-14 22:11:12 +00:00
parent 23547f3e97
commit eb40c69619
3 changed files with 104 additions and 34 deletions

70
almalinux/README.md Normal file
View File

@ -0,0 +1,70 @@
<!--
********************************************************************************
WARNING:
DO NOT EDIT "almalinux/README.md"
IT IS AUTO-GENERATED
(from the other files in "almalinux/" combined with a set of templates)
********************************************************************************
-->
# Quick reference
- **Maintained by**:
[The AlmaLinux OS Foundation](https://github.com/AlmaLinux/docker-images)
- **Where to get help**:
[the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://dockr.ly/slack), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
# Supported tags and respective `Dockerfile` links
- [`latest`, `8`](https://github.com/AlmaLinux/docker-images/blob/1dc91dd3b9f69fd2f570c94441104004a9ef9811/Dockerfile)
# Quick reference (cont.)
- **Where to file issues**:
[https://bugs.almalinux.org](https://bugs.almalinux.org) or [GitHub](https://github.com/AlmaLinux/docker-images/issues)
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
[`amd64`](https://hub.docker.com/r/amd64/almalinux/)
- **Published image artifact details**:
[repo-info repo's `repos/almalinux/` directory](https://github.com/docker-library/repo-info/blob/master/repos/almalinux) ([history](https://github.com/docker-library/repo-info/commits/master/repos/almalinux))
(image metadata, transfer size, etc)
- **Image updates**:
[official-images repo's `library/almalinux` label](https://github.com/docker-library/official-images/issues?q=label%3Alibrary%2Falmalinux)
[official-images repo's `library/almalinux` file](https://github.com/docker-library/official-images/blob/master/library/almalinux) ([history](https://github.com/docker-library/official-images/commits/master/library/almalinux))
- **Source of this description**:
[docs repo's `almalinux/` directory](https://github.com/docker-library/docs/tree/master/almalinux) ([history](https://github.com/docker-library/docs/commits/master/almalinux))
# AlmaLinux OS
[AlmaLinux OS](https://almalinux.org/) is an Open Source and forever-free enterprise Linux distribution, governed and driven by the community, focused on long-term stability and a robust production-grade platform. AlmaLinux OS is a 1:1 binary compatible with RHEL® 8 and it was founded by the team behind the well-established [CloudLinux OS](https://www.cloudlinux.com/all-products/product-overview/cloudlinuxos).
![logo](https://raw.githubusercontent.com/docker-library/docs/23547f3e976bc000d1a01a47241000f72aec9a40/almalinux/logo.png)
# About this image
The `almalinux:latest` tag will always point to the latest stable release. Major releases are also tagged with their version (e.g. `almalinux:8`). All images for supported releases will be updated monthly or as needed for security fixes.
## How It's Made
The rootfs tarballs for this image are built using the [livemedia-creator tool](http://weldr.io/lorax/livemedia-creator.html). The build script and kikstart files are available in the [AlmaLinux/docker-images](https://github.com/AlmaLinux/docker-images) git repository.
# License
View [license information](https://almalinux.org/legal/licensing-policy/) for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's `almalinux/` directory](https://github.com/docker-library/repo-info/tree/master/repos/almalinux).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

View File

@ -24,24 +24,24 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`beta`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/latest/beta/Dockerfile.ubuntu.adoptopenjdk8) - [`beta`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/latest/beta/Dockerfile.ubuntu.adoptopenjdk8)
- [`beta-java11`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/latest/beta/Dockerfile.ubuntu.adoptopenjdk11) - [`beta-java11`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/latest/beta/Dockerfile.ubuntu.adoptopenjdk11)
- [`kernel-slim`, `kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/latest/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8) - [`kernel-slim`, `kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/latest/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8)
- [`kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/latest/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11) - [`kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/latest/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11)
- [`full`, `full-java8-openj9`, `latest`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/latest/full/Dockerfile.ubuntu.adoptopenjdk8) - [`full`, `full-java8-openj9`, `latest`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/latest/full/Dockerfile.ubuntu.adoptopenjdk8)
- [`full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/latest/full/Dockerfile.ubuntu.adoptopenjdk11) - [`full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/latest/full/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.4-kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.4/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8) - [`21.0.0.5-kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.5/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8)
- [`21.0.0.4-kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.4/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.5-kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.5/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.4-full-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.4/full/Dockerfile.ubuntu.adoptopenjdk8) - [`21.0.0.5-full-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.5/full/Dockerfile.ubuntu.adoptopenjdk8)
- [`21.0.0.4-full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.4/full/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.5-full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.5/full/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.3-kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.3/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8) - [`21.0.0.3-kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.3/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8)
- [`21.0.0.3-kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.3/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.3-kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.3/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.3-full-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.3/full/Dockerfile.ubuntu.adoptopenjdk8) - [`21.0.0.3-full-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.3/full/Dockerfile.ubuntu.adoptopenjdk8)
- [`21.0.0.3-full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/21.0.0.3/full/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.3-full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/21.0.0.3/full/Dockerfile.ubuntu.adoptopenjdk11)
- [`20.0.0.12-kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/20.0.0.12/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8) - [`20.0.0.12-kernel-slim-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/20.0.0.12/kernel-slim/Dockerfile.ubuntu.adoptopenjdk8)
- [`20.0.0.12-kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/20.0.0.12/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11) - [`20.0.0.12-kernel-slim-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/20.0.0.12/kernel-slim/Dockerfile.ubuntu.adoptopenjdk11)
- [`20.0.0.12-full-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/20.0.0.12/full/Dockerfile.ubuntu.adoptopenjdk8) - [`20.0.0.12-full-java8-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/20.0.0.12/full/Dockerfile.ubuntu.adoptopenjdk8)
- [`20.0.0.12-full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/a84c9e6b2adefcf1f8d830f533222b087874aefb/releases/20.0.0.12/full/Dockerfile.ubuntu.adoptopenjdk11) - [`20.0.0.12-full-java11-openj9`](https://github.com/OpenLiberty/ci.docker/blob/651f2794c93bc454aeae12eda58be1430f731e0e/releases/20.0.0.12/full/Dockerfile.ubuntu.adoptopenjdk11)
# Quick reference (cont.) # Quick reference (cont.)

View File

@ -24,22 +24,22 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`kernel`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8) - [`kernel`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/latest/kernel/Dockerfile.ubuntu.ibmjava8)
- [`kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/latest/kernel/Dockerfile.ubuntu.adoptopenjdk11) - [`kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/latest/kernel/Dockerfile.ubuntu.adoptopenjdk11)
- [`full`, `latest`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/latest/full/Dockerfile.ubuntu.ibmjava8) - [`full`, `latest`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/latest/full/Dockerfile.ubuntu.ibmjava8)
- [`full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/latest/full/Dockerfile.ubuntu.adoptopenjdk11) - [`full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/latest/full/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.4-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.4/kernel/Dockerfile.ubuntu.ibmjava8) - [`21.0.0.5-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.5/kernel/Dockerfile.ubuntu.ibmjava8)
- [`21.0.0.4-kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.4/kernel/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.5-kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.5/kernel/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.4-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.4/full/Dockerfile.ubuntu.ibmjava8) - [`21.0.0.5-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.5/full/Dockerfile.ubuntu.ibmjava8)
- [`21.0.0.4-full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.4/full/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.5-full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.5/full/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.3-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.3/kernel/Dockerfile.ubuntu.ibmjava8) - [`21.0.0.3-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.3/kernel/Dockerfile.ubuntu.ibmjava8)
- [`21.0.0.3-kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.3/kernel/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.3-kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.3/kernel/Dockerfile.ubuntu.adoptopenjdk11)
- [`21.0.0.3-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.3/full/Dockerfile.ubuntu.ibmjava8) - [`21.0.0.3-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.3/full/Dockerfile.ubuntu.ibmjava8)
- [`21.0.0.3-full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/21.0.0.3/full/Dockerfile.ubuntu.adoptopenjdk11) - [`21.0.0.3-full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/21.0.0.3/full/Dockerfile.ubuntu.adoptopenjdk11)
- [`20.0.0.12-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/20.0.0.12/kernel/Dockerfile.ubuntu.ibmjava8) - [`20.0.0.12-kernel-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/20.0.0.12/kernel/Dockerfile.ubuntu.ibmjava8)
- [`20.0.0.12-kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/20.0.0.12/kernel/Dockerfile.ubuntu.adoptopenjdk11) - [`20.0.0.12-kernel-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/20.0.0.12/kernel/Dockerfile.ubuntu.adoptopenjdk11)
- [`20.0.0.12-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/20.0.0.12/full/Dockerfile.ubuntu.ibmjava8) - [`20.0.0.12-full-java8-ibmjava`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/20.0.0.12/full/Dockerfile.ubuntu.ibmjava8)
- [`20.0.0.12-full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/498fd2562d74c98227db511bd7920c2406b4d921/ga/20.0.0.12/full/Dockerfile.ubuntu.adoptopenjdk11) - [`20.0.0.12-full-java11-openj9`](https://github.com/WASdev/ci.docker/blob/8d30234391a62a3a6b2c32b45801cb5e914781fa/ga/20.0.0.12/full/Dockerfile.ubuntu.adoptopenjdk11)
# Quick reference (cont.) # Quick reference (cont.)