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

Remote repository is newer than local (2017 < 2018) #21

Open
erickeller opened this issue Jun 18, 2018 · 5 comments
Open

Remote repository is newer than local (2017 < 2018) #21

erickeller opened this issue Jun 18, 2018 · 5 comments

Comments

@erickeller
Copy link

Using your instruction to add some packages for example:

FROM blang/latex:ctanbasic
RUN tlmgr install german

results in:

tlmgr: Remote repository is newer than local (2017 < 2018)
Cross release updates are only supported with
  update-tlmgr-latest(.sh/.exe) --update
Please see https://tug.org/texlive/upgrade.html for details.

are there some instructions to workaround the upgrade to the latest version (2018)?

@trondhain
Copy link

Indeed there is an issue in current master version. The following pull request provides a solution to this problem:
https://github.com/blang/latex-docker/pull/20

@erickeller
Copy link
Author

Nice can we merge this to master?
Regards

@wmacevoy
Copy link

FYI, https://github.com/wmacevoy/latex-docker is a significant fork that resolves this.

@hadisfr
Copy link

hadisfr commented Sep 28, 2018

@erickeller Try adding

tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final

before tlmgr install. 🤔

@KonradHoeffner
Copy link

tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final

This does not work in my case:

 => ERROR [2/4] RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final && tlmgr install silence                             0.6s
------                                                                                                                                                        
 > [2/4] RUN tlmgr option repository ftp://tug.org/historic/systems/texlive/2017/tlnet-final && tlmgr install silence:
#5 0.482 tlmgr: setting default package repository to ftp://tug.org/historic/systems/texlive/2017/tlnet-final
#5 0.610 /usr/local/texlive/2017/bin/x86_64-linux/tlmgr: open tlpdb(ftp://tug.org/historic/systems/texlive/2017/tlnet-final/tlpkg/texlive.tlpdb) failed: Inappropriate ioctl for device at /usr/local/texlive/2017/tlpkg/TeXLive/TLPDB.pm line 362.

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

No branches or pull requests

5 participants