~valentinviennot/ubuntu-docker-images:update-mysql-readme

Last commit made on 2020-11-17
Get this branch:
git clone -b update-mysql-readme https://git.launchpad.net/~valentinviennot/ubuntu-docker-images
Only Valentin Viennot can upload to this branch. If you are Valentin Viennot please log in for upload directions.

Branch information

Name:
update-mysql-readme
Repository:
lp:~valentinviennot/ubuntu-docker-images

Recent commits

5da174f... by Valentin Viennot

text consistency

208ee70... by Valentin Viennot

dot consistency

4b6b867... by Valentin Viennot

fix typo in text

623319a... by Valentin Viennot

fix typo in user argument

lowercase U

5000c8e... by Valentin Viennot

password My$seCret not working

- $seCret was interpreted as an empty var in terminal
- replaced with strong password as per MySQL docs definition

370929c... by Valentin Viennot

extra parameters

7888e09... by Valentin Viennot

move -it command to testing/debug

c83c98b... by Valentin Viennot

refer to official docs

92ce0bc... by Lucas Kanashiro

Improve README file of the OCI image (LP: #1904003)

Add HACKING.md file for the OCI image, and also demonstrate how to run
the OCI image with docker-compose and microk8s.

c89f905... by Andreas Hasenack

Remove the debconf selections as we are not installing those packages,
and the core packages we are installing from Ubuntu don't have them.

I might revisit this later if I decide we need the non-core mysql
packages, for example, in which case we do have some debconf selections
we could set.