From f09fc043886a7f3a44a01a4c0865e635bf8c3f5f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Nov 2022 20:42:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dubuntu=E5=9F=BA?= =?UTF-8?q?=E5=BA=95=E9=95=9C=E5=83=8F=E6=9E=84=E5=BB=BAmysql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql-5.7.38/dockerfile.2image | 8 +------- mysql-5.7.38/dockerfile.bin2image | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/mysql-5.7.38/dockerfile.2image b/mysql-5.7.38/dockerfile.2image index fa934e2..5e35edc 100644 --- a/mysql-5.7.38/dockerfile.2image +++ b/mysql-5.7.38/dockerfile.2image @@ -1,10 +1,4 @@ -# -# NOTE: THIS DOCKERFILE IS GENERATED VIA "apply-templates.sh" -# -# PLEASE DO NOT EDIT IT DIRECTLY. -# - -FROM arm64v8/centos:centos7.9.2009 +FROM mysql-bin:5.7.38-ubuntu # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN groupadd -r mysql && useradd -r -g mysql mysql diff --git a/mysql-5.7.38/dockerfile.bin2image b/mysql-5.7.38/dockerfile.bin2image index 6bd32e0..812d0bb 100644 --- a/mysql-5.7.38/dockerfile.bin2image +++ b/mysql-5.7.38/dockerfile.bin2image @@ -1,4 +1,4 @@ -FROM ubuntu:20.4 +FROM ubuntu:20.04 MAINTAINER 1793360097@qq.com # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added RUN groupadd -r mysql && useradd -r -g mysql mysql && apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr wget curl && rm -rf /var/lib/apt/lists/* && mkdir /docker-entrypoint-initdb.d