Explore
Log in
Sign Up
cfplatformeng
/
isv-dashboard-ci-cd
Pulls
Docker Pull
Use the Docker CLI to pull this image
22.1M
latest
65233cea
890.9 MB
over 1 year ago
22.1M
Files
Layers
Dependencies
Tags
Insights
All Layers
Aggregates
All Layers
User Layers
Base Layers
ubuntu
1
ADD file in /
2
RUN set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d
4
RUN mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
User Layers
6
RUN apt-get update; apt-get install -y --no-install-recommends ca-certificates curl netbase wge
7
RUN if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends
8
RUN apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-clien
9
RUN apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev
12
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -y update --fix-missing && apt-get -y install
13
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c ln -sf /usr/bin/python3.7 /usr/bin/python3
14
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q "https://github.com/koalaman/shellcheck/release
15
COPY file in /usr/local/bin/
16
COPY file in /usr/local/bin/
17
COPY file in /usr/local/bin/
18
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -O /usr/local/bin/cred-alert-cli https://s3.amazon
19
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c curl -sL https://deb.nodesource.com/setup_12.x | bash -
20
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install nodejs
21
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c npm install -g bats
22
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c npm install -g eslint
23
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q -O - https://dl-ssl.google.com/linux/linux_sign
24
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/
25
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install google-chrome-stab
26
COPY file in /usr/local/bin/
27
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install postgresql
29
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "host all all 127.0.0.1/32 trust" > /etc/postgres
30
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c bash -c 'debconf-set-selections <<< "mysql-server mysql
31
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c bash -c 'debconf-set-selections <<< "mysql-server mysql
32
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-key adv --no-tty --recv-keys --keyserver hkp://keys
33
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c bash -c "echo 'deb [arch=amd64,i386] https://mirrors.ev
34
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install mariadb-server mar
35
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c pip install --upgrade pip
36
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c pip install PyYAML shellescape pipenv yq
37
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c ln -s /usr/bin/md5sum /usr/bin/md5
38
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -N http://chromedriver.storage.googleapis.com/2.37
40
RUN DEBIAN_FRONTEND=noninteractive GO_VER=1.14.5 /bin/sh -c wget https://dl.google.com/go/go${GO_VER}
41
RUN DEBIAN_FRONTEND=noninteractive GO_VER=1.14.5 /bin/sh -c mkdir /root/go
44
RUN DEBIAN_FRONTEND=noninteractive GO_VER=1.14.5 /bin/sh -c go get github.com/onsi/ginkgo/ginkgo gith
45
RUN DEBIAN_FRONTEND=noninteractive GO_VER=1.14.5 /bin/sh -c rm -rf /var/lib/apt/lists/*
46
COPY file in /usr/local/bin/install-git-ssh-key
47
COPY file in /usr/local/bin/retry
Find file
Pull
Docker Pull
Use the Docker CLI to pull this image
Name
Layer
Size
Last update
bin
34
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install mariadb-server mar
drwxr-xr-x
5.5 MB
over 1 year ago
boot
1
ADD file in /
drwxr-xr-x
0 B
about 4 years ago
dev
1
ADD file in /
drwxr-xr-x
0 B
over 1 year ago
etc
34
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install mariadb-server mar
drwxr-xr-x
1.6 MB
over 1 year ago
home
1
ADD file in /
drwxr-xr-x
0 B
about 4 years ago
lib
34
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install mariadb-server mar
drwxr-xr-x
13.2 MB
over 1 year ago
lib64
1
ADD file in /
drwxr-xr-x
0 B
over 1 year ago
media
1
ADD file in /
drwxr-xr-x
0 B
over 1 year ago
mnt
1
ADD file in /
drwxr-xr-x
0 B
over 1 year ago
opt
25
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install google-chrome-stab
drwxr-xr-x
228.2 MB
over 1 year ago
proc
1
ADD file in /
drwxr-xr-x
0 B
about 4 years ago
root
44
RUN DEBIAN_FRONTEND=noninteractive GO_VER=1.14.5 /bin/sh -c go get github.com/onsi/ginkgo/ginkgo gith
drwx------
197.3 MB
over 1 year ago
run
27
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get -y install postgresql
drwxr-xr-x
7 B
over 1 year ago
sbin
12
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get -y update --fix-missing && apt-get -y install
drwxr-xr-x
4.4 MB
over 1 year ago
shellcheck-stable
14
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q "https://github.com/koalaman/shellcheck/release
drwxr-xr-x
36 KB
over 1 year ago
srv
1
ADD file in /
drwxr-xr-x
0 B
over 1 year ago
sys
1
ADD file in /
drwxr-xr-x
0 B
about 4 years ago
tmp
9
RUN apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev
-rwxrwxrwx
0 B
over 1 year ago
usr
47
COPY file in /usr/local/bin/retry
drwxr-xr-x
1.6 GB
over 1 year ago
var
45
RUN DEBIAN_FRONTEND=noninteractive GO_VER=1.14.5 /bin/sh -c rm -rf /var/lib/apt/lists/*
drwxr-xr-x
167.3 MB
over 1 year ago
shellcheck-stable.linux.x86_64.tar.xz
14
RUN DEBIAN_FRONTEND=noninteractive /bin/sh -c wget -q "https://github.com/koalaman/shellcheck/release
-rw-r--r--
1.4 MB
about 2 years ago