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 '20190110' for 'ca-certificates' was not found #23

Closed
johnposten opened this issue Feb 10, 2021 · 2 comments · Fixed by #24
Closed

Version '20190110' for 'ca-certificates' was not found #23

johnposten opened this issue Feb 10, 2021 · 2 comments · Fixed by #24

Comments

@johnposten
Copy link

johnposten commented Feb 10, 2021

I am using WSL2 for Docker. I get the following:
docker build /buster

Reading package lists...
Building dependency tree...
Reading state information...
E: Version '20190110' for 'ca-certificates' was not found
The command '/bin/sh -c set -x  && dpkg --add-architecture i386         && apt-get update                                                                                                                          && apt-get install -y --no-install-recommends --no-install-suggests             lib32stdc++6=8.3.0-6
lib32gcc1=1:8.3.0-6             wget=1.20.1-1.1                 ca-certificates=20190110
nano=3.2-3              libsdl2-2.0-0:i386=2.0.9+dfsg1-1                curl=7.64.0-4+deb10u1                                                                                                                      && useradd -u "${PUID}" -m "${USER}"         && su "${USER}" -c                 "mkdir -p \"${STEAMCMDDIR}\"                 && wget -qO- 'https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz' | 
tar xvzf - -C \"${STEAMCMDDIR}\"                 && \"./${STEAMCMDDIR}/steamcmd.sh\" +quit                 && mkdir -p \"${HOMEDIR}/.steam/sdk32\"                 && ln -s \"${STEAMCMDDIR}/linux32/steamclient.so\" \"${HOMEDIR}/.steam/sdk32/steamclient.so\"            && ln -s \"${STEAMCMDDIR}/linux32/steamcmd\" \"${STEAMCMDDIR}/linux32/steam\"
&& ln -s \"${STEAMCMDDIR}/steamcmd.sh\" \"${STEAMCMDDIR}/steam.sh\""    && ln -s "${STEAMCMDDIR}/linux32/steamclient.so" "/usr/lib/i386-linux-gnu/steamclient.so"                                                  && ln -s "${STEAMCMDDIR}/linux64/steamclient.so" "/usr/lib/x86_64-linux-gnu/steamclient.so"                                                                                                                         && apt-get remove --purge -y             wget    && apt-get clean autoclean     && apt-get autoremove -y                                                                                                            && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Is there a reason why this specific older version of ca-certificates is being used?

Any help is appreciated, thanks!

@johnposten johnposten changed the title Version '20210119' for 'ca-certificates' was not found Version '20190110' for 'ca-certificates' was not found Feb 10, 2021
@johnposten
Copy link
Author

By installing the recommended version of this package it seems to get past the error, and I was able to build the image successfully.

@CM2Walki
Copy link
Owner

Yeah, the only reason why version pinning is a thing in my images is because it's a Codacy best practice.

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.

2 participants