Merge pull request #34 from maxkratz/feature/update-ubuntu-24-04

Updates base image to Ubuntu 24.04 + updates some comments
This commit is contained in:
Maximilian Kratz 2024-04-26 14:06:41 +02:00 committed by GitHub
commit 7258920367
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# texlive base image
# texlive 2022 image
FROM maxkratz/texlive:2022
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# texlive base image
# texlive 2023 image
FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# texlive base image
# texlive 2023 image
FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# texlive base image
# texlive 2024 image
FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -1,4 +1,4 @@
# texlive base image
# texlive 2024 image
FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <account@maxkratz.com>"

View file

@ -2,8 +2,8 @@
# Base image
#
# Use ubuntu 22.04
FROM ubuntu:22.04
# Use ubuntu 24.04
FROM ubuntu:24.04
LABEL maintainer="Max Kratz <account@maxkratz.com>"
ENV DEBIAN_FRONTEND=noninteractive

View file

@ -56,7 +56,7 @@ Currently, there are the following tags published:
| 2016 | TeX Live version 2016 (from archive) |
Please notice, that the *base* tag does not have any TeX packages installed.
It is used as a base for the other builds and builds on top of the [ubuntu 22.04 image](https://hub.docker.com/_/ubuntu).
It is used as a base for the other builds and builds on top of the [ubuntu 24.04 image](https://hub.docker.com/_/ubuntu).
## Dockerfiles