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 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=24.040 B4ADD file ... in / 29.18 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 update171.32 MB11COPY requirements-collector.txt /tmp/requirements-collector.txt # buildkit320 B12RUN /bin/sh -c pip3 install48.81 MB13ARG CV_ROOT_PATH=/opt/ufm/cablevalidation0 B14COPY src/cablevalidation/collector/ /opt/ufm/cablevalidation/src/cablevalidation/collector/ # buildkit15.62 MB15COPY src/cablevalidation/common/ /opt/ufm/cablevalidation/src/cablevalidation/common/ # buildkit364.87 KB16COPY schemas/collector/ /opt/ufm/cablevalidation/schemas/collector/ # buildkit4.18 KB17COPY images/ /opt/ufm/cablevalidation/images/ # buildkit360.53 MB18COPY scripts/bringup_init.sh scripts/create_cert.sh scripts/cfg_files_merger.py /opt/ufm/cablevalidation/scripts/3.54 KB19COPY scripts/gen_session_key.sh scripts/apache2_wrapper.sh scripts/start_services.sh scripts/run_cv_controller.sh3.15 KB20COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit591 B21COPY config/cvt_env.conf /etc/cablevalidation/cvt_default_env.conf # buildkit5.91 KB22COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/bringupcli # buildkit647 B23COPY src/cablevalidation/collector/bringup.sh /usr/local/bin/cvt-service # buildkit652 B24COPY src/cablevalidation/collector/data_archivist.sh /usr/local/bin/cv-data-archivist # buildkit1.06 KB25RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c174 B26COPY tools/ /opt/ufm/cablevalidation/tools/ # buildkit51.09 KB27RUN |1 CV_ROOT_PATH=/opt/ufm/cablevalidation /bin/sh -c8.13 KB28ARG BRINGUP_ROOT=/cable_bringup_root0 B29ENV BRINGUP_ROOT_PATH=/cable_bringup_root0 B30ENV BRINGUP_CONF_APACHE_PATH=/cable_bringup_root/config/apache20 B31ENV CV_PRODUCTION_MODE=true0 B32COPY config/bringup_apache.conf /etc/apache2/conf-available/ # buildkit370 B33COPY config/bringup_default_ssl.conf /etc/apache2/sites-available/ # buildkit1.14 KB34COPY config/apache_profiles.conf /etc/apache2/apache_profiles.conf # buildkit828 B35COPY config/.htaccess /opt/ufm/cablevalidation # buildkit233 B36COPY config/apache2_envvars /opt/ufm/cablevalidation # buildkit310 B37ENV APACHE_LOG_DIR=/cable_bringup_root/log/apache20 B38ENV APACHE_LOCK_DIR=/cable_bringup_root/config/lock/apache20 B39ENV APACHE_PID_FILE=/cable_bringup_root/config/run/apache2/apache2.pid0 B40ENV APACHE_RUN_DIR=/cable_bringup_root/config/run/apache20 B41ENV APACHE_ENVVARS=/cable_bringup_root/config/apache2/envvars0 B42ENV APACHE_HTTPS_PORT=4430 B43RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh1.36 KB44ENV INSTALL_NODE_JS_SCRIPT=/install_nodejs.sh0 B45ADD https://deb.nodesource.com/setup_16.x /install_nodejs.sh # buildkit2.02 KB46RUN |2 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root /bin/sh35.46 MB47ARG UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector0 B48ARG TMP_UI_OUTPUT_PATH=/tmp/cv_ui0 B49COPY src/cablevalidation_ui /tmp/cv_ui # buildkit7.88 MB50RUN |4 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector10.63 MB51ENV PYTHONPATH=/opt/ufm/cablevalidation/src0 B52ARG BRINGUP_VERSION_ARG=1.9.2-40 B53ENV BRINGUP_VERSION=1.9.2-40 B54ARG AGENT_VERSION_ARG=1.9.2-40 B55ENV AGENT_VERSION=1.9.2-40 B56ARG BRINGUP_PORT_ARG=82510 B57ENV BRINGUP_PORT=82510 B58ARG CV_CONTROLLER_PORT_ARG=82520 B59ENV CV_CONTROLLER_PORT=82520 B60RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector4.17 MB61RUN |8 CV_ROOT_PATH=/opt/ufm/cablevalidation BRINGUP_ROOT=/cable_bringup_root UI_SRC_PATH=/opt/ufm/cablevalidation/src/cablevalidation/collector1.17 MB62CMD ["/usr/local/bin/start_services.sh"]0 B63COPY plugin_conf/init.sh plugin_conf/deinit.sh plugin_conf/upgrade.sh plugin_conf/cablevalidation_httpd_proxy.conf1.11 KB64COPY plugin_conf/plugin_bringup_apache.conf /etc/apache2/sites-available/bringup_plugin.conf # buildkit596 B65RUN /bin/sh -c a2ensite bringup_plugin.conf315 B66RUN /bin/sh -c echo "Listen358 B67ENV APACHE_HTTPS_PORT=86330 B68ENV CV_UFM_PLUGIN_MODE=true0 BCommand
ARG RELEASE