Created
July 16, 2021 15:04
-
-
Save msavy/4f2dda2b6ba144c41c1b6e8edc5f3b01 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IMAGE CREATED CREATED BY SIZE COMMENT | |
sha256:37eec9bf637d2b34e5c43dbf24b3581c17a0471d44ca70ef7501de14d183cee1 4 weeks ago /bin/sh -c #(nop) ENTRYPOINT ["pipenv" "run" "python" "-m" "src.index"] 0B | |
<missing> 4 weeks ago /bin/sh -c #(nop) COPY dir:781617491c54da5744e10d1f98a6d5007d0dbbfa5d47ef2671b67a79aa102b0b in ./src 210kB | |
<missing> 4 weeks ago /bin/sh -c #(nop) WORKDIR /root 0B | |
<missing> 4 weeks ago /bin/sh -c #(nop) LABEL [email protected] 0B | |
<missing> 4 weeks ago /bin/sh -c pipenv install --python 3.6 105MB | |
<missing> 4 weeks ago /bin/sh -c pip3 install pipenv 54.2MB | |
<missing> 4 weeks ago /bin/sh -c apt-get update -y && apt-get install -yq python3-pip 262MB | |
<missing> 4 weeks ago /bin/sh -c #(nop) ENV PIPENV_HIDE_EMOJIS=1 0B | |
<missing> 4 weeks ago /bin/sh -c #(nop) ENV LANG=C.UTF-8 0B | |
<missing> 4 weeks ago /bin/sh -c #(nop) ENV LC_ALL=C.UTF-8 0B | |
<missing> 4 weeks ago /bin/sh -c #(nop) COPY file:3cd23432ade3a4cadf4e9d9b1cc26dd61bf27c585558f608fe01dd091e60cf07 in . 33.2kB | |
<missing> 4 weeks ago /bin/sh -c #(nop) COPY file:6f4f7b43a8393af16ec2306d41affae07190e77e5b29fdbb12cb9ec66f9d3331 in . 420B | |
<missing> 4 weeks ago /bin/sh -c unzip testng-6.8.7.jar.zip 836kB | |
<missing> 4 weeks ago /bin/sh -c wget -q http://www.java2s.com/Code/JarDownload/testng/testng-6.8.7.jar.zip 770kB | |
<missing> 4 weeks ago /bin/sh -c wget -q https://selenium-release.storage.googleapis.com/3.13/selenium-server-standalone-3.13.0.jar 23.5MB | |
<missing> 4 weeks ago /bin/sh -c chmod +x /usr/bin/chromedriver 11.9MB | |
<missing> 4 weeks ago /bin/sh -c chown root:root /usr/bin/chromedriver 11.9MB | |
<missing> 4 weeks ago /bin/sh -c mv chromedriver /usr/bin/chromedriver 11.9MB | |
<missing> 4 weeks ago /bin/sh -c unzip chromedriver_linux64.zip 11.9MB | |
<missing> 4 weeks ago /bin/sh -c wget -q https://chromedriver.storage.googleapis.com/91.0.4472.101/chromedriver_linux64.zip 5.96MB | |
<missing> 4 weeks ago /bin/sh -c apt-get update -y && apt-get install -yq google-chrome-stable=91.0.4472.114-1 unzip 410MB | |
<missing> 10 months ago /bin/sh -c echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list 69B | |
<missing> 10 months ago /bin/sh -c curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add 13.2kB | |
<missing> 10 months ago /bin/sh -c apt-get update -y && apt-get install -yq unzip xvfb libxi6 libgconf-2-4 default-jdk 553MB | |
<missing> 10 months ago /bin/sh -c apt-get update -y && apt-get install -yq nodejs -yq 80.7MB | |
<missing> 10 months ago /bin/sh -c apt-get update -y && apt-get install -yq curl wget sudo gnupg && curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - 6.47MB | |
<missing> 10 months ago /bin/sh -c add-apt-repository -y ppa:openjdk-r/ppa 533kB | |
<missing> 10 months ago /bin/sh -c apt-get update -y && apt-get install -yq software-properties-common python3.7 148MB | |
<missing> 10 months ago /bin/sh -c chgrp -R seleuser /home/seleuser 4.8kB | |
<missing> 10 months ago /bin/sh -c chown -R seleuser /home/seleuser 4.8kB | |
<missing> 10 months ago /bin/sh -c useradd -d /home/seleuser -m seleuser 398kB | |
<missing> 10 months ago /bin/sh -c #(nop) ENV DEBCONF_NONINTERACTIVE_SEEN=true 0B | |
<missing> 10 months ago /bin/sh -c #(nop) ENV DEBIAN_FRONTEND=noninteractive 0B | |
<missing> 10 months ago /bin/sh -c #(nop) ENV LC_ALL=C 0B | |
<missing> 10 months ago /bin/sh -c #(nop) WORKDIR /root 0B | |
<missing> 10 months ago /bin/sh -c #(nop) LABEL [email protected] 0B | |
<missing> 11 months ago /bin/sh -c #(nop) CMD ["/bin/bash"] 0B | |
<missing> 11 months ago /bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container 7B | |
<missing> 11 months ago /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 745B | |
<missing> 11 months ago /bin/sh -c [ -z "$(apt-get indextargets)" ] 987kB | |
<missing> 11 months ago /bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in / 63.2MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment