{"architecture":"amd64","config":{"Hostname":"","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=8.0","MYSQL_VERSION=8.0.33-1.el8","MYSQL_SHELL_VERSION=8.0.33-1.el8"],"Cmd":["mysqld"],"Image":"sha256:add37cbdd73d1184a42a6ea75b991f33e6a953b2497ed51a09d208676a29f859","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":null},"container":"40ae2448672752a5943a76900eb7c2320207fdda3c8d8eec69574ade67594b0d","container_config":{"Hostname":"40ae24486727","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=8.0","MYSQL_VERSION=8.0.33-1.el8","MYSQL_SHELL_VERSION=8.0.33-1.el8"],"Cmd":["/bin/sh","-c","#(nop) ","CMD [\"mysqld\"]"],"Image":"sha256:add37cbdd73d1184a42a6ea75b991f33e6a953b2497ed51a09d208676a29f859","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{}},"created":"2023-07-22T01:39:14.703607325Z","docker_version":"20.10.23","history":[{"created":"2023-07-22T01:20:32.210912759Z","created_by":"/bin/sh -c #(nop) ADD file:6d43f7bf7c8d8c056e6fcc566ccfa2c1e42be1ef095f94d6780d0ca7d9a02e6e in / "},{"created":"2023-07-22T01:20:32.571857465Z","created_by":"/bin/sh -c #(nop)  CMD [\"/bin/bash\"]","empty_layer":true},{"created":"2023-07-22T01:37:28.266536575Z","created_by":"/bin/sh -c set -eux; \tgroupadd --system --gid 999 mysql; \tuseradd --system --uid 999 --gid 999 --home-dir /var/lib/mysql --no-create-home mysql"},{"created":"2023-07-22T01:37:28.345841807Z","created_by":"/bin/sh -c #(nop)  ENV GOSU_VERSION=1.16","empty_layer":true},{"created":"2023-07-22T01:37:31.582054703Z","created_by":"/bin/sh -c set -eux; \tarch=\"$(uname -m)\"; \tcase \"$arch\" in \t\taarch64) gosuArch='arm64' ;; \t\tx86_64) gosuArch='amd64' ;; \t\t*) echo \u003e\u00262 \"error: unsupported architecture: '$arch'\"; exit 1 ;; \tesac; \tcurl -fL -o /usr/local/bin/gosu.asc \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$gosuArch.asc\"; \tcurl -fL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$gosuArch\"; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; \tgpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; \trm -rf \"$GNUPGHOME\" /usr/local/bin/gosu.asc; \tchmod +x /usr/local/bin/gosu; \tgosu --version; \tgosu nobody true"},{"created":"2023-07-22T01:37:58.626997905Z","created_by":"/bin/sh -c set -eux; \tmicrodnf install -y \t\tbzip2 \t\tgzip \t\topenssl \t\txz \t\tzstd \t\tfindutils \t; \tmicrodnf clean all"},{"created":"2023-07-22T01:37:59.826996565Z","created_by":"/bin/sh -c set -eux; \tkey='859BE8D7C586F538430B19C2467B942D3A79BD29'; \texport GNUPGHOME=\"$(mktemp -d)\"; \tgpg --batch --keyserver keyserver.ubuntu.com --recv-keys \"$key\"; \tgpg --batch --export --armor \"$key\" \u003e /etc/pki/rpm-gpg/RPM-GPG-KEY-mysql; \trm -rf \"$GNUPGHOME\""},{"created":"2023-07-22T01:37:59.905567978Z","created_by":"/bin/sh -c #(nop)  ENV MYSQL_MAJOR=8.0","empty_layer":true},{"created":"2023-07-22T01:37:59.985366683Z","created_by":"/bin/sh -c #(nop)  ENV MYSQL_VERSION=8.0.33-1.el8","empty_layer":true},{"created":"2023-07-22T01:38:00.474309687Z","created_by":"/bin/sh -c set -eu; \t. /etc/os-release; \t{ \t\techo '[mysql8.0-server-minimal]'; \t\techo 'name=MySQL 8.0 Server Minimal'; \t\techo 'enabled=1'; \t\techo \"baseurl=https://repo.mysql.com/yum/mysql-8.0-community/docker/el/${VERSION_ID%%[.-]*}/\\$basearch/\"; \t\techo 'gpgcheck=1'; \t\techo 'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql'; \t\techo 'module_hotfixes=true'; \t} | tee /etc/yum.repos.d/mysql-community-minimal.repo"},{"created":"2023-07-22T01:38:34.057555404Z","created_by":"/bin/sh -c set -eux; \tmicrodnf install -y \"mysql-community-server-minimal-$MYSQL_VERSION\"; \tmicrodnf clean all; \tgrep -F 'socket=/var/lib/mysql/mysql.sock' /etc/my.cnf; \tsed -i 's!^socket=.*!socket=/var/run/mysqld/mysqld.sock!' /etc/my.cnf; \tgrep -F 'socket=/var/run/mysqld/mysqld.sock' /etc/my.cnf; \t{ echo '[client]'; echo 'socket=/var/run/mysqld/mysqld.sock'; } \u003e\u003e /etc/my.cnf; \t\t! grep -F '!includedir' /etc/my.cnf; \t{ echo; echo '!includedir /etc/mysql/conf.d/'; } \u003e\u003e /etc/my.cnf; \tmkdir -p /etc/mysql/conf.d; \tmkdir -p /var/lib/mysql /var/run/mysqld; \tchown mysql:mysql /var/lib/mysql /var/run/mysqld; \tchmod 1777 /var/lib/mysql /var/run/mysqld; \t\tmkdir /docker-entrypoint-initdb.d; \t\tmysqld --version; \tmysql --version"},{"created":"2023-07-22T01:38:34.850555096Z","created_by":"/bin/sh -c set -eu; \t. /etc/os-release; \t{ \t\techo '[mysql-tools-community]'; \t\techo 'name=MySQL Tools Community'; \t\techo \"baseurl=https://repo.mysql.com/yum/mysql-tools-community/el/${VERSION_ID%%[.-]*}/\\$basearch/\"; \t\techo 'enabled=1'; \t\techo 'gpgcheck=1'; \t\techo 'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql'; \t\techo 'module_hotfixes=true'; \t} | tee /etc/yum.repos.d/mysql-community-tools.repo"},{"created":"2023-07-22T01:38:34.931480462Z","created_by":"/bin/sh -c #(nop)  ENV MYSQL_SHELL_VERSION=8.0.33-1.el8","empty_layer":true},{"created":"2023-07-22T01:39:13.049486705Z","created_by":"/bin/sh -c set -eux; \tmicrodnf install -y \"mysql-shell-$MYSQL_SHELL_VERSION\"; \tmicrodnf clean all; \t\tmysqlsh --version"},{"created":"2023-07-22T01:39:13.870341048Z","created_by":"/bin/sh -c #(nop)  VOLUME [/var/lib/mysql]","empty_layer":true},{"created":"2023-07-22T01:39:13.961967232Z","created_by":"/bin/sh -c #(nop) COPY file:e9c22353a1133b89c5bca24ecacd348acd094e50e5e5c45375a997c6b1f07192 in /usr/local/bin/ "},{"created":"2023-07-22T01:39:14.456126585Z","created_by":"/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat"},{"created":"2023-07-22T01:39:14.539151237Z","created_by":"/bin/sh -c #(nop)  ENTRYPOINT [\"docker-entrypoint.sh\"]","empty_layer":true},{"created":"2023-07-22T01:39:14.622233875Z","created_by":"/bin/sh -c #(nop)  EXPOSE 3306 33060","empty_layer":true},{"created":"2023-07-22T01:39:14.703607325Z","created_by":"/bin/sh -c #(nop)  CMD [\"mysqld\"]","empty_layer":true}],"os":"linux","rootfs":{"type":"layers","diff_ids":["sha256:32f7f5f86853e4f33f21f8c84cb800dcad0b678f3571e5ef342cfbb0a369b103","sha256:e19b28b0c15eba4c845a666474839b084e5a24a1089137916e9110a45e2fca57","sha256:b1a906a58dc29836fe29ab08bb12b0d53af41db8e5d2eb40ca863a7f8457a6d0","sha256:c1e3f0059a6c46314fa7068e62abe8529d250721fc850c02659cb21d1e67e52c","sha256:f5cca8023c34a5bc33d34e1f1e8cd437e994e1049b80d684b12afdb227fd72ac","sha256:5353f7b1372e3573ca27124c7bfea7dc0d76d5b690f799788fb5a45ca42a477b","sha256:6abf55c795bc36979b570dc69f3237b537c226b369622e7ae551ea08501d5507","sha256:06af60393523b4e4aa3c1b2b6bf856d470df839105b301c0cd9af3f94e35b258","sha256:f5611ea49caec5ce038d95aace1fa8caaa40a67de9206a334e03354b47412bc5","sha256:b30f75c501b64551ba1b69738fee2793b140f89123ad683cfbca18e5391a3266","sha256:30256473ad1705c643eabdacabdbf720cb728f5872255417f538d5c46d9119ce"]}}