All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tim Orling <ticotimo@gmail.com>
To: yocto@lists.yoctoproject.org
Subject: [layerindex][PATCH v2 08/18] docker-compose: bump mariadb to 10.3
Date: Thu, 13 Jan 2022 21:54:31 -0800	[thread overview]
Message-ID: <ecd1005ae217ed81daf876e1f4a5b850147631a5.1642138698.git.tim.orling@konsulko.com> (raw)
In-Reply-To: <cover.1642138698.git.tim.orling@konsulko.com>

10.2 was based on Ubuntu bionic 18.04,
bumping to 10.3 as it is the first release
on Ubuntu focal 20.04

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 44260b6..3e16e95 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
 version: '3'
 services:
   layersdb:
-    image: mariadb:10.2
+    image: mariadb:10.3
     command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --wait_timeout=28800 --max_allowed_packet=128M
     environment:
      - "MYSQL_DATABASE=layersdb"
-- 
2.30.2



  parent reply	other threads:[~2022-01-14  5:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-14  5:54 [layerindex][PATCH v2 00/18] Upgrade to Django 3.2 LTS and Celery 5 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 01/18] dockersetup.py: fix EMAIL_USE_SSL/TLS Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 02/18] Dockerfile: cleanup, install python3-wheel Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 03/18] dockersetup.py: letsencrypt 2048 bit rsa Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 04/18] layerindex/*: make all shebangs python3 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 05/18] requirements.txt: bump to Django 3.0 Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 06/18] Updates for " Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 07/18] requirements.txt: bump to Django 3.1 Tim Orling
2022-01-14  5:54 ` Tim Orling [this message]
2022-01-14  5:54 ` [layerindex][PATCH v2 09/18] requirements.txt: update all to latest Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 10/18] requirements.txt: bump to Django 3.2 LTS Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 11/18] settings: set DEFAULT_AUTO_FIELD Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 12/18] docker-compose: fix celery Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH v2 13/18] README.devel: update versions Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 14/18] rrs/admin.py: drop curry import Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 15/18] Dockerfile: fix warnings Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 16/18] rrs: add 0030_alter_recipeupgrade_maintainer.py miagration Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 17/18] Dockerfile: add back python2 dependencies Tim Orling
2022-01-14  5:54 ` [layerindex][PATCH 18/18] requirements.txt: bump all to latest 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=ecd1005ae217ed81daf876e1f4a5b850147631a5.1642138698.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.