docker-archlinux
docker-archlinux copied to clipboard
Baseline Arch Linux Docker image
Conflicting packages are `core/dash` and `core/libedit`. Running `lostfiles` in `docker run -it sh` lists ``` /usr/include/editline /usr/include/editline/readline.h /usr/include/histedit.h /usr/lib/libedit.so /usr/lib/libedit.so.0 /usr/lib/libedit.so.0.0.68 /usr/lib/pkgconfig/libedit.pc /usr/share/doc/libedit /usr/share/doc/libedit/ChangeLog /usr/share/licenses/libedit /usr/share/licenses/libedit/COPYING ``` owned by `core/libedit`...
Problem running this command... $ docker build -t archlinux . ... Generating locales... en_US.UTF-8... done Generation complete. ln: failed to create symbolic link '/etc/localtime': File exists The command '/bin/sh -c...
Group http is created with gid 1000, when it should be 33.
That's not expected behavior from Archlinux IMO. The minimum archlinux tarball has /bin/sh as dash which seems fine for absolute minimum setups. And then bash is installed which canonically owns...