Sign inSign up

mellanox/ufm-plugin-cablevalidation:1.9.2-4

Manifest digest

sha256:b241fa3deb8e62a5f5eb17b9d2d0eb664c4a2db2edc65f80d364f471156f0138

OS/ARCH

linux/amd64

Compressed size

685.21 MB

Last pushed

2 months by swxmellanoxgithubsvc587

Type

Image

Manifest digest

sha256:b241fa3deb8e62a5f5eb17b9d2d0eb664c4a2db2edc65f80d364f471156f0138

Image Layers

1ARG RELEASE0 B
2ARG LAUNCHPAD_BUILD_ARCH0 B
3LABEL org.opencontainers.image.version=24.040 B
4ADD file ... in / 29.18 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 update171.32 MB
11COPY requirements-collector.txt /tmp/requirements-collector.txt # buildkit320 B
12RUN /bin/sh -c pip3 install48.81 MB
13ARG CV_ROOT_PATH=/opt/ufm/cablevalidation0 B
14COPY src/cablevalidation/collector/ /opt/ufm/cablevalidation/src/cablevalidation/collector/ # buildkit15.62 MB
15COPY src/cablevalidation/common/ /opt/ufm/cablevalidation/src/cablevalidation/common/ # buildkit364.87 KB
16COPY schemas/collector/ /opt/ufm/cablevalidation/schemas/collector/ # buildkit4.18 KB
17COPY images/ /opt/ufm/cablevalidation/images/ # buildkit360.53 MB
18COPY scripts/bringup_init.sh scripts/create_cert.sh scripts/cfg_files_merger.py /opt/ufm/cablevalidation/scripts/3.54 KB
19COPY scripts/gen_session_key.sh scripts/apache2_wrapper.sh scripts/start_services.sh scripts/run_cv_controller.sh3.15 KB
20COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit591 B
21COPY config/cvt_env.conf /etc/cablevalidation/cvt_default_env.conf # buildkit5.91 KB
22COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/bringupcli # buildkit647 B
23COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/cvt-service # buildkit652 B
24COPY src/cablevalidation/collector/data_archivist.sh /usr/local/bin/cv-data-archivist # buildkit1.06 KB
25RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c174 B
26COPY tools/ /opt/ufm/cablevalidation/tools/ # buildkit51.09 KB
27RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c8.13 KB
28ARG BRINGUP_ROOT=/cable_bringup_root0 B
29ENV BRINGUP_ROOT_PATH=/cable_bringup_root0 B
30ENV BRINGUP_CONF_APACHE_PATH=/cable_bringup_root/config/apache20 B
31ENV CV_PRODUCTION_MODE=true0 B
32COPY config/bringup_apache.conf /etc/apache2/conf-available/ # buildkit370 B
33COPY config/bringup_default_ssl.conf /etc/apache2/sites-available/ # buildkit1.14 KB
34COPY config/apache_profiles.conf /etc/apache2/apache_profiles.conf # buildkit828 B
35COPY config/.htaccess /opt/ufm/cablevalidation # buildkit233 B
36COPY config/apache2_envvars /opt/ufm/cablevalidation # buildkit310 B
37ENV APACHE_LOG_DIR=/cable_bringup_root/log/apache20 B
38ENV APACHE_LOCK_DIR=/cable_bringup_root/config/lock/apache20 B
39ENV APACHE_PID_FILE=/cable_bringup_root/config/run/apache2/apache2.pid0 B
40ENV APACHE_RUN_DIR=/cable_bringup_root/config/run/apache20 B
41ENV APACHE_ENVVARS=/cable_bringup_root/config/apache2/envvars0 B
42ENV APACHE_HTTPS_PORT=4430 B
43RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh1.36 KB
44ENV INSTALL_NODE_JS_SCRIPT=/install_nodejs.sh0 B
45ADD https://deb.nodesource.com/setup_16.x /install_nodejs.sh # buildkit2.02 KB
46RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh35.46 MB
47ARG UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector0 B
48ARG TMP_UI_OUTPUT_PATH=/tmp/cv_ui0 B
49COPY src/cablevalidation_ui /tmp/cv_ui # buildkit7.88 MB
50RUN |4 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector10.63 MB
51ENV PYTHONPATH=/opt/ufm/cablevalidation/src0 B
52ARG BRINGUP_VERSION_ARG=1.9.2-40 B
53ENV BRINGUP_VERSION=1.9.2-40 B
54ARG AGENT_VERSION_ARG=1.9.2-40 B
55ENV AGENT_VERSION=1.9.2-40 B
56ARG BRINGUP_PORT_ARG=82510 B
57ENV BRINGUP_PORT=82510 B
58ARG CV_CONTROLLER_PORT_ARG=82520 B
59ENV CV_CONTROLLER_PORT=82520 B
60RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector4.17 MB
61RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector1.17 MB
62CMD ["/usr/local/bin/start_services.sh"]0 B
63COPY plugin_conf/init.sh plugin_conf/deinit.sh plugin_conf/upgrade.sh plugin_conf/cablevalidation_httpd_proxy.conf1.11 KB
64COPY plugin_conf/plugin_bringup_apache.conf /etc/apache2/sites-available/bringup_plugin.conf # buildkit596 B
65RUN /bin/sh -c a2ensite bringup_plugin.conf315 B
66RUN /bin/sh -c echo "Listen358 B
67ENV APACHE_HTTPS_PORT=86330 B
68ENV CV_UFM_PLUGIN_MODE=true0 B

Command

 ARG RELEASE