Closed
Description
The MySQL image doesn't seem to build on Mac using M1 processor.
Here's the command I used:
docker build --no-cache --progress=plain -f Dockerfile.debian .
The resulting error is:
#11 5.132 E: Unable to locate package mysql-community-client
#11 5.132 E: Unable to locate package mysql-community-server-core
Here's the full output:
#1 [internal] load build definition from Dockerfile.debian
#1 sha256:349ea42a0f3d00d6b411389ee2b3225c97b028c1b2aa4a811d8a78bf38c74431
#1 transferring dockerfile: 81B done
#1 DONE 0.0s
#2 [internal] load .dockerignore
#2 sha256:30a2684f1abe8d1e45ff8f944d2d7ea79e301dc20a5918a64de5b496935ce7fd
#2 transferring context: 2B done
#2 DONE 0.0s
#3 [internal] load metadata for docker.io/library/debian:bullseye-slim
#3 sha256:0a5e3537f6f00069b5f0ddc33b847bdbbcb70a30443a039ccea22aa84eb155d5
#3 DONE 0.0s
#4 [ 1/12] FROM docker.io/library/debian:bullseye-slim
#4 sha256:34c137285898fb822a504d74adb49a6021c6fe0ee95a80281310fe9c18de89b3
#4 CACHED
#13 [internal] load build context
#13 sha256:a9f04e5e30c40c528fe07694097e3adf7755f6b1a9a48ae132bef1fae9f0a0cf
#13 transferring context: 362B done
#13 DONE 0.0s
#5 [ 2/12] RUN groupadd -r mysql && useradd -r -g mysql mysql
#5 sha256:5e51c6fa5680a084307e8ff302a934170b38e410a65f7fd2b993a7dbb7387e9d
#5 DONE 0.2s
#6 [ 3/12] RUN apt-get update && apt-get install -y --no-install-recommends gnupg dirmngr && rm -rf /var/lib/apt/lists/*
#6 sha256:fb4d66fa0c7b4c527205938ae7b5b94d5b396ac92b691b234242b5ec0d3c5a83
#6 0.468 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#6 0.730 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#6 0.887 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#6 1.036 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
#6 4.579 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [231 kB]
#6 4.651 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
#6 5.246 Fetched 8523 kB in 5s (1736 kB/s)
#6 5.246 Reading package lists...
#6 5.552 Reading package lists...
#6 5.813 Building dependency tree...
#6 5.875 Reading state information...
#6 5.951 The following additional packages will be installed:
#6 5.951 gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
#6 5.952 gpgsm libassuan0 libksba8 libldap-2.4-2 libncursesw6 libnpth0 libreadline8
#6 5.952 libsasl2-2 libsasl2-modules-db libsqlite3-0 pinentry-curses readline-common
#6 5.952 Suggested packages:
#6 5.952 dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
#6 5.952 scdaemon pinentry-doc readline-doc
#6 5.952 Recommended packages:
#6 5.952 libldap-common libgpm2 libsasl2-modules
#6 6.039 The following NEW packages will be installed:
#6 6.039 dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
#6 6.039 gpg-wks-server gpgconf gpgsm libassuan0 libksba8 libldap-2.4-2 libncursesw6
#6 6.039 libnpth0 libreadline8 libsasl2-2 libsasl2-modules-db libsqlite3-0
#6 6.040 pinentry-curses readline-common
#6 6.208 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
#6 6.208 Need to get 8992 kB of archives.
#6 6.208 After this operation, 18.9 MB of additional disk space will be used.
#6 6.208 Get:1 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
#6 6.368 Get:2 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
#6 6.433 Get:3 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
#6 6.448 Get:4 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
#6 6.670 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
#6 6.705 Get:6 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
#6 6.742 Get:7 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
#6 6.779 Get:8 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
#6 6.867 Get:9 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
#6 6.877 Get:10 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
#6 7.166 Get:11 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
#6 7.628 Get:12 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
#6 7.949 Get:13 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
#6 8.232 Get:14 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
#6 8.575 Get:15 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
#6 8.612 Get:16 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
#6 8.651 Get:17 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
#6 8.911 Get:18 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
#6 9.098 Get:19 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
#6 9.309 Get:20 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
#6 9.619 Get:21 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
#6 10.14 debconf: delaying package configuration, since apt-utils is not installed
#6 10.16 Fetched 8992 kB in 4s (2249 kB/s)
#6 10.17 Selecting previously unselected package readline-common.
#6 10.17 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6653 files and directories currently installed.)
#6 10.17 Preparing to unpack .../00-readline-common_8.1-1_all.deb ...
#6 10.18 Unpacking readline-common (8.1-1) ...
#6 10.19 Selecting previously unselected package libreadline8:arm64.
#6 10.19 Preparing to unpack .../01-libreadline8_8.1-1_arm64.deb ...
#6 10.20 Unpacking libreadline8:arm64 (8.1-1) ...
#6 10.22 Selecting previously unselected package libassuan0:arm64.
#6 10.22 Preparing to unpack .../02-libassuan0_2.5.3-7.1_arm64.deb ...
#6 10.22 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
#6 10.23 Selecting previously unselected package gpgconf.
#6 10.23 Preparing to unpack .../03-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
#6 10.24 Unpacking gpgconf (2.2.27-2+deb11u2) ...
#6 10.26 Selecting previously unselected package libksba8:arm64.
#6 10.26 Preparing to unpack .../04-libksba8_1.5.0-3+deb11u2_arm64.deb ...
#6 10.26 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
#6 10.28 Selecting previously unselected package libsasl2-modules-db:arm64.
#6 10.28 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
#6 10.28 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
#6 10.30 Selecting previously unselected package libsasl2-2:arm64.
#6 10.30 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
#6 10.30 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
#6 10.32 Selecting previously unselected package libldap-2.4-2:arm64.
#6 10.32 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
#6 10.32 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
#6 10.35 Selecting previously unselected package libnpth0:arm64.
#6 10.35 Preparing to unpack .../08-libnpth0_1.6-3_arm64.deb ...
#6 10.35 Unpacking libnpth0:arm64 (1.6-3) ...
#6 10.37 Selecting previously unselected package dirmngr.
#6 10.37 Preparing to unpack .../09-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
#6 10.38 Unpacking dirmngr (2.2.27-2+deb11u2) ...
#6 10.41 Selecting previously unselected package gnupg-l10n.
#6 10.41 Preparing to unpack .../10-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
#6 10.41 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
#6 10.50 Selecting previously unselected package gnupg-utils.
#6 10.50 Preparing to unpack .../11-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
#6 10.50 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
#6 10.55 Selecting previously unselected package libsqlite3-0:arm64.
#6 10.55 Preparing to unpack .../12-libsqlite3-0_3.34.1-3_arm64.deb ...
#6 10.55 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
#6 10.60 Selecting previously unselected package gpg.
#6 10.60 Preparing to unpack .../13-gpg_2.2.27-2+deb11u2_arm64.deb ...
#6 10.60 Unpacking gpg (2.2.27-2+deb11u2) ...
#6 10.64 Selecting previously unselected package libncursesw6:arm64.
#6 10.64 Preparing to unpack .../14-libncursesw6_6.2+20201114-2_arm64.deb ...
#6 10.64 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
#6 10.66 Selecting previously unselected package pinentry-curses.
#6 10.66 Preparing to unpack .../15-pinentry-curses_1.1.0-4_arm64.deb ...
#6 10.66 Unpacking pinentry-curses (1.1.0-4) ...
#6 10.68 Selecting previously unselected package gpg-agent.
#6 10.68 Preparing to unpack .../16-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
#6 10.68 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
#6 10.71 Selecting previously unselected package gpg-wks-client.
#6 10.72 Preparing to unpack .../17-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
#6 10.72 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
#6 10.74 Selecting previously unselected package gpg-wks-server.
#6 10.74 Preparing to unpack .../18-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
#6 10.74 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
#6 10.76 Selecting previously unselected package gpgsm.
#6 10.76 Preparing to unpack .../19-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
#6 10.76 Unpacking gpgsm (2.2.27-2+deb11u2) ...
#6 10.79 Selecting previously unselected package gnupg.
#6 10.79 Preparing to unpack .../20-gnupg_2.2.27-2+deb11u2_all.deb ...
#6 10.79 Unpacking gnupg (2.2.27-2+deb11u2) ...
#6 10.82 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
#6 10.83 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
#6 10.83 Setting up libnpth0:arm64 (1.6-3) ...
#6 10.83 Setting up libassuan0:arm64 (2.5.3-7.1) ...
#6 10.83 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
#6 10.84 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
#6 10.84 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
#6 10.84 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
#6 10.85 Setting up readline-common (8.1-1) ...
#6 10.85 Setting up pinentry-curses (1.1.0-4) ...
#6 10.86 Setting up libreadline8:arm64 (8.1-1) ...
#6 10.86 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
#6 10.86 Setting up gpgconf (2.2.27-2+deb11u2) ...
#6 10.87 Setting up gpg (2.2.27-2+deb11u2) ...
#6 10.87 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
#6 10.87 Setting up gpg-agent (2.2.27-2+deb11u2) ...
#6 11.11 Setting up gpgsm (2.2.27-2+deb11u2) ...
#6 11.12 Setting up dirmngr (2.2.27-2+deb11u2) ...
#6 11.19 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
#6 11.20 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
#6 11.20 Setting up gnupg (2.2.27-2+deb11u2) ...
#6 11.20 Processing triggers for libc-bin (2.31-13+deb11u5) ...
#6 DONE 11.3s
#7 [ 4/12] RUN set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ca-certificates wget; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.16/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/1.16/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; gpgconf --kill all; rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true
#7 sha256:b260610a5c60f1e81b18b2eda033f0ba8778c5d964181f42dc402ed9ea538f8b
#7 0.314 + apt-mark showmanual
#7 0.328 + savedAptMark=dirmngr
#7 0.328 gnupg
#7 0.328 + apt-get update
#7 0.460 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#7 0.586 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#7 0.697 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#7 0.833 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
#7 3.851 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [231 kB]
#7 3.924 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
#7 4.533 Fetched 8523 kB in 4s (2037 kB/s)
#7 4.533 Reading package lists...
#7 4.801 + apt-get install -y --no-install-recommends ca-certificates wget
#7 4.808 Reading package lists...
#7 5.068 Building dependency tree...
#7 5.128 Reading state information...
#7 5.197 The following additional packages will be installed:
#7 5.197 libpsl5 openssl
#7 5.198 Recommended packages:
#7 5.198 publicsuffix
#7 5.223 The following NEW packages will be installed:
#7 5.223 ca-certificates libpsl5 openssl wget
#7 5.360 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
#7 5.360 Need to get 1992 kB of archives.
#7 5.360 After this operation, 5504 kB of additional disk space will be used.
#7 5.360 Get:1 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
#7 5.835 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
#7 5.887 Get:3 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
#7 5.904 Get:4 http://deb.debian.org/debian bullseye/main arm64 wget arm64 1.21-1+deb11u1 [946 kB]
#7 6.460 debconf: delaying package configuration, since apt-utils is not installed
#7 6.477 Fetched 1992 kB in 1s (1750 kB/s)
#7 6.487 Selecting previously unselected package openssl.
#7 6.487 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6981 files and directories currently installed.)
#7 6.491 Preparing to unpack .../openssl_1.1.1n-0+deb11u4_arm64.deb ...
#7 6.492 Unpacking openssl (1.1.1n-0+deb11u4) ...
#7 6.548 Selecting previously unselected package ca-certificates.
#7 6.548 Preparing to unpack .../ca-certificates_20210119_all.deb ...
#7 6.549 Unpacking ca-certificates (20210119) ...
#7 6.578 Selecting previously unselected package libpsl5:arm64.
#7 6.579 Preparing to unpack .../libpsl5_0.21.0-1.2_arm64.deb ...
#7 6.581 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
#7 6.597 Selecting previously unselected package wget.
#7 6.597 Preparing to unpack .../wget_1.21-1+deb11u1_arm64.deb ...
#7 6.598 Unpacking wget (1.21-1+deb11u1) ...
#7 6.655 Setting up libpsl5:arm64 (0.21.0-1.2) ...
#7 6.658 Setting up wget (1.21-1+deb11u1) ...
#7 6.662 Setting up openssl (1.1.1n-0+deb11u4) ...
#7 6.667 Setting up ca-certificates (20210119) ...
#7 6.709 debconf: unable to initialize frontend: Dialog
#7 6.709 debconf: (TERM is not set, so the dialog frontend is not usable.)
#7 6.709 debconf: falling back to frontend: Readline
#7 6.709 debconf: unable to initialize frontend: Readline
#7 6.709 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/aarch64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#7 6.709 debconf: falling back to frontend: Teletype
#7 7.040 Updating certificates in /etc/ssl/certs...
#7 7.489 129 added, 0 removed; done.
#7 7.507 Processing triggers for libc-bin (2.31-13+deb11u5) ...
#7 7.514 Processing triggers for ca-certificates (20210119) ...
#7 7.519 Updating certificates in /etc/ssl/certs...
#7 7.872 0 added, 0 removed; done.
#7 7.872 Running hooks in /etc/ca-certificates/update.d...
#7 7.873 done.
#7 7.891 + rm -rf /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_main_binary-arm64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_main_binary-arm64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_binary-arm64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
#7 7.897 + dpkg --print-architecture
#7 7.898 + awk -F- { print $NF }
#7 7.899 + dpkgArch=arm64
#7 7.899 + wget -O /usr/local/bin/gosu https://github.com/tianon/gosu/releases/download/1.16/gosu-arm64
#7 7.901 --2023-03-14 15:39:48-- https://github.com/tianon/gosu/releases/download/1.16/gosu-arm64
#7 7.906 Resolving github.com (github.com)... 140.82.114.4
#7 7.911 Connecting to github.com (github.com)|140.82.114.4|:443... connected.
#7 8.082 HTTP request sent, awaiting response... 302 Found
#7 8.143 Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/19708981/d6ff8e2b-336d-420a-b581-315552941650?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230314%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230314T153835Z&X-Amz-Expires=300&X-Amz-Signature=05b8b9e0baab9d5890ddaa1ee3c96d3602d7e5a8eab6fc61ae20199c7c38126e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19708981&response-content-disposition=attachment%3B%20filename%3Dgosu-arm64&response-content-type=application%2Foctet-stream [following]
#7 8.143 --2023-03-14 15:39:48-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/19708981/d6ff8e2b-336d-420a-b581-315552941650?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230314%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230314T153835Z&X-Amz-Expires=300&X-Amz-Signature=05b8b9e0baab9d5890ddaa1ee3c96d3602d7e5a8eab6fc61ae20199c7c38126e&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19708981&response-content-disposition=attachment%3B%20filename%3Dgosu-arm64&response-content-type=application%2Foctet-stream
#7 8.143 Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
#7 8.156 Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
#7 8.281 HTTP request sent, awaiting response... 200 OK
#7 8.353 Length: 2403157 (2.3M) [application/octet-stream]
#7 8.353 Saving to: '/usr/local/bin/gosu'
#7 8.353
#7 8.353 0K .......... .......... .......... .......... .......... 2% 767K 3s
#7 8.418 50K .......... .......... .......... .......... .......... 4% 3.35M 2s
#7 8.432 100K .......... .......... .......... .......... .......... 6% 1.33M 2s
#7 8.469 150K .......... .......... .......... .......... .......... 8% 5.30M 1s
#7 8.478 200K .......... .......... .......... .......... .......... 10% 2.07M 1s
#7 8.502 250K .......... .......... .......... .......... .......... 12% 3.11M 1s
#7 8.517 300K .......... .......... .......... .......... .......... 14% 3.57M 1s
#7 8.531 350K .......... .......... .......... .......... .......... 17% 2.80M 1s
#7 8.556 400K .......... .......... .......... .......... .......... 19% 1.54M 1s
#7 8.581 450K .......... .......... .......... .......... .......... 21% 9.36M 1s
#7 8.586 500K .......... .......... .......... .......... .......... 23% 4.66M 1s
#7 8.596 550K .......... .......... .......... .......... .......... 25% 2.40M 1s
#7 8.616 600K .......... .......... .......... .......... .......... 27% 3.20M 1s
#7 8.632 650K .......... .......... .......... .......... .......... 29% 3.35M 1s
#7 8.646 700K .......... .......... .......... .......... .......... 31% 5.45M 1s
#7 8.655 750K .......... .......... .......... .......... .......... 34% 1.57M 1s
#7 8.688 800K .......... .......... .......... .......... .......... 36% 10.3M 1s
#7 8.691 850K .......... .......... .......... .......... .......... 38% 2.62M 1s
#7 8.710 900K .......... .......... .......... .......... .......... 40% 8.19M 1s
#7 8.716 950K .......... .......... .......... .......... .......... 42% 3.33M 1s
#7 8.730 1000K .......... .......... .......... .......... .......... 44% 2.16M 0s
#7 8.753 1050K .......... .......... .......... .......... .......... 46% 4.62M 0s
#7 8.763 1100K .......... .......... .......... .......... .......... 49% 1.72M 0s
#7 8.792 1150K .......... .......... .......... .......... .......... 51% 4.10M 0s
#7 8.804 1200K .......... .......... .......... .......... .......... 53% 9.38M 0s
#7 8.809 1250K .......... .......... .......... .......... .......... 55% 2.20M 0s
#7 8.831 1300K .......... .......... .......... .......... .......... 57% 3.54M 0s
#7 8.845 1350K .......... .......... .......... .......... .......... 59% 2.84M 0s
#7 8.862 1400K .......... .......... .......... .......... .......... 61% 2.55M 0s
#7 8.881 1450K .......... .......... .......... .......... .......... 63% 4.61M 0s
#7 8.892 1500K .......... .......... .......... .......... .......... 66% 2.33M 0s
#7 8.913 1550K .......... .......... .......... .......... .......... 68% 3.38M 0s
#7 8.927 1600K .......... .......... .......... .......... .......... 70% 2.65M 0s
#7 8.946 1650K .......... .......... .......... .......... .......... 72% 3.67M 0s
#7 8.959 1700K .......... .......... .......... .......... .......... 74% 1.72M 0s
#7 8.988 1750K .......... .......... .......... .......... .......... 76% 22.7M 0s
#7 8.989 1800K .......... .......... .......... .......... .......... 78% 4.60M 0s
#7 9.000 1850K .......... .......... .......... .......... .......... 80% 1.24M 0s
#7 9.039 1900K .......... .......... .......... .......... .......... 83% 3.57M 0s
#7 9.053 1950K .......... .......... .......... .......... .......... 85% 5.86M 0s
#7 9.061 2000K .......... .......... .......... .......... .......... 87% 2.07M 0s
#7 9.085 2050K .......... .......... .......... .......... .......... 89% 6.67M 0s
#7 9.092 2100K .......... .......... .......... .......... .......... 91% 2.71M 0s
#7 9.110 2150K .......... .......... .......... .......... .......... 93% 4.14M 0s
#7 9.122 2200K .......... .......... .......... .......... .......... 95% 2.39M 0s
#7 9.143 2250K .......... .......... .......... .......... .......... 98% 6.67M 0s
#7 9.150 2300K .......... .......... .......... .......... ...... 100% 2.52M=0.8s
#7 9.168
#7 9.168 2023-03-14 15:39:49 (2.81 MB/s) - '/usr/local/bin/gosu' saved [2403157/2403157]
#7 9.168
#7 9.171 + wget -O /usr/local/bin/gosu.asc https://github.com/tianon/gosu/releases/download/1.16/gosu-arm64.asc
#7 9.177 --2023-03-14 15:39:49-- https://github.com/tianon/gosu/releases/download/1.16/gosu-arm64.asc
#7 9.188 Resolving github.com (github.com)... 140.82.114.4
#7 9.208 Connecting to github.com (github.com)|140.82.114.4|:443... connected.
#7 9.380 HTTP request sent, awaiting response... 302 Found
#7 9.436 Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/19708981/724a2365-b78d-41f8-bb65-5d2aa6d78087?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230314%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230314T153837Z&X-Amz-Expires=300&X-Amz-Signature=27459e9cbe3b60af845c12155eb92a35f3c3defbdb7af6d39f87d87f9171dda2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19708981&response-content-disposition=attachment%3B%20filename%3Dgosu-arm64.asc&response-content-type=application%2Foctet-stream [following]
#7 9.436 --2023-03-14 15:39:50-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/19708981/724a2365-b78d-41f8-bb65-5d2aa6d78087?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230314%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230314T153837Z&X-Amz-Expires=300&X-Amz-Signature=27459e9cbe3b60af845c12155eb92a35f3c3defbdb7af6d39f87d87f9171dda2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=19708981&response-content-disposition=attachment%3B%20filename%3Dgosu-arm64.asc&response-content-type=application%2Foctet-stream
#7 9.436 Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...
#7 9.459 Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.
#7 9.587 HTTP request sent, awaiting response... 200 OK
#7 9.679 Length: 566 [application/octet-stream]
#7 9.679 Saving to: '/usr/local/bin/gosu.asc'
#7 9.679
#7 9.679 0K 100% 18.9M=0s
#7 9.679
#7 9.679 2023-03-14 15:39:50 (18.9 MB/s) - '/usr/local/bin/gosu.asc' saved [566/566]
#7 9.679
#7 9.686 + mktemp -d
#7 9.689 + export GNUPGHOME=/tmp/tmp.f24Yhhn9lF
#7 9.689 + gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4
#7 9.697 gpg: keybox '/tmp/tmp.f24Yhhn9lF/pubring.kbx' created
#7 10.89 gpg: /tmp/tmp.f24Yhhn9lF/trustdb.gpg: trustdb created
#7 10.89 gpg: key 036A9C25BF357DD4: public key "Tianon Gravi <[email protected]>" imported
#7 10.90 gpg: Total number processed: 1
#7 10.90 gpg: imported: 1
#7 10.90 + gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu
#7 10.92 gpg: Signature made Tue Dec 20 00:45:01 2022 UTC
#7 10.92 gpg: using RSA key B42F6819007F00F88E364FD4036A9C25BF357DD4
#7 10.92 gpg: Good signature from "Tianon Gravi <[email protected]>" [unknown]
#7 10.92 gpg: aka "Andrew Page (Tianon Gravi) <[email protected]>" [unknown]
#7 10.92 gpg: aka "Tianon Gravi (Andrew Page) <[email protected]>" [unknown]
#7 10.92 gpg: aka "Tianon Gravi <[email protected]>" [unknown]
#7 10.92 gpg: aka "Tianon Gravi <[email protected]>" [unknown]
#7 10.92 gpg: WARNING: This key is not certified with a trusted signature!
#7 10.92 gpg: There is no indication that the signature belongs to the owner.
#7 10.92 Primary key fingerprint: B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4
#7 10.92 + gpgconf --kill all
#7 10.93 + rm -rf /tmp/tmp.f24Yhhn9lF /usr/local/bin/gosu.asc
#7 10.93 + apt-mark auto .*
#7 10.95 + [ -z dirmngr
#7 10.95 gnupg ]
#7 10.95 + apt-mark manual dirmngr gnupg
#7 10.97 + apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
#7 10.97 Reading package lists...
#7 10.98 Building dependency tree...
#7 10.98 Reading state information...
#7 10.98 The following packages will be REMOVED:
#7 10.98 ca-certificates* libpsl5* openssl* wget*
#7 11.04 0 upgraded, 0 newly installed, 4 to remove and 0 not upgraded.
#7 11.04 After this operation, 5504 kB disk space will be freed.
#7 11.05 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7388 files and directories currently installed.)
#7 11.05 Removing ca-certificates (20210119) ...
#7 11.06 Removing dangling symlinks from /etc/ssl/certs... done.
#7 11.20 Removing wget (1.21-1+deb11u1) ...
#7 11.20 Removing libpsl5:arm64 (0.21.0-1.2) ...
#7 11.21 Removing openssl (1.1.1n-0+deb11u4) ...
#7 11.23 Processing triggers for libc-bin (2.31-13+deb11u5) ...
#7 11.25 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6985 files and directories currently installed.)
#7 11.25 Purging configuration files for wget (1.21-1+deb11u1) ...
#7 11.26 Purging configuration files for ca-certificates (20210119) ...
#7 11.30 debconf: unable to initialize frontend: Dialog
#7 11.30 debconf: (TERM is not set, so the dialog frontend is not usable.)
#7 11.30 debconf: falling back to frontend: Readline
#7 11.30 debconf: unable to initialize frontend: Readline
#7 11.30 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.32.1 /usr/local/share/perl/5.32.1 /usr/lib/aarch64-linux-gnu/perl5/5.32 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.32 /usr/share/perl/5.32 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#7 11.30 debconf: falling back to frontend: Teletype
#7 11.30 Removing dangling symlinks from /etc/ssl/certs... done.
#7 11.32 Purging configuration files for openssl (1.1.1n-0+deb11u4) ...
#7 11.34 + chmod +x /usr/local/bin/gosu
#7 11.34 + gosu --version
#7 11.34 1.16 (go1.18.2 on linux/arm64; gc)
#7 11.34 + gosu nobody true
#7 DONE 11.4s
#8 [ 5/12] RUN mkdir /docker-entrypoint-initdb.d
#8 sha256:46393276e3b7b0cf9741870f405ae8b1d34bb3967b0d6f4850f85ce18fa5eb36
#8 DONE 0.3s
#9 [ 6/12] RUN set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 openssl perl xz-utils zstd ; rm -rf /var/lib/apt/lists/*
#9 sha256:449aed31169a025c09e2ffe2aab5a34217a6731b4cb3510b276e1b8ce46e7dd1
#9 0.153 + apt-get update
#9 0.272 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#9 0.419 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#9 0.558 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#9 0.719 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
#9 4.098 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [231 kB]
#9 4.192 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
#9 4.760 Fetched 8523 kB in 5s (1855 kB/s)
#9 4.760 Reading package lists...
#9 5.028 + apt-get install -y --no-install-recommends bzip2 openssl perl xz-utils zstd
#9 5.035 Reading package lists...
#9 5.294 Building dependency tree...
#9 5.353 Reading state information...
#9 5.425 The following additional packages will be installed:
#9 5.425 libgdbm-compat4 libgdbm6 libperl5.32 perl-modules-5.32
#9 5.425 Suggested packages:
#9 5.425 bzip2-doc gdbm-l10n sensible-utils ca-certificates perl-doc
#9 5.425 libterm-readline-gnu-perl | libterm-readline-perl-perl make
#9 5.425 libtap-harness-archive-perl
#9 5.425 Recommended packages:
#9 5.425 netbase
#9 5.482 The following NEW packages will be installed:
#9 5.482 bzip2 libgdbm-compat4 libgdbm6 libperl5.32 openssl perl perl-modules-5.32
#9 5.482 xz-utils zstd
#9 5.602 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
#9 5.602 Need to get 8810 kB of archives.
#9 5.602 After this operation, 50.8 MB of additional disk space will be used.
#9 5.602 Get:1 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
#9 6.888 Get:2 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
#9 6.925 Get:3 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
#9 6.944 Get:4 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
#9 8.544 Get:5 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
#9 8.714 Get:6 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
#9 8.742 Get:7 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
#9 8.820 Get:8 http://deb.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
#9 9.170 Get:9 http://deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB]
#9 9.536 debconf: delaying package configuration, since apt-utils is not installed
#9 9.555 Fetched 8810 kB in 4s (2235 kB/s)
#9 9.567 Selecting previously unselected package perl-modules-5.32.
#9 9.567 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6981 files and directories currently installed.)
#9 9.571 Preparing to unpack .../0-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
#9 9.573 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
#9 9.829 Selecting previously unselected package libgdbm6:arm64.
#9 9.830 Preparing to unpack .../1-libgdbm6_1.19-2_arm64.deb ...
#9 9.833 Unpacking libgdbm6:arm64 (1.19-2) ...
#9 9.850 Selecting previously unselected package libgdbm-compat4:arm64.
#9 9.850 Preparing to unpack .../2-libgdbm-compat4_1.19-2_arm64.deb ...
#9 9.851 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
#9 9.868 Selecting previously unselected package libperl5.32:arm64.
#9 9.868 Preparing to unpack .../3-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
#9 9.870 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
#9 10.16 Selecting previously unselected package perl.
#9 10.16 Preparing to unpack .../4-perl_5.32.1-4+deb11u2_arm64.deb ...
#9 10.16 Unpacking perl (5.32.1-4+deb11u2) ...
#9 10.19 Selecting previously unselected package bzip2.
#9 10.19 Preparing to unpack .../5-bzip2_1.0.8-4_arm64.deb ...
#9 10.20 Unpacking bzip2 (1.0.8-4) ...
#9 10.21 Selecting previously unselected package xz-utils.
#9 10.21 Preparing to unpack .../6-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
#9 10.21 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
#9 10.24 Selecting previously unselected package openssl.
#9 10.24 Preparing to unpack .../7-openssl_1.1.1n-0+deb11u4_arm64.deb ...
#9 10.24 Unpacking openssl (1.1.1n-0+deb11u4) ...
#9 10.29 Selecting previously unselected package zstd.
#9 10.29 Preparing to unpack .../8-zstd_1.4.8+dfsg-2.1_arm64.deb ...
#9 10.29 Unpacking zstd (1.4.8+dfsg-2.1) ...
#9 10.34 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
#9 10.34 Setting up bzip2 (1.0.8-4) ...
#9 10.34 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
#9 10.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
#9 10.35 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
#9 10.35 Setting up openssl (1.1.1n-0+deb11u4) ...
#9 10.36 Setting up zstd (1.4.8+dfsg-2.1) ...
#9 10.36 Setting up libgdbm6:arm64 (1.19-2) ...
#9 10.36 Setting up libgdbm-compat4:arm64 (1.19-2) ...
#9 10.37 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
#9 10.37 Setting up perl (5.32.1-4+deb11u2) ...
#9 10.38 Processing triggers for libc-bin (2.31-13+deb11u5) ...
#9 10.40 + rm -rf /var/lib/apt/lists/auxfiles /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_InRelease /var/lib/apt/lists/deb.debian.org_debian-security_dists_bullseye-security_main_binary-arm64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye-updates_main_binary-arm64_Packages.lz4 /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_InRelease /var/lib/apt/lists/deb.debian.org_debian_dists_bullseye_main_binary-arm64_Packages.lz4 /var/lib/apt/lists/lock /var/lib/apt/lists/partial
#9 DONE 10.5s
#10 [ 7/12] RUN set -eux; key='859BE8D7C586F538430B19C2467B942D3A79BD29'; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; mkdir -p /etc/apt/keyrings; gpg --batch --export "$key" > /etc/apt/keyrings/mysql.gpg; gpgconf --kill all; rm -rf "$GNUPGHOME"
#10 sha256:950908db0ce040efbe70bdbbc79548f1206a146a65ffdcfdb27a8fd24f81d99e
#10 0.200 + key=859BE8D7C586F538430B19C2467B942D3A79BD29
#10 0.201 + mktemp -d
#10 0.202 + export GNUPGHOME=/tmp/tmp.teHOMhSmV2
#10 0.202 + gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 859BE8D7C586F538430B19C2467B942D3A79BD29
#10 0.204 gpg: keybox '/tmp/tmp.teHOMhSmV2/pubring.kbx' created
#10 0.579 gpg: /tmp/tmp.teHOMhSmV2/trustdb.gpg: trustdb created
#10 0.579 gpg: key 467B942D3A79BD29: public key "MySQL Release Engineering <[email protected]>" imported
#10 0.590 gpg: Total number processed: 1
#10 0.590 gpg: imported: 1
#10 0.591 + mkdir -p /etc/apt/keyrings
#10 0.594 + gpg --batch --export 859BE8D7C586F538430B19C2467B942D3A79BD29
#10 0.600 + gpgconf --kill all
#10 0.613 + rm -rf /tmp/tmp.teHOMhSmV2
#10 DONE 0.6s
#11 [ 8/12] RUN echo 'deb [ signed-by=/etc/apt/keyrings/mysql.gpg ] http://repo.mysql.com/apt/debian/ bullseye mysql-8.0' > /etc/apt/sources.list.d/mysql.list
#11 sha256:088d53c1efaffcda375477be50d877588031187262fd2faf2b07e50bac332313
#11 DONE 0.3s
#12 [ 9/12] RUN { echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select false; } | debconf-set-selections && apt-get update && apt-get install -y mysql-community-client="8.0.32-1debian11" mysql-community-server-core="8.0.32-1debian11" && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld && chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && chmod 1777 /var/run/mysqld /var/lib/mysql
#12 sha256:81f61ce8ca870d3e53687641db10f1ab6bcc62e9e786b508c1b78a22dc14e37f
#12 0.479 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#12 0.543 Get:2 http://repo.mysql.com/apt/debian bullseye InRelease [12.9 kB]
#12 0.611 Get:3 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#12 0.712 Get:4 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#12 0.815 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
#12 4.029 Get:6 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [231 kB]
#12 4.102 Get:7 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
#12 4.654 Fetched 8536 kB in 4s (1995 kB/s)
#12 4.654 Reading package lists...
#12 4.934 Reading package lists...
#12 5.190 Building dependency tree...
#12 5.258 Reading state information...
#12 5.308 E: Unable to locate package mysql-community-client
#12 5.308 E: Unable to locate package mysql-community-server-core
#12 ERROR: executor failed running [/bin/sh -c { echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select false; } | debconf-set-selections && apt-get update && apt-get install -y mysql-community-client="${MYSQL_VERSION}" mysql-community-server-core="${MYSQL_VERSION}" && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld && chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && chmod 1777 /var/run/mysqld /var/lib/mysql]: exit code: 100
------
> [ 9/12] RUN { echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select false; } | debconf-set-selections && apt-get update && apt-get install -y mysql-community-client="8.0.32-1debian11" mysql-community-server-core="8.0.32-1debian11" && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld && chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && chmod 1777 /var/run/mysqld /var/lib/mysql:
------
executor failed running [/bin/sh -c { echo mysql-community-server mysql-community-server/data-dir select ''; echo mysql-community-server mysql-community-server/root-pass password ''; echo mysql-community-server mysql-community-server/re-root-pass password ''; echo mysql-community-server mysql-community-server/remove-test-db select false; } | debconf-set-selections && apt-get update && apt-get install -y mysql-community-client="${MYSQL_VERSION}" mysql-community-server-core="${MYSQL_VERSION}" && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld && chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && chmod 1777 /var/run/mysqld /var/lib/mysql]: exit code: 100
Metadata
Metadata
Assignees
Labels
No labels