Skip to content

Commit

Permalink
Merge pull request #2213 from flatcar/tormath1/kernel
Browse files Browse the repository at this point in the history
python: install feedparser for Kernel CVEs fetching
  • Loading branch information
tormath1 authored Sep 2, 2024
2 parents e104578 + 4e9b9ac commit 16f2327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion changelog/security/2024-08-16-linux.md

This file was deleted.

2 changes: 1 addition & 1 deletion ci-automation/python-bin/python3
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
FOLDER="$(dirname "$(readlink -f "$1")")"
docker pull docker.io/python:alpine 2>/dev/null >/dev/null
# Map the current and the script folder, install the pip package needed for flatcar-build-scripts/show-fixed-kernel-cves.py
exec docker run --rm -i -v "${FOLDER}:${FOLDER}" -v "${PWD}:${PWD}" -w "${PWD}" docker.io/python:alpine sh -c "pip install packaging 2>/dev/null >/dev/null; python3 $*"
exec docker run --rm -i -v "${FOLDER}:${FOLDER}" -v "${PWD}:${PWD}" -w "${PWD}" docker.io/python:alpine sh -c "( apk add --update git && pip install feedparser ) 2>/dev/null >/dev/null; python3 $*"

0 comments on commit 16f2327

Please sign in to comment.