Explore
Log in
Sign Up
rackspacedot
/
python37-ansible23
Pulls
Docker Pull
Use the Docker CLI to pull this image
21.9M
latest
c82c7dd4
449 MB
3 months ago
21.9M
Files
Layers
Dependencies
Tags
Insights
All Layers
Aggregates
All Layers
User Layers
Base Layers
debian
1
ADD file in /
python
3
RUN apt-get update; apt-get install -y --no-install-recommends apt-transport-https ca-certificates
4
RUN if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends
5
RUN apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-clien
6
RUN apt-get update; apt-get install -y --no-install-recommends autoconf automake bzip2 dpkg-dev
9
RUN apt-get update && apt-get install -y --no-install-recommends libbluetooth-dev tk-dev uuid-dev
12
RUN set -ex && wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Pyth
13
RUN cd /usr/local/bin && ln -s idle3 idle && ln -s pydoc3 pydoc && ln -s python3 python && ln -s pyt
17
RUN wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --c
User Layers
20
RUN apt-get --fix-missing --assume-yes update && apt-get --fix-missing --assume-yes install
21
COPY file in /opt/app/requirements.txt
22
RUN pip --no-cache-dir install -r /opt/app/requirements.txt
23
RUN ln -sf /usr/local/bin/python /usr/bin/python3.7 && ln -sf /usr/local/bin/python /usr/bin/python3
24
COPY file in /bin/run_python
25
RUN apt-get -y update && apt-get -y install python-pip && rm -rf /var/cache/apt
26
COPY file in /opt/app/requirements.txt
27
RUN pip2 --no-cache-dir install -r /opt/app/requirements.txt && pip3 --no-cache-dir install -r /opt/
Find file
Pull
Docker Pull
Use the Docker CLI to pull this image
Name
Layer
Size
Last update
bin
24
COPY file in /bin/run_python
drwxr-xr-x
5.2 MB
3 months ago
boot
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
dev
1
ADD file in /
drwxr-xr-x
0 B
10 months ago
etc
25
RUN apt-get -y update && apt-get -y install python-pip && rm -rf /var/cache/apt
drwxr-xr-x
1.5 MB
3 months ago
home
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
lib
25
RUN apt-get -y update && apt-get -y install python-pip && rm -rf /var/cache/apt
drwxr-xr-x
12.7 MB
10 months ago
lib64
1
ADD file in /
drwxr-xr-x
0 B
10 months ago
media
1
ADD file in /
drwxr-xr-x
0 B
10 months ago
mnt
1
ADD file in /
drwxr-xr-x
0 B
10 months ago
opt
27
RUN pip2 --no-cache-dir install -r /opt/app/requirements.txt && pip3 --no-cache-dir install -r /opt/
drwxr-xr-x
316 B
3 months ago
proc
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
root
17
RUN wget -O get-pip.py "$PYTHON_GET_PIP_URL"; echo "$PYTHON_GET_PIP_SHA256 *get-pip.py" | sha256sum --c
drwx------
972 B
10 months ago
run
1
ADD file in /
drwxr-xr-x
0 B
10 months ago
sbin
5
RUN apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-clien
drwxr-xr-x
4 MB
10 months ago
srv
1
ADD file in /
drwxr-xr-x
0 B
10 months ago
sys
1
ADD file in /
drwxr-xr-x
0 B
almost 2 years ago
tmp
27
RUN pip2 --no-cache-dir install -r /opt/app/requirements.txt && pip3 --no-cache-dir install -r /opt/
-rwxrwxrwx
253 KB
3 months ago
usr
27
RUN pip2 --no-cache-dir install -r /opt/app/requirements.txt && pip3 --no-cache-dir install -r /opt/
drwxr-xr-x
1.1 GB
10 months ago
var
25
RUN apt-get -y update && apt-get -y install python-pip && rm -rf /var/cache/apt
drwxr-xr-x
28.7 MB
10 months ago