From de5f72f713573266e1af2285f9f784162868fd71 Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Sat, 19 Feb 2022 12:30:16 -0800 Subject: [PATCH] Updated README and LICENSE year --- LICENSE | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 716a2f6..3343dae 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2019 Docksal +Copyright (c) 2016-2022 Docksal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 0959a5d..aad7fed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # MySQL Docker images for Docksal -Docksal MySQL images are derived from the stock `mysql` images from Docker Hub with a few adjustments (see Features). +Docksal MySQL images are derived from the official `mysql` images from Docker Hub (Oracle Linux based) with a few +adjustments (see Features). We include and enable user defined overrides via a settings file. @@ -14,8 +15,8 @@ This image(s) is part of the [Docksal](http://docksal.io) image library. - Running a startup script as root - Scripts should be placed in the `/docker-entrypoint.d/` folder - Docker heathcheck support +- Supported architectures: linux/amd64,linux/arm64 ## Versions -- `docksal/mysql:5.7` -- `docksal/mysql:8.0`, `docksal/mysql:latest` +- `docksal/mysql:8.0`