Skip to content

Commit

Permalink
Merge pull request #34 from maxkratz/feature/update-ubuntu-24-04
Browse files Browse the repository at this point in the history
Updates base image to Ubuntu 24.04 + updates some comments
  • Loading branch information
maxkratz committed Apr 26, 2024
2 parents c88dd77 + 435f442 commit 7258920
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion 2016/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2017/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2018/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2019/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2020/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2021/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Use ubuntu 20.04
# texlive base image
FROM maxkratz/texlive:base
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2022-gradle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# texlive base image
# texlive 2022 image
FROM maxkratz/texlive:2022
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2023-gradle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# texlive base image
# texlive 2023 image
FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2023-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# texlive base image
# texlive 2023 image
FROM maxkratz/texlive:2023
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2024-gradle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# texlive base image
# texlive 2024 image
FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion 2024-python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# texlive base image
# texlive 2024 image
FROM maxkratz/texlive:2024
LABEL maintainer="Max Kratz <[email protected]>"

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"
ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7258920

Please sign in to comment.