Kaydet (Commit) 192d0424 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Added all dockerfiles for all docker images.

üst 332a65e0
FROM zaryob/sulin_minimal
MAINTAINER Suleyman POYRAZ
RUN inary ar core https://sourceforge.net/projects/sulinos/files/packages/indispensable/inary-index.xml.xz/download --yes-all
RUN inary ur
RUN inary it -c system.base --yes-all
RUN inary dc
CMD [ "/bin/sh" ]
\ No newline at end of file
FROM zaryob/sulin_minimal
MAINTAINER Suleyman POYRAZ
RUN inary ar core https://sourceforge.net/projects/sulinos/files/packages/indispensable/inary-index.xml.xz/download --yes-all
RUN inary ur
RUN inary it -c system.devel --yes-all
RUN inary dc
CMD [ "/bin/sh" ]
\ No newline at end of file
...@@ -2,5 +2,5 @@ FROM scratch ...@@ -2,5 +2,5 @@ FROM scratch
MAINTAINER Suleyman POYRAZ <zaryob.dev@gmail.com> MAINTAINER Suleyman POYRAZ <zaryob.dev@gmail.com>
ADD sulin.tar / ADD sulin.tar /
RUN inary rr core
CMD [ "/bin/sh" ] CMD [ "/bin/sh" ]
#!/bin/sh #!/bin/sh
set +h set +h
umask 022 umask 022
sudo inary ar core http://127.0.0.1/indispensable/inary-index.xml.xz -Dsoot sudo inary ar core http://127.0.0.1/indispensable/inary-index.xml.xz -Dsoot --yes-all
sudo inary install acl attr bash bzip2 ca-certificates \ sudo inary install acl attr bash bzip2 ca-certificates \
coreutils cracklib curl expat gdbm \ coreutils cracklib curl expat gdbm \
gettext glib2 glibc gmp libcap libffi \ gettext glib2 glibc gmp libcap libffi \
...@@ -9,7 +9,7 @@ sudo inary install acl attr bash bzip2 ca-certificates \ ...@@ -9,7 +9,7 @@ sudo inary install acl attr bash bzip2 ca-certificates \
libunistring libxml2 ncurses openssl \ libunistring libxml2 ncurses openssl \
pam python3 python3-psutil \ pam python3 python3-psutil \
python3-pycurl readline run-parts \ python3-pycurl readline run-parts \
sqlite timezone unzip xz zlib --ignore-scom --ignore-safety -Dsoot sqlite timezone unzip xz zlib --ignore-scom --ignore-safety -Dsoot --yes-all
cd soot cd soot
tar cpvf ../sulin.tar * tar cpvf ../sulin.tar *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment