All of lore.kernel.org
 help / color / mirror / Atom feed
* [layerindex-web][PATCH 0/6] Docker related fixes
@ 2024-01-15 17:56 Tim Orling
  2024-01-15 17:56 ` [layerindex-web][PATCH 1/6] dockersetup: use .zst not .zstd Tim Orling
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tim Orling @ 2024-01-15 17:56 UTC (permalink / raw)
  To: yocto

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-15 17:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-15 17:56 [layerindex-web][PATCH 0/6] Docker related fixes Tim Orling
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

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.