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