[+] Running 8/9
⠿ mysql Pulled 49.1s
⠿ 134439bbc243 Pull complete 23.2s
⠿ 24197d57c06a Pull complete 23.5s
⠿ a8ff14042390 Pull complete 45.5s
⠿ 209d472e303b Pull complete 45.6s
⠿ 4158d94acc40 Pull complete 45.7s
⠿ 807107bf7d7a Pull complete 45.8s
⠿ 5f5d5a703fe0 Pull complete 45.9s
⠿ laravel.test Error 1.0s
[+] Building 11.0s (8/15)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.37kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:21.10 2.1s
=> [ 1/11] FROM docker.io/library/ubuntu:21.10@sha256:ff46b78279f207db3b 6.5s
=> => resolve docker.io/library/ubuntu:21.10@sha256:ff46b78279f207db3b8e 0.0s
=> => sha256:ff46b78279f207db3b8e57e20dee7cecef3567d0948 1.42kB / 1.42kB 0.0s
=> => sha256:240a11a56faca317f3355b143b5cc2791ba60ad0edd393b 529B / 529B 0.0s
=> => sha256:50398b9058c55fa969c8ab5db6a11ff52686a9b6738 1.46kB / 1.46kB 0.0s
=> => sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315 30.38MB / 30.38MB 4.3s
=> => extracting sha256:54b8fda3c9de3a40f0891ce200de55fc92e8253150211929 2.1s
=> [internal] load build context 0.0s
=> => transferring context: 1.02kB 0.0s
=> [ 2/11] WORKDIR /var/www/html 1.0s
=> [ 3/11] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UT 0.4s
=> ERROR [ 4/11] RUN apt-get update && apt-get install -y gnupg gosu 0.8s
------
> [ 4/11] RUN apt-get update && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 && mkdir -p ~/.gnupg && chmod 600 ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && apt-key adv --homedir ~/.gnupg --keyserver hkps://keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C && echo "deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list && apt-get update && apt-get install -y php8.1-cli php8.1-dev php8.1-pgsql php8.1-sqlite3 php8.1-gd php8.1-curl php8.1-imap php8.1-mysql php8.1-mbstring php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap php8.1-intl php8.1-readline php8.1-ldap php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole php8.1-memcached php8.1-pcov php8.1-xdebug && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && npm install -g npm && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y yarn && apt-get install -y mysql-client && apt-get install -y postgresql-client && apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
#0 0.508 Ign:1 archive.ubuntu.com/ubuntu impish InRelease
#0 0.508 Ign:2 security.ubuntu.com/ubuntu impish-security InRelease
#0 0.568 Ign:3 archive.ubuntu.com/ubuntu impish-updates InRelease
#0 0.568 Err:4 security.ubuntu.com/ubuntu impish-security Release
#0 0.568 404 Not Found [IP: 185.125.190.39 80]
#0 0.624 Ign:5 archive.ubuntu.com/ubuntu impish-backports InRelease
#0 0.681 Err:6 archive.ubuntu.com/ubuntu impish Release
#0 0.681 404 Not Found [IP: 185.125.190.36 80]
#0 0.737 Err:7 archive.ubuntu.com/ubuntu impish-updates Release
#0 0.737 404 Not Found [IP: 185.125.190.36 80]
#0 0.793 Err:8 archive.ubuntu.com/ubuntu impish-backports Release
#0 0.793 404 Not Found [IP: 185.125.190.36 80]
#0 0.799 Reading package lists...
#0 0.817 E: The repository 'security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
#0 0.817 E: The repository 'archive.ubuntu.com/ubuntu impish Release' does not have a Release file.
#0 0.817 E: The repository 'archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.
#0 0.817 E: The repository 'archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.
------
failed to solve: executor failed running [/bin/sh -c apt-get update && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 && mkdir -p ~/.gnupg && chmod 600 ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && apt-key adv --homedir ~/.gnupg --keyserver hkps://keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C && echo "deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list && apt-get update && apt-get install -y php8.1-cli php8.1-dev php8.1-pgsql php8.1-sqlite3 php8.1-gd php8.1-curl php8.1-imap php8.1-mysql php8.1-mbstring php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap php8.1-intl php8.1-readline php8.1-ldap php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole php8.1-memcached php8.1-pcov php8.1-xdebug && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer && curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - && apt-get install -y nodejs && npm install -g npm && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y yarn && apt-get install -y mysql-client && apt-get install -y postgresql-client && apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 100
[+] Running 8/9
⠿ mysql Pulled 49.1s
⠿ 134439bbc243 Pull complete 23.2s
⠿ 24197d57c06a Pull complete 23.5s
⠿ a8ff14042390 Pull complete 45.5s
⠿ 209d472e303b Pull complete 45.6s
⠿ 4158d94acc40 Pull complete 45.7s
⠿ 807107bf7d7a Pull complete 45.8s
⠿ 5f5d5a703fe0 Pull complete 45.9s
⠿ laravel.test Error 1.0s
[+] Building 11.0s (8/15)
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 2.37kB 0.0s
=> [internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for docker.io/library/ubuntu:21.10 2.1s
=> [ 1/11] FROM docker.io/library/ubuntu:21.10@sha256:ff46b78279f207db3b 6.5s
=> => resolve docker.io/library/ubuntu:21.10@sha256:ff46b78279f207db3b8e 0.0s
=> => sha256:ff46b78279f207db3b8e57e20dee7cecef3567d0948 1.42kB / 1.42kB 0.0s
=> => sha256:240a11a56faca317f3355b143b5cc2791ba60ad0edd393b 529B / 529B 0.0s
=> => sha256:50398b9058c55fa969c8ab5db6a11ff52686a9b6738 1.46kB / 1.46kB 0.0s
=> => sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315 30.38MB / 30.38MB 4.3s
=> => extracting sha256:54b8fda3c9de3a40f0891ce200de55fc92e8253150211929 2.1s
=> [internal] load build context 0.0s
=> => transferring context: 1.02kB 0.0s
=> [ 2/11] WORKDIR /var/www/html 1.0s
=> [ 3/11] RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo UT 0.4s
=> ERROR [ 4/11] RUN apt-get update && apt-get install -y gnupg gosu 0.8s
------
> [ 4/11] RUN apt-get update && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 && mkdir -p ~/.gnupg && chmod 600 ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && apt-key adv --homedir ~/.gnupg --keyserver hkps://keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C && echo "deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list && apt-get update && apt-get install -y php8.1-cli php8.1-dev php8.1-pgsql php8.1-sqlite3 php8.1-gd php8.1-curl php8.1-imap php8.1-mysql php8.1-mbstring php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap php8.1-intl php8.1-readline php8.1-ldap php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole php8.1-memcached php8.1-pcov php8.1-xdebug && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && npm install -g npm && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y yarn && apt-get install -y mysql-client && apt-get install -y postgresql-client && apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*:
#0 0.508 Ign:1 archive.ubuntu.com/ubuntu impish InRelease
#0 0.508 Ign:2 security.ubuntu.com/ubuntu impish-security InRelease
#0 0.568 Ign:3 archive.ubuntu.com/ubuntu impish-updates InRelease
#0 0.568 Err:4 security.ubuntu.com/ubuntu impish-security Release
#0 0.568 404 Not Found [IP: 185.125.190.39 80]
#0 0.624 Ign:5 archive.ubuntu.com/ubuntu impish-backports InRelease
#0 0.681 Err:6 archive.ubuntu.com/ubuntu impish Release
#0 0.681 404 Not Found [IP: 185.125.190.36 80]
#0 0.737 Err:7 archive.ubuntu.com/ubuntu impish-updates Release
#0 0.737 404 Not Found [IP: 185.125.190.36 80]
#0 0.793 Err:8 archive.ubuntu.com/ubuntu impish-backports Release
#0 0.793 404 Not Found [IP: 185.125.190.36 80]
#0 0.799 Reading package lists...
#0 0.817 E: The repository 'security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
#0 0.817 E: The repository 'archive.ubuntu.com/ubuntu impish Release' does not have a Release file.
#0 0.817 E: The repository 'archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.
#0 0.817 E: The repository 'archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.
------
failed to solve: executor failed running [/bin/sh -c apt-get update && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2 && mkdir -p ~/.gnupg && chmod 600 ~/.gnupg && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf && apt-key adv --homedir ~/.gnupg --keyserver hkps://keyserver.ubuntu.com --recv-keys 14AA40EC0831756756D7F66C4F4EA0AAE5267A6C && echo "deb https://ppa.launchpadcontent.net/ondrej/php/ubuntu impish main" > /etc/apt/sources.list.d/ppa_ondrej_php.list && apt-get update && apt-get install -y php8.1-cli php8.1-dev php8.1-pgsql php8.1-sqlite3 php8.1-gd php8.1-curl php8.1-imap php8.1-mysql php8.1-mbstring php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap php8.1-intl php8.1-readline php8.1-ldap php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole php8.1-memcached php8.1-pcov php8.1-xdebug && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer && curl -sL https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - && apt-get install -y nodejs && npm install -g npm && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list && apt-get update && apt-get install -y yarn && apt-get install -y mysql-client && apt-get install -y postgresql-client && apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 100
Access denied for user 'sail'@'localhost' (using password: YES) (SQL: insert into `carts` (`updated_at`, `created_at`) values (2022-10-17 21:03:39, 2022-10-17 21:03:39))теперь выводит такое
Err:4 security.ubuntu.com/ubuntu hirsute-security Release
#0 0.460 404 Not Found [IP: 185.125.190.39 80]
#0 0.500 Ign:5 archive.ubuntu.com/ubuntu hirsute-backports InRelease
#0 0.545 Err:6 archive.ubuntu.com/ubuntu hirsute Release
#0 0.545 404 Not Found [IP: 185.125.190.36 80]