Sign inSign up

mellanox/ufm-plugin-cablevalidation:2.0.1-5

Multi-platform
Index digest

sha256:c3b160c3cc2f731090f44f182c5566b5dbe7af9139193b798d31775c852db652

OS/ARCH

Compressed size

868.27 MB

Last pushed

16 days by swxmellanoxgithubsvc587

Type

Image

Manifest digest

sha256:abce27155d8c5a2e9ee4d09cfb6bbf18e7df8adad9c30ec29123e7f27d2baf71

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 29.19 MB
5CMD ["/bin/bash"]0 B
7ENV TZ=America/Los_Angeles0 B
8RUN /bin/sh -c ln -snf197 B
9ENV DEBIAN_FRONTEND=noninteractive0 B
10RUN /bin/sh -c apt-get update317.15 MB
11COPY requirements-collector.txt /tmp/requirements-collector.txt # buildkit346 B
12RUN /bin/sh -c pip3 install54.21 MB
13ARG CV_ROOT_PATH=/opt/ufm/cablevalidation0 B
14COPY src/cablevalidation/collector/ /opt/ufm/cablevalidation/src/cablevalidation/collector/ # buildkit15.68 MB
15COPY src/cablevalidation/common/ /opt/ufm/cablevalidation/src/cablevalidation/common/ # buildkit719.09 KB
16COPY schemas/collector/ /opt/ufm/cablevalidation/schemas/collector/ # buildkit11.39 KB
17COPY images/ /opt/ufm/cablevalidation/images/ # buildkit386.09 MB
18COPY scripts/bringup_init.sh scripts/create_cert.sh scripts/cfg_files_merger.py /opt/ufm/cablevalidation/scripts/3.65 KB
19COPY scripts/_cvt_env_lib.sh scripts/gen_session_key.sh scripts/apache2_wrapper.sh scripts/start_services.sh12.44 KB
20COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit636 B
21COPY config/cvt_env.conf /etc/cablevalidation/cvt_default_env.conf # buildkit6.98 KB
22COPY config/remediation_actions.yaml /etc/cablevalidation/remediation_actions.yaml # buildkit917 B
23COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/bringupcli # buildkit647 B
24COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/cvt-service # buildkit653 B
25COPY src/cablevalidation/collector/data_archivist.sh /usr/local/bin/cv-data-archivist # buildkit1.06 KB
26RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c175 B
27COPY tools/ /opt/ufm/cablevalidation/tools/ # buildkit106.86 KB
28RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c9.41 KB
29ARG BRINGUP_ROOT=/cable_bringup_root0 B
30ENV BRINGUP_ROOT_PATH=/cable_bringup_root0 B
31ENV BRINGUP_CONF_APACHE_PATH=/cable_bringup_root/config/apache20 B
32ENV CV_PRODUCTION_MODE=true0 B
33COPY config/bringup_apache.conf /etc/apache2/conf-available/ # buildkit377 B
34COPY config/bringup_default_ssl.conf /etc/apache2/sites-available/ # buildkit1.37 KB
35COPY config/apache_profiles.conf /etc/apache2/apache_profiles.conf # buildkit831 B
36COPY config/.htaccess /opt/ufm/cablevalidation # buildkit235 B
37COPY config/apache2_envvars /opt/ufm/cablevalidation # buildkit313 B
38ENV APACHE_LOG_DIR=/cable_bringup_root/log/apache20 B
39ENV APACHE_LOCK_DIR=/cable_bringup_root/config/lock/apache20 B
40ENV APACHE_PID_FILE=/cable_bringup_root/config/run/apache2/apache2.pid0 B
41ENV APACHE_RUN_DIR=/cable_bringup_root/config/run/apache20 B
42ENV APACHE_ENVVARS=/cable_bringup_root/config/apache2/envvars0 B
43ENV APACHE_HTTPS_PORT=4430 B
44RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh1.38 KB
45ENV INSTALL_NODE_JS_SCRIPT=/install_nodejs.sh0 B
46ADD https://deb.nodesource.com/setup_16.x /install_nodejs.sh # buildkit2.02 KB
47RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh33.35 MB
48ARG UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector0 B
49ARG TMP_UI_OUTPUT_PATH=/tmp/cv_ui0 B
50COPY src/cablevalidation_ui /tmp/cv_ui # buildkit11.48 MB
51RUN |4 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector14.29 MB
52ENV PYTHONPATH=/opt/ufm/cablevalidation/src0 B
53ARG BRINGUP_VERSION_ARG=2.0.1-50 B
54ENV BRINGUP_VERSION=2.0.1-50 B
55ARG AGENT_VERSION_ARG=2.0.1-50 B
56ENV AGENT_VERSION=2.0.1-50 B
57ARG BRINGUP_PORT_ARG=82510 B
58ENV BRINGUP_PORT=82510 B
59ARG CV_CONTROLLER_PORT_ARG=82520 B
60ENV CV_CONTROLLER_PORT=82520 B
61RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector4.29 MB
62RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector1.67 MB
63CMD ["/usr/local/bin/start_services.sh"]0 B
64COPY plugin_conf/init.sh plugin_conf/deinit.sh plugin_conf/upgrade.sh plugin_conf/cablevalidation_httpd_proxy.conf1.11 KB
65COPY plugin_conf/plugin_bringup_apache.conf /etc/apache2/sites-available/bringup_plugin.conf # buildkit601 B
66RUN /bin/sh -c a2ensite bringup_plugin.conf314 B
67RUN /bin/sh -c echo "Listen360 B
68ENV APACHE_HTTPS_PORT=86330 B
69ENV CV_UFM_PLUGIN_MODE=true0 B

Command

 ARG RELEASE