nginx / unit-docs

NGINX Unit's official website and documentation
https://unit.nginx.org
Creative Commons Attribution 4.0 International
49 stars 97 forks source link

Version information is missing in docker images section #105

Closed thresheek closed 2 months ago

thresheek commented 2 months ago

The "Docker Images" link does not show proper versions of the image:

image
ac000 commented 2 months ago

Hmm, I wonder if it was broken by 69c6077b72d4eaef55d54d1778e4ef4a112d002d ?

Hunk in question

@@ -2409,52 +2409,52 @@ come in several language-specific flavors:
    * - Tag
      - Description

-   * - :samp:`|version|-minimal`
+   * - **|version|-minimal**
      - No language modules;
-       based on the :samp:`debian:bullseye-slim`
+       based on the **debian:bullseye-slim**
        `image <https://hub.docker.com/_/debian>`__.

-   * - :samp:`|version|-go1.21`
+   * - **|version|-go1.21**
      - Single-language;
-       based on the :samp:`golang:1.21`
+       based on the **golang:1.21**
        `image <https://hub.docker.com/_/golang>`__.

-   * - :samp:`|version|-jsc11`
+   * - **|version|-jsc11**
      - Single-language;
-       based on the :samp:`eclipse-temurin:11-jdk`
+       based on the **eclipse-temurin:11-jdk**
        `image <https://hub.docker.com/_/eclipse-temurin>`__.

-   * - :samp:`|version|-node20`
+   * - **|version|-node20**
      - Single-language;
-       based on the :samp:`node:20`
+       based on the **node:20**
        `image <https://hub.docker.com/_/node>`__.

-   * - :samp:`|version|-perl5.38`
+   * - **|version|-perl5.38**
      - Single-language;
-       based on the :samp:`perl:5.38`
+       based on the **perl:5.38**
        `image <https://hub.docker.com/_/perl>`__.

-   * - :samp:`|version|-php8.2`
+   * - **|version|-php8.2**
      - Single-language;
-       based on the :samp:`php:8.2-cli`
+       based on the **php:8.2-cli**
        `image <https://hub.docker.com/_/php>`__.

-   * - :samp:`|version|-python3.11`
+   * - **|version|-python3.11**
      - Single-language;
-       based on the :samp:`python:3.11`
+       based on the **python:3.11**
        `image <https://hub.docker.com/_/python>`__.

-   * - :samp:`|version|-ruby3.2`
+   * - **|version|-ruby3.2**
      - Single-language;
-       based on the :samp:`ruby:3.2`
+       based on the **ruby:3.2**
        `image <https://hub.docker.com/_/ruby>`__.

-   * - :samp:`|version|-wasm`
+   * - **|version|-wasm**
      - Single-language;
-       based on the :samp:`debian:bullseye-slim`
+       based on the **debian:bullseye-slim**
        `image <https://hub.docker.com/_/debian>`__.

-.. nxt_details:: Customizing Language Versions in Docker Images
+.. nxt_details:: Customizing language versions in Docker images
    :hash: inst-lang-docker

    To build a custom language version image,
Jcahilltorre commented 2 months ago

Fixed in https://github.com/nginx/unit-docs/pull/108