Skip to content

Commit 3fdf46c

Browse files
committed
Updates TeX Live mirror source to TU Chemnitz
1 parent aa3ff86 commit 3fdf46c

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

2016/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN rm -rf /var/lib/apt/lists/*
1010

1111
# Install texlive
1212
COPY texlive.profile .
13-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2016/install-tl-unx.tar.gz
13+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2016/install-tl-unx.tar.gz
1414
RUN tar xvzf install-tl-unx.tar.gz
15-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2016/tlnet-final/ --no-verify-downloads
15+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2016/tlnet-final/ --no-verify-downloads
1616

1717
# Add texlive to path
1818
ENV PATH="/usr/local/texlive/2016/bin/x86_64-linux:$PATH"

2017/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ RUN rm -rf /var/lib/apt/lists/*
99

1010
# Install texlive
1111
COPY texlive.profile .
12-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2017/install-tl-unx.tar.gz
12+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2017/install-tl-unx.tar.gz
1313
RUN tar xvzf install-tl-unx.tar.gz
14-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2017/tlnet-final/ --no-verify-downloads
14+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2017/tlnet-final/ --no-verify-downloads
1515

1616
# Add texlive to path
1717
ENV PATH="/usr/local/texlive/2017/bin/x86_64-linux:$PATH"

2018/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2018/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2018/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2018/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2018/bin/x86_64-linux:$PATH"

2019/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2019/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2019/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2019/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2019/bin/x86_64-linux:$PATH"

2020/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2020/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2020/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2020/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2020/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2020/bin/x86_64-linux:$PATH"

2021/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2021/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2021/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2021/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2021/bin/x86_64-linux:$PATH"

2022/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2022/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2022/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2022/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2022/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2022/bin/x86_64-linux:$PATH"

2023/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2023/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2023/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2023/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2023/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2023/bin/x86_64-linux:$PATH"

2024/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2024/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2024/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2024/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2024/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2024/bin/x86_64-linux:$PATH"

2025/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ LABEL maintainer="Max Kratz <github@maxkratz.com>"
44

55
# Install texlive
66
COPY texlive.profile .
7-
RUN wget http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/install-tl-unx.tar.gz
7+
RUN wget https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2025/install-tl-unx.tar.gz
88
RUN tar xvzf install-tl-unx.tar.gz
9-
RUN ./install-tl-*/install-tl -profile texlive.profile -repository http://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/tlnet-final/ --no-verify-downloads
9+
RUN ./install-tl-*/install-tl -profile texlive.profile -repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive//2025/tlnet-final/ --no-verify-downloads
1010

1111
# Add texlive to path
1212
ENV PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"

0 commit comments

Comments
 (0)