sha256:c3b160c3cc2f731090f44f182c5566b5dbe7af9139193b798d31775c852db652
OS/ARCH
Compressed size
856.95 MB
Last pushed
16 days by swxmellanoxgithubsvc587
Type
Image
Manifest digest
sha256:ecd09820afab893fd5acaf25dfecc989cc270069abbf560eedc9520ed48ea1bc
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 28.58 MB5CMD ["/bin/bash"]0 B7ENV TZ=America/Los_Angeles0 B8RUN /bin/sh -c ln -snf198 B9ENV DEBIAN_FRONTEND=noninteractive0 B10RUN /bin/sh -c apt-get update307.03 MB11COPY requirements-collector.txt /tmp/requirements-collector.txt # buildkit346 B12RUN /bin/sh -c pip3 install53.42 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.1 KB16COPY schemas/collector/ /opt/ufm/cablevalidation/schemas/collector/ # buildkit11.36 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.63 KB19COPY scripts/_cvt_env_lib.sh scripts/gen_session_key.sh scripts/apache2_wrapper.sh scripts/start_services.sh12.45 KB20COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit636 B21COPY config/cvt_env.conf /etc/cablevalidation/cvt_default_env.conf # buildkit6.95 KB22COPY config/remediation_actions.yaml /etc/cablevalidation/remediation_actions.yaml # buildkit917 B23COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/bringupcli # buildkit648 B24COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/cvt-service # buildkit655 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 -c174 B27COPY tools/ /opt/ufm/cablevalidation/tools/ # buildkit106.83 KB28RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c9.4 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/ # buildkit372 B34COPY config/bringup_default_ssl.conf /etc/apache2/sites-available/ # buildkit1.37 KB35COPY config/apache_profiles.conf /etc/apache2/apache_profiles.conf # buildkit827 B36COPY config/.htaccess /opt/ufm/cablevalidation # buildkit234 B37COPY config/apache2_envvars /opt/ufm/cablevalidation # buildkit312 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.36 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.56 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 # buildkit599 B66RUN /bin/sh -c a2ensite bringup_plugin.conf313 B67RUN /bin/sh -c echo "Listen359 B68ENV APACHE_HTTPS_PORT=86330 B69ENV CV_UFM_PLUGIN_MODE=true0 BCommand
ARG RELEASE