We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
❯ docker compose up [+] Building 45.9s (24/43) docker:default => [dev_machine internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.29kB 0.0s => [backup_machine internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 1.40kB 0.0s => [dev_machine internal] load metadata for docker.io/library/ubuntu:22.04 0.8s => [dev_machine internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [backup_machine internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => CACHED [backup_machine 1/21] FROM docker.io/library/ubuntu:22.04@sha256:adbb90115a21969d2fe6fa7f9af4253e16d45f8d4c1e930182610c473 0.0s => [dev_machine internal] load build context 0.0s => => transferring context: 3.17kB 0.0s => [backup_machine internal] load build context 0.0s => => transferring context: 696.98kB 0.0s => [dev_machine 2/16] RUN apt update -y && apt install sudo vim curl openssh-server iputils-ping netcat zip -y 41.9s => [backup_machine 2/21] RUN apt update -y && apt install zip sudo vim iputils-ping nginx php8.1-fpm rsyslog openssh-server rsync - 42.7s => [dev_machine 3/16] RUN adduser --disabled-password --gecos "" dave 0.3s => [dev_machine 4/16] RUN echo 'dave:46a35e3948e85dff0d30' | chpasswd 0.3s => [dev_machine 5/16] COPY --chown=dave:dave .bash_history /home/dave/.bash_history 0.1s => [dev_machine 6/16] COPY --chown=dave:dave randomfile.txt.enc /home/dave/randomfile.txt.enc 0.0s => [dev_machine 7/16] COPY --chown=dave:dave authorized_keys /home/dave/.ssh/authorized_keys 0.1s => [backup_machine 3/21] RUN adduser --disabled-password --gecos "" dave 0.5s => [dev_machine 8/16] RUN adduser --disabled-password --gecos "" bob 0.5s => [backup_machine 4/21] RUN echo 'dave:dbfcbbab4b415bccf570' | chpasswd 0.8s => [dev_machine 9/16] RUN echo 'bob:password' | chpasswd 0.9s => [backup_machine 5/21] RUN ln -s /dev/null /home/dave/.bash_history 0.6s => [dev_machine 10/16] COPY --chown=bob:bob welcome.txt /home/bob/welcome.txt 0.0s => ERROR [dev_machine 11/16] RUN wget https://log-s.xyz/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip -P /opt/ && unzip /opt/e 0.7s => [backup_machine 6/21] COPY --chown=dave:dave ssh /home/dave/.ssh 0.1s => [backup_machine 7/21] RUN chmod 600 /home/dave/.ssh/id_rsa 0.3s ------ > [dev_machine 11/16] RUN wget https://log-s.xyz/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip -P /opt/ && unzip /opt/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip -d /opt/ && rm /opt/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip: 0.547 --2024-08-28 07:46:26-- https://log-s.xyz/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip 0.550 Resolving log-s.xyz (log-s.xyz)... 37.187.39.178 0.599 Connecting to log-s.xyz (log-s.xyz)|37.187.39.178|:443... connected. 0.650 HTTP request sent, awaiting response... 404 Not Found 0.696 2024-08-28 07:46:26 ERROR 404: Not Found. 0.696 ------ failed to solve: process "/bin/sh -c wget https://log-s.xyz/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip -P /opt/ && unzip /opt/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip -d /opt/ && rm /opt/e9d406ca7faaf187f1d6eadbeyoutrack-2020.5.2579.zip" did not complete successfully: exit code: 8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: