summaryrefslogtreecommitdiff
path: root/contrib/mkimage-arch.sh
Commit message (Collapse)AuthorAgeFilesLines
* run shfmtAkihiro Suda2020-03-031-5/+5
| | | | | | git grep --name-only '^#!' | egrep -v '(vendor|\.go|Jenkinsfile)' | xargs shfmt -w -bn -ci -sr Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
* spaces to tabsStaf Wagemakers2019-07-171-38/+38
| | | | Signed-off-by: Staf Wagemakers <staf@wagemakers.be>
* Updated mkimage-arch.shStaf Wagemakers2019-05-011-7/+35
| | | | | | | | | | | | | | * reset umask to 022 * introduced PKGREQUIRED * introduced PKGREMOVE - to be able to remove linux etc on Parabola GNU/Linux * updated PKGIGNORE - cryptsetup & device-mapper removed to not break the installation - added not required packages * force link /etc/localtime * install pacman-mirrorlist Signed-off-by: Staf Wagemakers <staf@wagemakers.be>
* Changed to 1800 second timeout for all ARMV*Dillon Dixon2016-07-101-5/+1
| | | | Signed-off-by: Dillon Dixon <dillondixon@gmail.com>
* Fixed arm arch image maker to support arm versions other than 7Dillon Dixon2016-07-101-4/+12
| | | | Signed-off-by: Dillon Dixon <dillondixon@gmail.com>
* Add support for Arch Linux ARM. (Close #16695)manchoz2015-12-131-6/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Giampaolo Mancini <giampaolo@trampolineup.com> Switch to "case" Signed-off-by: Giampaolo Mancini <giampaolo@trampolineup.com> Support multiple ARM architectures Signed-off-by: Giampaolo Mancini <giampaolo@trampolineup.com> Add check for ArchLinuxARM Keyring Signed-off-by: Giampaolo Mancini <giampaolo@trampolineup.com> mkimage-arch.sh: Fix for merging Signed-off-by: Giampaolo Mancini <giampaolo@trampolineup.com>
* mkimage-arch: remove the test container after runRui Lopes2015-11-221-1/+1
| | | | Signed-off-by: Rui Lopes <rgl@ruilopes.com>
* mkimage-arch: set C.UTF-8 default localeJun-Ru Chang2015-04-011-0/+2
| | | | | | It may not work fine when doing expect script if setting other locales. Signed-off-by: Jun-Ru Chang <jrjang@gmail.com>
* mkimage-arch.sh - don't run docker in interactive modeJared Biel2015-01-291-1/+1
| | | | | | Don't run docker in interactive mode in the archlinux container build script. Recent versions of Docker error out with "cannot enable tty mode on non tty input" when being run non-interactively (such as in a cron job, Jenkins build, etc.) Signed-off-by: Jared Biel <jared.biel@bolderthinking.com>
* Delete man pages of installed packages in mkimage-arch.shZoltan Tombol2015-01-131-0/+1
| | | | Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)
* Revise list of installed packages in mkimage-arch.shZoltan Tombol2015-01-131-1/+26
| | | | Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)
* Fix #9462Zoltan Tombol2014-12-121-1/+1
| | | | Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)
* Preserve extended attributes and acls on archlinux buildDan Griffin2014-10-061-1/+1
| | | | | | | Failure to do this means that file capabilites are not preserved in the image. Ping fails to work as a non-root user if cap_net_raw is capability is not set Signed-off-by: Dan Griffin <dgriffin@peer1.com>
* Fix expect script in mkimage-archZoltan Tombol2014-07-101-16/+17
| | | | Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)
* Revert "removed expect from mkimage-arch since it was not working"Zoltan Tombol2014-07-101-1/+19
| | | | | | | | | This reverts commit 962e1186f9a0a43344e19dcf70bac159f0eafb4e. Conflicts: contrib/mkimage-arch.sh Docker-DCO-1.1-Signed-off-by: Zoltan Tombol <zoltan.tombol@gmail.com> (github: ztombol)
* Merge branch 'master' of https://github.com/NikolaMandic/docker into ↵Tianon Gravi2014-06-301-19/+1
|\ | | | | | | | | | | | | | | | | | | | | | | NikolaMandic-master * 'master' of https://github.com/NikolaMandic/docker: removed expect from mkimage-arch since it was not working Conflicts: contrib/mkimage-arch.sh Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
| * removed expect from mkimage-arch since it was not workingNikolaMandic2014-06-181-19/+1
| | | | | | | | Docker-DCO-1.1-Signed-off-by: NikolaMandic <mn080202@gmail.com> (github: NikolaMandic)
* | mkimage: use /var/tmp by default instead of /tmpVincent Bernat2014-06-271-1/+1
|/ | | | | | | | | | | Additionally, this can be overridden by setting the TMPDIR variable, like this was already the case for the generic `mkimage.sh` script. As explained in #6456, the rationale to use `/var/tmp` instead of `/tmp` is that `/tmp` is often a small tmpfs filesystem with more restricted rights. Docker-DCO-1.1-Signed-off-by: Vincent Bernat <vincent@bernat.im> (github: vincentbernat)
* Fix broken /dev/fd in mkimage-arch.shLance Chen2014-04-191-0/+1
| | | | | | Exactly the same problem as dotcloud/docker#2356 Docker-DCO-1.1-Signed-off-by: Lance Chen <cyen0312@gmail.com> (github: Lance0312)
* don't skip cert check for an example & use HTTPSunclejack2014-02-201-1/+1
| | | | | | | | This changes two URLs from http to https and it fixes a Dockerfile to stop skipping certificate validation. It also adds the ca-certificates package to that Dockerfile example. Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
* Update mkimage-arch.shSamuel Andaya2014-02-031-0/+1
| | | | | | mktemp creates a root directory ("/") with permissions set to 700. Default should be 755 so other users in the container can access its subdirs (e.g http user for nginx for /srv/http/test/index.html). Docker-DCO-1.1-Signed-off-by: Samuel Andaya <samuel@andaya.net> (github: sandaya)
* Merge pull request #3707 from bkcsoft/fix-bash-hashbangsTianon Gravi2014-01-211-1/+1
|\ | | | | Update bash shebangs to use "/usr/bin/env bash" for increased portability
| * This should make all bash-scripts run on pretty much any posix-system (with ↵Kim BKC Carlbacker2014-01-221-1/+1
| | | | | | | | | | | | bash installed ofc...) Docker-DCO-1.1-Signed-off-by: Kim BKC Carlbacker <kim.carlbacker@gmail.com> (github: bkcsoft)
* | mkimage-arch: provide and use own pacman.confBartłomiej Piotrowski2014-01-211-1/+1
| | | | | | | | Docker-DCO-1.1-Signed-off-by: Bartłomiej Piotrowski <b@bpiotrowski.pl> (github: Barthalion)
* | mkimage-arch: use hash to check if command is availableBartłomiej Piotrowski2014-01-211-4/+2
| | | | | | | | | | | | | | Apart from having more predictable return codes on various operating systems, it additionally caches the path to application. Docker-DCO-1.1-Signed-off-by: Bartłomiej Piotrowski <b@bpiotrowski.pl> (github: Barthalion)
* | mkimage-arch: don't generate ISO-8859-1 localeBartłomiej Piotrowski2014-01-211-5/+2
| | | | | | | | Docker-DCO-1.1-Signed-off-by: Bartłomiej Piotrowski <b@bpiotrowski.pl> (github: Barthalion)
* | mkimage-arch: unify usage of brackets around variablesBartłomiej Piotrowski2014-01-211-16/+16
| | | | | | | | Docker-DCO-1.1-Signed-off-by: Bartłomiej Piotrowski <b@bpiotrowski.pl> (github: Barthalion)
* | mkimage-arch: remove $DEV instead of renaming itBartłomiej Piotrowski2014-01-211-1/+1
| | | | | | | | Docker-DCO-1.1-Signed-off-by: Bartłomiej Piotrowski <b@bpiotrowski.pl> (github: Barthalion)
* | mkimage-arch: use mktemp to create ROOTFS directoryBartłomiej Piotrowski2014-01-211-5/+5
|/ | | | Docker-DCO-1.1-Signed-off-by: Bartłomiej Piotrowski <b@bpiotrowski.pl> (github: Barthalion)
* Update all the mkimage scripts to use --numeric-owner as a tar argument to ↵Tianon Gravi2013-10-231-1/+1
| | | | properly preserve ownership
* Use heredoc to make expect script more clearTravis Cline2013-10-181-9/+11
|
* Add mkimage-arch.shTravis Cline2013-10-161-0/+65