aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2016-01-29 19:20:03 +0700
committerMhd Sulhan <ms@kilabit.info>2016-01-29 19:20:03 +0700
commitca6b5da049cb94a5f38a41c7d16c1bd8b3cebbef (patch)
tree6d0ea438eacb053e9ce5e44f0e944c2f3ca565db
parent0cbab491b606f0942a35e44ac8d22227a5c51cb4 (diff)
downloadarch-docker-ca6b5da049cb94a5f38a41c7d16c1bd8b3cebbef.tar.xz
arch-base-devel: base image with development packages.
l---------arch-base-devel/clean.sh1
l---------arch-base-devel/create_image.sh1
l---------arch-base-devel/create_rootfs.sh1
-rwxr-xr-xarch-base-devel/vars.sh9
4 files changed, 12 insertions, 0 deletions
diff --git a/arch-base-devel/clean.sh b/arch-base-devel/clean.sh
new file mode 120000
index 0000000..1e93f10
--- /dev/null
+++ b/arch-base-devel/clean.sh
@@ -0,0 +1 @@
+../scripts/clean.sh \ No newline at end of file
diff --git a/arch-base-devel/create_image.sh b/arch-base-devel/create_image.sh
new file mode 120000
index 0000000..ec69652
--- /dev/null
+++ b/arch-base-devel/create_image.sh
@@ -0,0 +1 @@
+../scripts/create_image.sh \ No newline at end of file
diff --git a/arch-base-devel/create_rootfs.sh b/arch-base-devel/create_rootfs.sh
new file mode 120000
index 0000000..54a9807
--- /dev/null
+++ b/arch-base-devel/create_rootfs.sh
@@ -0,0 +1 @@
+../scripts/create_rootfs.sh \ No newline at end of file
diff --git a/arch-base-devel/vars.sh b/arch-base-devel/vars.sh
new file mode 100755
index 0000000..052ea8f
--- /dev/null
+++ b/arch-base-devel/vars.sh
@@ -0,0 +1,9 @@
+#!/bin/zsh
+
+HOSTNAME="arch-base-devel"
+
+PKGS=(coreutils binutils findutils sed gzip file util-linux)
+PKGS_ADD=(awk gcc git grep make python2)
+PKGS_REMOVED=()
+IMAGE_NAME="sulhan/${HOSTNAME}"
+IMAGE_ARGS=()