dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Outdated?

Open wernight opened this issue 8 years ago • 2 comments

Running the following fails due to certificate error:

$ pacman --noconfirm -Sy archlinux-keyring
$ pacman --noconfirm -Syu
$ pacman-db-upgrade
$ pacman --noconfirm -S WHATEVER
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirrors.kernel.org : error setting certificate verify locations:
  CAfile: /etc/ssl/certs/ca-certificates.crt
  CApath: none

wernight avatar Jul 17 '16 22:07 wernight

@wernight : You may want to give my https://github.com/czka/archlinux-docker a try instead.

It's an Arch Linux Docker base image build setup based on bootstrap tarball.

If you take a fresh bootstrap tarball, no issues like the one above should crop out. Any feedback is welcome.

czka avatar Nov 15 '16 12:11 czka

@wernight base/archlinux gets now daily updates by @archimg. So the docker-image is fixed. You can close this one.

bebehei avatar Feb 27 '17 15:02 bebehei