| // SPDX-FileCopyrightText: © 2022 Matthias Andreas Benkard <code@mail.matthias.benkard.de> |
| // |
| // SPDX-License-Identifier: GFDL-1.3-or-later |
| |
| = Mulky Container Images |
| Matthias Andreas Benkard |
| // Meta |
| :experimental: |
| :data-uri: |
| :sectnums: |
| :toc: |
| :stem: |
| :keywords: mulk |
| // Settings |
| :icons: font |
| :source-highlighter: rouge |
| |
| Container base images shared by my other projects. |
| |
| |
| == Summary |
| |
| This repository contains build recipes for container images that are |
| generally useful for a variety of projects. |
| |
| |
| == Images |
| |
| xref:openjdk-runtime/README.adoc[openjdk-runtime]:: The latest OpenJDK feature release from https://jdk.java.net[jdk.java.net] on top of a https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/building_running_and_managing_containers/assembly_types-of-container-images_building-running-and-managing-containers#con_understanding-the-ubi-micro-images_assembly_types-of-container-images[Red |
| Hat UBI Micro] base. |
| |