Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update sdk version #34552

Merged
merged 27 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker/xsoar-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

FROM demisto/python3:3.11.10.116949

ENV DEMISTO_SDK_IGNORE_CONTENT_WARNING true
ENV DEMISTO_SDK_SKIP_LOGGER_SETUP true

COPY requirements.txt .

RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-base libffi-dev openssl-dev \
Expand All @@ -9,6 +12,7 @@ RUN apk --update add --no-cache --virtual .build-dependencies python3-dev build-
&& apk add --no-cache --upgrade grep \
&& pip install --no-cache-dir -r requirements.txt \
&& apk del .build-dependencies

ADD https://raw.githubusercontent.com/demisto/content/master/Packs/Base/Scripts/CommonServerPython/CommonServerPython.py /home/demisto
ADD https://raw.githubusercontent.com/demisto/content/master/Packs/Base/Scripts/CommonServerPowerShell/CommonServerPowerShell.ps1 /home/demisto
ADD https://raw.githubusercontent.com/demisto/content/master/tox.ini /home/demisto
Expand All @@ -18,3 +22,4 @@ ADD https://raw.githubusercontent.com/demisto/content/master/Tests/scripts/dev_e
ADD https://raw.githubusercontent.com/demisto/content/master/Config/approved_usecases.json /home/demisto
ADD https://raw.githubusercontent.com/demisto/content/master/Config/approved_tags.json /home/demisto
ADD https://raw.githubusercontent.com/demisto/content/master/Config/approved_categories.json /home/demisto
ADD https://raw.githubusercontent.com/demisto/content/master/.pre-commit-config_template.yaml /home/demisto
13 changes: 0 additions & 13 deletions docker/xsoar-tools/Pipfile

This file was deleted.

Loading
Loading