latest
sha256:ee60c2664a86a669604c6f4c628b820d2f8c470f92c6264c7e579f8b4c7fd299
OS/ARCH
linux/amd64
Compressed size
617.97 MB
Last pushed
almost 2 years by marcvog
Type
Image
Manifest digest
sha256:ee60c2664a86a669604c6f4c628b820d2f8c470f92c6264c7e579f8b4c7fd299
Image Layers
1
ADD file ... in /
0 B
2
/bin/sh -c mv -f /etc/yum.repos.d/ubi.repo
0 B
3
ADD file ... in /tmp/tls-ca-bundle.pem
0 B
4
ADD multi:b69fbca1cffcb1fb28acb34486e2a3bc449bb345809fd618d7d6606c2a083b31 in /etc/yum.repos.d/
0 B
5
LABEL maintainer="Red Hat, Inc."
0 B
6
LABEL com.redhat.component="ubi9-container"
0 B
7
LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
0 B
8
LABEL summary="Provides the latest release
0 B
9
LABEL description="The Universal Base Image
0 B
10
LABEL io.k8s.display-name="Red Hat Universal Base
0 B
11
LABEL io.openshift.expose-services=""
0 B
12
LABEL io.openshift.tags="base rhel9"
0 B
13
ENV container oci
0 B
14
ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
15
CMD ["/bin/bash"]
0 B
16
/bin/sh -c rm -rf /var/log/*
0 B
17
/bin/sh -c mkdir -p /var/log/rhsm
0 B
18
LABEL release=1817
0 B
19
ADD file ... in /root/buildinfo/content_manifests/ubi9-container-9.1.0-1817.json
0 B
20
ADD file ... in /root/buildinfo/Dockerfile-ubi9-9.1.0-1817
0 B
21
LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc."
0 B
22
/bin/sh -c rm -f '/etc/yum.repos.d/repo-6b42c.repo'
0 B
23
/bin/sh -c rm -f /tmp/tls-ca-bundle.pem
0 B
24
/bin/sh -c mv -fZ /tmp/ubi.repo
75.47 MB
25
MAINTAINER marcelo.vogel@cern.ch
0 B
26
ENV USR=flasky
0 B
27
ENV home_dir=/home/flasky
0 B
28
ENV GID=208
0 B
29
ENV data_dir=/home/flasky/data
0 B
30
ENV config_dir=/home/flasky/config
0 B
31
ENV NG_CLI_ANALYTICS=FALSE
0 B
32
USER root
0 B
33
RUN /bin/sh -c groupadd -g
1.77 KB
34
RUN /bin/sh -c mkdir -p
212 B
35
COPY ./requirements.txt /home/flasky/ # buildkit
225 B
36
COPY ./entrypoint.sh /home/flasky/ # buildkit
437 B
37
COPY ./tns_admin.sh /home/flasky/ # buildkit
171 B
38
COPY ./tnsnames.ora /home/flasky/ # buildkit
13.84 KB
39
COPY auth/ /home/flasky/auth # buildkit
552.9 KB
40
WORKDIR /home/flasky
32 B
41
COPY backend/ /home/flasky/backend # buildkit
3.47 KB
42
RUN /bin/sh -c cd ${home_dir}/backend
32 B
43
RUN /bin/sh -c dnf install
36.31 MB
44
RUN /bin/sh -c dnf module
97.58 MB
45
RUN /bin/sh -c wget https://download.oracle.com/otn_software/linux/instantclient/219000/oracle-instantclient-basic-21.9.0.0.0-1.el8.x86_64.rpm
135.09 MB
46
RUN /bin/sh -c dnf install
31.83 MB
47
RUN /bin/sh -c ng new
118.36 MB
48
RUN /bin/sh -c chown -R
122.77 MB
49
EXPOSE map[4200/tcp:{}]
0 B
50
ENTRYPOINT ["./entrypoint.sh" "gunicorn"]
0 B
Command
ADD file:8773f383286325a8a39fe04548f58b015caca22d611b996698b5458f50f91c88 in /