Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - deploy variables: imageversion: "2.2" imageversion: "nightly" rootfsurl: "https://data.perryflynn.de/rootfs-stretch-20181211.tar.gz" rootfssha256sum: "f2b79ce732c0fd47a65bda6c51c9bef7d9d9037bd483037edafab722843b50cd" pushtag: "${CI_REGISTRY}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${imageversion}" Loading scripts/bootstrapper.sh +5 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ source "$(dirname "$0")/constants.sh" # change apt lists rm /etc/apt/sources.list cat /dev/null > /etc/apt/sources.list echo "# repos added by brickburg-stretchbase bootstrapper" >> /etc/apt/sources.list echo "deb http://deb.debian.org/debian/ stable main contrib non-free" >> /etc/apt/sources.list echo "deb-src http://deb.debian.org/debian/ stable main contrib non-free" >> /etc/apt/sources.list echo "deb http://deb.debian.org/debian/ stable-updates main contrib non-free" >> /etc/apt/sources.list Loading @@ -17,8 +18,9 @@ apt-get $APTOPTS upgrade apt-get $APTOPTS dist-upgrade # install packages apt-get install $APTOPTS locales localepurge procps curl ca-certificates inetutils-ping iproute2 \ dnsutils net-tools apt-get install $APTOPTS locales localepurge procps \ curl ca-certificates \ inetutils-ping iproute2 dnsutils net-tools echo "procps" >> /scripts/keeppkg.txt echo "locales" >> /scripts/keeppkg.txt Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - deploy variables: imageversion: "2.2" imageversion: "nightly" rootfsurl: "https://data.perryflynn.de/rootfs-stretch-20181211.tar.gz" rootfssha256sum: "f2b79ce732c0fd47a65bda6c51c9bef7d9d9037bd483037edafab722843b50cd" pushtag: "${CI_REGISTRY}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}:${imageversion}" Loading
scripts/bootstrapper.sh +5 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ source "$(dirname "$0")/constants.sh" # change apt lists rm /etc/apt/sources.list cat /dev/null > /etc/apt/sources.list echo "# repos added by brickburg-stretchbase bootstrapper" >> /etc/apt/sources.list echo "deb http://deb.debian.org/debian/ stable main contrib non-free" >> /etc/apt/sources.list echo "deb-src http://deb.debian.org/debian/ stable main contrib non-free" >> /etc/apt/sources.list echo "deb http://deb.debian.org/debian/ stable-updates main contrib non-free" >> /etc/apt/sources.list Loading @@ -17,8 +18,9 @@ apt-get $APTOPTS upgrade apt-get $APTOPTS dist-upgrade # install packages apt-get install $APTOPTS locales localepurge procps curl ca-certificates inetutils-ping iproute2 \ dnsutils net-tools apt-get install $APTOPTS locales localepurge procps \ curl ca-certificates \ inetutils-ping iproute2 dnsutils net-tools echo "procps" >> /scripts/keeppkg.txt echo "locales" >> /scripts/keeppkg.txt Loading