| Image | Cmd | Size |
| 706f2e3e15e |
ENTRYPOINT ["/startup.sh"] |
0 B |
| 69eecfd5fbf |
/bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "curl --fail http://127.0.0.1/api/health"] "30s" "5s" "0s" '\x00'} |
0 B |
| 3b1d617bb8a |
/bin/sh -c #(nop) ENV HOME=/home/ubuntu SHELL=/bin/bash |
0 B |
| c81f9c9f010 |
/bin/sh -c #(nop) WORKDIR /root |
0 B |
| e77891a37d2 |
/bin/sh -c #(nop) EXPOSE 80 |
0 B |
| 5933764880b |
/bin/sh -c #(nop) COPY dir:88c7ae09196a8bec437bc648c253d9fde0ffeae30c917eebe1b2d2a978ef187c in / |
1.8 MB |
| e11860bc990 |
/bin/sh -c #(nop) COPY dir:4a326430ec94e42437fef1810f721d40f01892d4476910942d53f35ebf75b949 in /usr/local/lib/web/frontend/ |
347 KB |
| ab924739722 |
/bin/sh -c #(nop) LABEL maintainer=fcwu.tw@gmail.com |
0 B |
| bd74e6960b0 |
|1 TINI_VERSION=v0.9.0 /bin/sh -c wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add - &&
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | apt-key add - &&
add-apt-repository "deb http://download.virtualbox.org/virtualbox/debian `lsb_release -cs` contrib" &&
apt-get update &&
apt-get install -y linux-headers-4.4.0-62-generic |
16.4 MB |
| 87dab22faa8 |
|1 TINI_VERSION=v0.9.0 /bin/sh -c apt-get install -y wget gnupg software-properties-common |
904 KB |
| f6a81baa9d7 |
|1 TINI_VERSION=v0.9.0 /bin/sh -c apt-get upgrade -y |
8.7 MB |
| 45a750ab1c9 |
|1 TINI_VERSION=v0.9.0 /bin/sh -c apt-get update |
18.3 MB |
| 3a2cb2311b5 |
|1 TINI_VERSION=v0.9.0 /bin/sh -c apt-get update &&
dpkg-query -W -f='${Package}\n' > /tmp/a.txt &&
apt-get install -y python-pip python-dev build-essential &&
pip install setuptools wheel &&
pip install -r /tmp/requirements.txt &&
dpkg-query -W -f='${Package}\n' > /tmp/b.txt &&
apt-get remove -y `diff --changed-group-format='%>' --unchanged-group-format='' /tmp/a.txt /tmp/b.txt | xargs` &&
apt-get autoclean -y &&
apt-get autoremove -y &&
rm -rf /var/lib/apt/lists/* &&
rm -rf /var/cache/apt/* /tmp/a.txt /tmp/b.txt |
8.1 MB |
| 619bb0bfe67 |
/bin/sh -c #(nop) COPY file:7d22ccec240b7cc820c09981c8128549612f1552325b7d7485894b239d86dc2d in /tmp/ |
369 B |
| 730dac4113c |
|1 TINI_VERSION=v0.9.0 /bin/sh -c mkdir -p /usr/local/ffmpeg &&
curl -sSL https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz | tar xJvf - -C /usr/local/ffmpeg/ --strip 1 |
70.2 MB |
| 76c2dc2e50d |
|1 TINI_VERSION=v0.9.0 /bin/sh -c systemctl enable libvirt-bin |
693 B |
| 885d58cd360 |
|1 TINI_VERSION=v0.9.0 /bin/sh -c usermod -a -G libvirtd root |
1 KB |
| c1158a21b9e |
|1 TINI_VERSION=v0.9.0 /bin/sh -c chmod +x /bin/tini |
7 KB |
| 7aab934ebb9 |
/bin/sh -c #(nop) ADD 616a3fd4fc8e3ba54bec86201fa08f8c3690c79efcc42a8538ecd26f6a3dbada in /bin/tini |
7 KB |
| 4c58b5ae89f |
/bin/sh -c #(nop) ARG TINI_VERSION=v0.9.0 |
0 B |
| d2ae1fe995b |
/bin/sh -c apt-get update &&
apt-get install -y --no-install-recommends software-properties-common curl apache2-utils &&
add-apt-repository ppa:fcwu-tw/apps &&
apt-get update &&
apt-get install -y --no-install-recommends --allow-unauthenticated supervisor nginx sudo vim-tiny net-tools zenity xz-utils dbus-x11 x11-utils alsa-utils mesa-utils libgl1-mesa-dri lxde x11vnc xvfb gtk2-engines-murrine gnome-themes-standard gtk2-engines-pixbuf gtk2-engines-murrine arc-theme firefox chromium-browser ttf-ubuntu-font-family ttf-wqy-zenhei qemu-kvm libvirt-bin virtinst virt-manager bridge-utils &&
add-apt-repository -r ppa:fcwu-tw/apps &&
apt-get autoclean &&
apt-get autoremove &&
rm -rf /var/lib/apt/lists/* |
352.3 MB |
| 57312f14497 |
/bin/sh -c echo $TZ > /etc/timezone &&
apt-get update &&
apt-get install -y tzdata &&
rm /etc/localtime &&
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime &&
dpkg-reconfigure -f noninteractive tzdata &&
apt-get clean |
19.0 MB |
| ce3dc52431e |
/bin/sh -c #(nop) ENV TZ=America/Argentina/Buenos_Aires |
0 B |
| 52506558a49 |
/bin/sh -c if [ "x$localbuild" != "x" ]; then sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/apt/sources.list; fi |
0 B |
| 4a77d6556e1 |
/bin/sh -c #(nop) ARG localbuild |
0 B |
| f3ece922002 |
/bin/sh -c #(nop) CMD ["/bin/bash"] |
0 B |
| 7e29c125411 |
/bin/sh -c mkdir -p /run/systemd &&
echo 'docker' > /run/systemd/container |
168 B |
| c0812b8a713 |
/bin/sh -c rm -rf /var/lib/apt/lists/* |
629 B |
| d3aa52f08bb |
/bin/sh -c set -xe &&
echo '#!/bin/sh' > /usr/sbin/policy-rc.d &&
echo 'exit 101' >> /usr/sbin/policy-rc.d &&
chmod +x /usr/sbin/policy-rc.d &&
dpkg-divert --local --rename --add /sbin/initctl &&
cp -a /usr/sbin/policy-rc.d /sbin/initctl &&
sed -i 's/^exit.*/exit 0/' /sbin/initctl &&
echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup &&
echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean &&
echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean &&
echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean &&
echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages &&
echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes &&
echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests |
850 B |
| 730a52f0306 |
/bin/sh -c #(nop) ADD file:efec03b785a78c01a6ade862d9a309f500ffa9f5f9314be26621f7fda0d5dfb8 in / |
42.5 MB |