UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c096c579 authored by dc-builder's avatar dc-builder
Browse files

Ironbank generated btfl-soup image - DF build num: 51005, DF PR:

parent f82cacf7
No related tags found
1 merge request!55btfl-soup - master/51005
Pipeline #1595927 failed
......@@ -5,24 +5,21 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY requirements.txt .
USER root
RUN mkdir ./pip-pkgs
COPY *.* ./pip-pkgs/
USER root
RUN dnf install -y --nodocs python3-devel gcc gcc-c++ make wget git && \
pip install -r requirements.txt && \
pip install --no-cache-dir --no-index --find-links ./pip-pkgs/ -r requirements.txt && \
dnf remove -y python3-devel gcc gcc-c++ make wget git platform-python-pip && \
dnf clean all && \
rm -rf /var/cache/dnf && \
rm -rf ./pip-pkgs
ENV DOCKER_IMAGE='demisto/btfl-soup:1.0.1.33627'
ENV DOCKER_IMAGE_IRONBANK='opensource/palo-alto-networks/demisto/btfl-soup:1.0.1.33627'
ENV DOCKER_IMAGE='demisto/btfl-soup:1.0.1.51005'
USER demisto
ENV DOCKER_IMAGE_IRONBANK='opensource/palo-alto-networks/demisto/btfl-soup:1.0.1.51005'
HEALTHCHECK NONE
HEALTHCHECK NONE
\ No newline at end of file
apiVersion: v1
name: opensource/palo-alto-networks/demisto/btfl-soup
tags:
- 1.0.1.33627
- latest
- 1.0.1.51005
args:
BASE_IMAGE: opensource/palo-alto-networks/demisto/python3
BASE_TAG: 3.10.6.33415
labels:
org.opencontainers.image.title: Demisto Automation - btfl-soup image
org.opencontainers.image.description: btfl-soup image with the required dependencies
org.opencontainers.image.licenses: 'The MIT License (MIT)'
org.opencontainers.image.url: 'https://www.paloaltonetworks.com/cortex/cortex-xsoar'
org.opencontainers.image.licenses: ' '
org.opencontainers.image.url: ' '
org.opencontainers.image.vendor: demisto
org.opencontainers.image.version: '1.0.1.33627'
org.opencontainers.image.version: '1.0'
mil.dso.ironbank.image.type: opensource
mil.dso.ironbank.product.name: panw-demisto-btfl-soup
mil.dso.ironbank.image.keywords: beautifulsoup4, markdownify, pyasn1, pycryptodome,
......
beautifulsoup4==4.11.1
beautifulsoup4==4.12.0
markdownify==0.11.6
pyasn1==0.4.8
pycryptodome==3.15.0
pycryptodome==3.17
rsa==4.9
six==1.16.0
soupsieve==2.3.2.post1
soupsieve==2.4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment