sha256:c3b160c3cc2f731090f44f182c5566b5dbe7af9139193b798d31775c852db652
OS/ARCH
Compressed size
868.27 MB
Last pushed
17 days by swxmellanoxgithubsvc587
Type
Image
Manifest digest
sha256:abce27155d8c5a2e9ee4d09cfb6bbf18e7df8adad9c30ec29123e7f27d2baf71
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 29.19 MB5CMD ["/bin/bash"]0 B7ENV TZ=America/Los_Angeles0 B8RUN /bin/sh -c ln -snf197 B9ENV DEBIAN_FRONTEND=noninteractive0 B10RUN /bin/sh -c apt-get update317.15 MB11COPY requirements-collector.txt /tmp/requirements-collector.txt # buildkit346 B12RUN /bin/sh -c pip3 install54.21 MB13ARG CV_ROOT_PATH=/opt/ufm/cablevalidation0 B14COPY src/cablevalidation/collector/ /opt/ufm/cablevalidation/src/cablevalidation/collector/ # buildkit15.68 MB15COPY src/cablevalidation/common/ /opt/ufm/cablevalidation/src/cablevalidation/common/ # buildkit719.09 KB16COPY schemas/collector/ /opt/ufm/cablevalidation/schemas/collector/ # buildkit11.39 KB17COPY images/ /opt/ufm/cablevalidation/images/ # buildkit386.09 MB18COPY scripts/bringup_init.sh scripts/create_cert.sh scripts/cfg_files_merger.py /opt/ufm/cablevalidation/scripts/3.65 KB19COPY scripts/_cvt_env_lib.sh scripts/gen_session_key.sh scripts/apache2_wrapper.sh scripts/start_services.sh12.44 KB20COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit636 B21COPY config/cvt_env.conf /etc/cablevalidation/cvt_default_env.conf # buildkit6.98 KB22COPY config/remediation_actions.yaml /etc/cablevalidation/remediation_actions.yaml # buildkit917 B23COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/bringupcli # buildkit647 B24COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/cvt-service # buildkit653 B25COPY src/cablevalidation/collector/data_archivist.sh /usr/local/bin/cv-data-archivist # buildkit1.06 KB26RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c175 B27COPY tools/ /opt/ufm/cablevalidation/tools/ # buildkit106.86 KB28RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c9.41 KB29ARG BRINGUP_ROOT=/cable_bringup_root0 B30ENV BRINGUP_ROOT_PATH=/cable_bringup_root0 B31ENV BRINGUP_CONF_APACHE_PATH=/cable_bringup_root/config/apache20 B32ENV CV_PRODUCTION_MODE=true0 B33COPY config/bringup_apache.conf /etc/apache2/conf-available/ # buildkit377 B34COPY config/bringup_default_ssl.conf /etc/apache2/sites-available/ # buildkit1.37 KB35COPY config/apache_profiles.conf /etc/apache2/apache_profiles.conf # buildkit831 B36COPY config/.htaccess /opt/ufm/cablevalidation # buildkit235 B37COPY config/apache2_envvars /opt/ufm/cablevalidation # buildkit313 B38ENV APACHE_LOG_DIR=/cable_bringup_root/log/apache20 B39ENV APACHE_LOCK_DIR=/cable_bringup_root/config/lock/apache20 B40ENV APACHE_PID_FILE=/cable_bringup_root/config/run/apache2/apache2.pid0 B41ENV APACHE_RUN_DIR=/cable_bringup_root/config/run/apache20 B42ENV APACHE_ENVVARS=/cable_bringup_root/config/apache2/envvars0 B43ENV APACHE_HTTPS_PORT=4430 B44RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh1.38 KB45ENV INSTALL_NODE_JS_SCRIPT=/install_nodejs.sh0 B46ADD https://deb.nodesource.com/setup_16.x /install_nodejs.sh # buildkit2.02 KB47RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh33.35 MB48ARG UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector0 B49ARG TMP_UI_OUTPUT_PATH=/tmp/cv_ui0 B50COPY src/cablevalidation_ui /tmp/cv_ui # buildkit11.48 MB51RUN |4 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector14.29 MB52ENV PYTHONPATH=/opt/ufm/cablevalidation/src0 B53ARG BRINGUP_VERSION_ARG=2.0.1-50 B54ENV BRINGUP_VERSION=2.0.1-50 B55ARG AGENT_VERSION_ARG=2.0.1-50 B56ENV AGENT_VERSION=2.0.1-50 B57ARG BRINGUP_PORT_ARG=82510 B58ENV BRINGUP_PORT=82510 B59ARG CV_CONTROLLER_PORT_ARG=82520 B60ENV CV_CONTROLLER_PORT=82520 B61RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector4.29 MB62RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector1.67 MB63CMD ["/usr/local/bin/start_services.sh"]0 B64COPY plugin_conf/init.sh plugin_conf/deinit.sh plugin_conf/upgrade.sh plugin_conf/cablevalidation_httpd_proxy.conf1.11 KB65COPY plugin_conf/plugin_bringup_apache.conf /etc/apache2/sites-available/bringup_plugin.conf # buildkit601 B66RUN /bin/sh -c a2ensite bringup_plugin.conf314 B67RUN /bin/sh -c echo "Listen360 B68ENV APACHE_HTTPS_PORT=86330 B69ENV CV_UFM_PLUGIN_MODE=true0 BCommand
ARG RELEASE