Skip to content
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

Version information is missing in docker images section #105

Closed
thresheek opened this issue Feb 22, 2024 · 2 comments · Fixed by #108
Closed

Version information is missing in docker images section #105

thresheek opened this issue Feb 22, 2024 · 2 comments · Fixed by #108
Assignees

Comments

@thresheek
Copy link
Member

thresheek commented Feb 22, 2024

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

image
@ac000
Copy link
Member

ac000 commented Feb 23, 2024

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

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
Copy link
Collaborator

Fixed in
#108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants