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

deprecating the image py-ews #25003

Merged
merged 20 commits into from
Mar 24, 2024
Merged

deprecating the image py-ews #25003

merged 20 commits into from
Mar 24, 2024

Conversation

maimorag
Copy link
Contributor

@maimorag maimorag commented Mar 7, 2024

Status

In Progress

Related Content Pull Request

Related PR: link to the PR at demisto/content

Related Issues

Related: link to the issue

Description

to reuse py3ews, I add the necessary packs from py-ews to py3ews.
Also, I added a fix in ewsv2 PR.

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.89548
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.89548

Docker Metadata

  • Image Size: 55.12 MB
  • Image ID: sha256:9b45f9abb7d5d921a85b564fb2c8b077efb22b37bdac1a9c7158435907f18598
  • Created: 2024-03-07T15:05:36.041994825Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.89548
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:305e3a11ec8a59a43c0e55be128ec8690d5600d2
    • org.opencontainers.image.version:1.0.0.89548

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.89826
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.89826

Docker Metadata

  • Image Size: 55.12 MB
  • Image ID: sha256:977d9b0015c4df02d23ba95d39caa1f3c75dd26b3076e22b2510afaf4b60b995
  • Created: 2024-03-14T13:11:04.226343979Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.89826
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:c29c23239368b6bdd3427c9efa23756ff1c671e4
    • org.opencontainers.image.version:1.0.0.89826

@maimorag maimorag requested a review from eyalpalo March 14, 2024 13:29
@maimorag maimorag requested a review from JudahSchwartz March 17, 2024 08:33
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90087
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90087

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:a9e815a86b2908700c322c3c20f57a0f35bc8d0bf5f326a8a95aea26126a27f2
  • Created: 2024-03-17T08:36:06.206361788Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90087
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:d81e4da3f16d484e26c48f1998bf3238c3d138a9
    • org.opencontainers.image.version:1.0.0.90087

@maimorag maimorag changed the title adding packs resolve CVEs in py-ews (kill the image) Mar 17, 2024
Copy link
Collaborator

@JudahSchwartz JudahSchwartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did you check that the other integrations using this image work with the upgraded exchangelib?

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90091
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90091

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:5746268bd5f14c59bf02c36dbcf2e0b88325e4fc841e00d98a91f526eff4b970
  • Created: 2024-03-18T10:11:22.202795507Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90091
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:9b480cf87c5c1f593ecdab7db721e6de9605c1aa
    • org.opencontainers.image.version:1.0.0.90091

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90111
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90111

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:16532bfdb02473211bd9fff87e96a321e0f9d51e28f9aefc4e1280862fb79e35
  • Created: 2024-03-19T09:21:44.855461509Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90111
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:9436221ba94d55d1739a4357e545ff4e81419025
    • org.opencontainers.image.version:1.0.0.90111

@maimorag maimorag changed the title resolve CVEs in py-ews (kill the image) deprecating the image py-ews Mar 19, 2024
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90112
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90112

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:8bcb13743cf250dbd1a9067107e8fc4d3790884801e70c20d958585283f74e1c
  • Created: 2024-03-19T10:12:42.262324071Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90112
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:3b7c5d076dc53d19af3623f67b7d9e6a8787edb6
    • org.opencontainers.image.version:1.0.0.90112

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90120
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90120

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:c94fd24fabd338a2d2fb4d7b47c151e2e6e513d6778c3964de7a2e4d4732be26
  • Created: 2024-03-19T13:50:19.820606768Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90120
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:1000ced7c993a524ff0e9deba19616f44d993e95
    • org.opencontainers.image.version:1.0.0.90120

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90525
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90525

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:e2cd5d9d42b3ba7c0cbf57752ea65f9aa2dae51dc2807dae6170cfe96352cb7c
  • Created: 2024-03-20T12:37:46.761483801Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90525
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:9d209aa75a3658718afbee9aab769e19237666a4
    • org.opencontainers.image.version:1.0.0.90525

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90526
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90526

Docker Metadata

  • Image Size: 54.76 MB
  • Image ID: sha256:a3d939f0615242ff368a3ae81e777bdc316036d7a671e114359df9e03a98ebd0
  • Created: 2024-03-20T13:09:28.948632886Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90526
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:5124b7e5c9908d67ec0d957251ff119120081d85
    • org.opencontainers.image.version:1.0.0.90526

@maimorag maimorag removed the request for review from glicht March 20, 2024 13:14
Copy link
Collaborator

@JudahSchwartz JudahSchwartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please note the validation about the native image

@maimorag maimorag added the native image approved related changes to the native docker were needed and occurred. label Mar 20, 2024
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90981
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90981

Docker Metadata

  • Image Size: 55.13 MB
  • Image ID: sha256:41be9a76639d7aac6535559963114f1dc763a63a82456f06a74d904d7c59677f
  • Created: 2024-03-21T09:25:13.212885396Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90981
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:0bb9150e57c8275c45441a75055fcec5a7803da9
    • org.opencontainers.image.version:1.0.0.90981

@maimorag maimorag requested a review from JudahSchwartz March 21, 2024 09:29
Copy link
Contributor

@eyalpalo eyalpalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address @JudahSchwartz comments, add the libraries to the verify file and make sure all validations pass

@maimorag maimorag removed the native image approved related changes to the native docker were needed and occurred. label Mar 21, 2024
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90985
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90985

Docker Metadata

  • Image Size: 55.13 MB
  • Image ID: sha256:e8ccb279cb43937bb392be332c3891c8fe53643e7c8fd7763343ad2a84690277
  • Created: 2024-03-21T12:52:39.286947778Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90985
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:5dce42f7a8da8a04f2074b29bb2bbfc5e87d9e35
    • org.opencontainers.image.version:1.0.0.90985

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.90986
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.90986

Docker Metadata

  • Image Size: 55.13 MB
  • Image ID: sha256:1c770d6422c4059880a9144f972b3313fcc7d996f1402eec9862e26302aa9c40
  • Created: 2024-03-21T13:28:35.569183368Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.90986
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:a5ff6f41dd9f710d859f6c5c6fcbc27917353c1f
    • org.opencontainers.image.version:1.0.0.90986

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3-native:8.6.0.90986
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3-native/tags
Get started by pulling the image:

docker pull devdemisto/py3-native:8.6.0.90986

Docker Metadata

  • Image Size: 1220.05 MB
  • Image ID: sha256:42e020e76509b209ca9f29c79b17c9bf7a3caf11264e5c40cc40d584dd9dac84
  • Created: 2024-03-21T13:44:57.546334106Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/home/python/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • container=oci
    • PYTHON_VERSION=3.10.8
    • LANG=C.UTF-8
    • DOCKER_IMAGE=devdemisto/py3-native:8.6.0.90986
    • NLTK_DATA=/etc/ml/nltk_data
  • Labels:
    • architecture:x86_64
    • build-date:2024-02-29T13:57:42
    • com.redhat.component:ubi9-container
    • com.redhat.license_terms:https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
    • description:The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
    • distribution-scope:public
    • io.buildah.version:1.29.0
    • io.k8s.description:The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
    • io.k8s.display-name:Red Hat Universal Base Image 9
    • io.openshift.expose-services:
    • io.openshift.tags:base rhel9
    • maintainer:Red Hat, Inc.
    • name:ubi9
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:a5ff6f41dd9f710d859f6c5c6fcbc27917353c1f
    • org.opencontainers.image.version:8.6.0.90986
    • release:1610
    • summary:Provides the latest release of Red Hat Universal Base Image 9.
    • url:https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.3-1610
    • vcs-ref:eb726081eeafc660c182aae53074ec6631cb473e
    • vcs-type:git
    • vendor:Red Hat, Inc.
    • version:9.3

Copy link
Collaborator

@JudahSchwartz JudahSchwartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we will need to open the pr on content side to ignore ewsv2 from native image version that is out right now. We can add label after that is done

@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3ews:1.0.0.91055
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3ews/tags
Get started by pulling the image:

docker pull devdemisto/py3ews:1.0.0.91055

Docker Metadata

  • Image Size: 55.13 MB
  • Image ID: sha256:38467bbf21242b77e4ebf14511edca4943ba1aeafd6b2d5b55f5f4f95aa34ff3
  • Created: 2024-03-24T08:54:45.262402736Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D
    • PYTHON_VERSION=3.10.13
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=devdemisto/py3ews:1.0.0.91055
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:3cea345c2a2cab0c2066ded146f6a01d1b2f5bd0
    • org.opencontainers.image.version:1.0.0.91055

@maimorag maimorag added the native image approved related changes to the native docker were needed and occurred. label Mar 24, 2024
@maimorag maimorag requested review from eyalpalo and removed request for GuyAfik and samuelFain March 24, 2024 09:00
@xsoar-bot
Copy link

Docker Image Ready - Dev

Docker automatic build at CircleCI has deployed your docker image: devdemisto/py3-native:8.6.0.91055
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/py3-native/tags
Get started by pulling the image:

docker pull devdemisto/py3-native:8.6.0.91055

Docker Metadata

  • Image Size: 1220.06 MB
  • Image ID: sha256:6cf906cf399a52991af0f0128f4804a759a4e1e401c169690acfbe6277b771d9
  • Created: 2024-03-24T09:10:43.238609091Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/home/python/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • container=oci
    • PYTHON_VERSION=3.10.8
    • LANG=C.UTF-8
    • DOCKER_IMAGE=devdemisto/py3-native:8.6.0.91055
    • NLTK_DATA=/etc/ml/nltk_data
  • Labels:
    • architecture:x86_64
    • build-date:2024-02-29T13:57:42
    • com.redhat.component:ubi9-container
    • com.redhat.license_terms:https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
    • description:The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
    • distribution-scope:public
    • io.buildah.version:1.29.0
    • io.k8s.description:The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
    • io.k8s.display-name:Red Hat Universal Base Image 9
    • io.openshift.expose-services:
    • io.openshift.tags:base rhel9
    • maintainer:Red Hat, Inc.
    • name:ubi9
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:3cea345c2a2cab0c2066ded146f6a01d1b2f5bd0
    • org.opencontainers.image.version:8.6.0.91055
    • release:1610
    • summary:Provides the latest release of Red Hat Universal Base Image 9.
    • url:https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.3-1610
    • vcs-ref:eb726081eeafc660c182aae53074ec6631cb473e
    • vcs-type:git
    • vendor:Red Hat, Inc.
    • version:9.3

@maimorag maimorag merged commit 701e245 into master Mar 24, 2024
6 of 8 checks passed
@maimorag maimorag deleted the 9764-resolve-cve branch March 24, 2024 09:22
@xsoar-bot
Copy link

Docker Image Ready - Production

Docker automatic build at CircleCI has deployed your docker image: demisto/py3ews:1.0.0.91058
It is available now on docker hub at: https://hub.docker.com/r/demisto/py3ews/tags
Get started by pulling the image:

docker pull demisto/py3ews:1.0.0.91058

Docker Metadata

  • Image Size: 55.13 MB
  • Image ID: sha256:66f2e8bde2c5c146585896c655e62a84778f2e46b269a556c21b0346a9074fe8
  • Created: 2024-03-24T09:24:49.227840379Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568
    • PYTHON_VERSION=3.10.14
    • PYTHON_PIP_VERSION=23.0.1
    • PYTHON_SETUPTOOLS_VERSION=65.5.1
    • PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py
    • PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab9
    • DOCKER_IMAGE=demisto/py3ews:1.0.0.91058
  • Labels:
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:701e2454307a82b2ce04ac32261cfe0a5871a4c5
    • org.opencontainers.image.version:1.0.0.91058

@xsoar-bot
Copy link

Docker Image Ready - Production

Docker automatic build at CircleCI has deployed your docker image: demisto/py3-native:8.6.0.91058
It is available now on docker hub at: https://hub.docker.com/r/demisto/py3-native/tags
Get started by pulling the image:

docker pull demisto/py3-native:8.6.0.91058

Docker Metadata

  • Image Size: 1220.10 MB
  • Image ID: sha256:faa1d9e2c267c1ac346ddae0739f7937ec32b39013ddaa43c0088cd88b8a49b2
  • Created: 2024-03-24T09:40:58.670468951Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/home/python/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • container=oci
    • PYTHON_VERSION=3.10.8
    • LANG=C.UTF-8
    • DOCKER_IMAGE=demisto/py3-native:8.6.0.91058
    • NLTK_DATA=/etc/ml/nltk_data
  • Labels:
    • architecture:x86_64
    • build-date:2024-02-29T13:57:42
    • com.redhat.component:ubi9-container
    • com.redhat.license_terms:https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI
    • description:The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
    • distribution-scope:public
    • io.buildah.version:1.29.0
    • io.k8s.description:The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.
    • io.k8s.display-name:Red Hat Universal Base Image 9
    • io.openshift.expose-services:
    • io.openshift.tags:base rhel9
    • maintainer:Red Hat, Inc.
    • name:ubi9
    • org.opencontainers.image.authors:Demisto <[email protected]>
    • org.opencontainers.image.revision:701e2454307a82b2ce04ac32261cfe0a5871a4c5
    • org.opencontainers.image.version:8.6.0.91058
    • release:1610
    • summary:Provides the latest release of Red Hat Universal Base Image 9.
    • url:https://access.redhat.com/containers/#/registry.access.redhat.com/ubi9/images/9.3-1610
    • vcs-ref:eb726081eeafc660c182aae53074ec6631cb473e
    • vcs-type:git
    • vendor:Red Hat, Inc.
    • version:9.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native image approved related changes to the native docker were needed and occurred.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants