From: Tim Orling <ticotimo@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [layerindex-web][PATCH 0/6] Docker related fixes
Date: Mon, 15 Jan 2024 09:56:26 -0800 [thread overview]
Message-ID: <cover.1705341088.git.tim.orling@konsulko.com> (raw)
This series updates all the depedencies in requirements.txt, notably a
fix for a GitPython vulnerability and fixes enabling latest mysqlclient
(v2.2.1) wheel to be buildable.
Also included is a move to the mariadb:lts container in docker-compose, since
in practice this is closer to what we are running in production and is the
version we should be striving to be compatible with (unless upstream Django
has breakage we cannot fix).
The following changes since commit b0af957ac734b76bc7cc2b45b0beb1cde74df0a6:
layerindex: improve updates for actual_branch (2024-01-03 13:33:37 -0800)
are available in the Git repository at:
https://github.com/moto-timo/layerindex-web docker-fixes
https://github.com/moto-timo/layerindex-web/tree/docker-fixes
Tim Orling (6):
dockersetup: use .zst not .zstd
Dockerfile: sort apt packages alphabetically
Dockerfile: fix mysqlclient==2.2.1 build
requirements.txt: bump all to latest
docker-compose.yml: mariadb:lts
docker-compose.yml: drop version '3'
Dockerfile | 31 ++++++++++++++++---------------
docker-compose.yml | 3 +--
dockersetup.py | 4 ++--
requirements.txt | 14 +++++++-------
4 files changed, 26 insertions(+), 26 deletions(-)
--
2.34.1
next reply other threads:[~2024-01-15 17:56 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-15 17:56 Tim Orling [this message]
2024-01-15 17:56 ` [layerindex-web][PATCH 1/6] dockersetup: use .zst not .zstd Tim Orling
2024-01-15 17:56 ` [layerindex-web][PATCH 2/6] Dockerfile: sort apt packages alphabetically Tim Orling
2024-01-15 17:56 ` [layerindex-web][PATCH 3/6] Dockerfile: fix mysqlclient==2.2.1 build Tim Orling
2024-01-15 17:56 ` [layerindex-web][PATCH 4/6] requirements.txt: bump all to latest Tim Orling
2024-01-15 17:56 ` [layerindex-web][PATCH 5/6] docker-compose.yml: mariadb:lts Tim Orling
2024-01-15 17:56 ` [layerindex-web][PATCH 6/6] docker-compose.yml: drop version '3' Tim Orling
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1705341088.git.tim.orling@konsulko.com \
--to=ticotimo@gmail.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.