timestamp stringdate 2026-01-10 00:00:00 2026-01-10 23:59:59 | docker_command stringclasses 10
values | error_message stringclasses 10
values | user stringclasses 20
values | container_id stringlengths 6 6 |
|---|---|---|---|---|
2026-01-10T17:54:30 | WORKDIR /app | failed to export image: failed to create image: unknown blob | user13 | 0dadd3 |
2026-01-10T20:18:14 | ADD . /src | COPY failed: stat /src/app: no such file or directory | user5 | 0772d9 |
2026-01-10T19:29:31 | COPY . /app | executor failed running [/bin/sh -c npm install]: exit code: 1 | user10 | 0ab4a5 |
2026-01-10T20:21:39 | CMD ["python", "app.py"] | executor failed running [/bin/sh -c npm install]: exit code: 1 | user8 | 06de5d |
2026-01-10T19:46:53 | RUN pip install -r requirements.txt | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user10 | 07a41c |
2026-01-10T03:51:24 | RUN npm install | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user5 | 0a3c56 |
2026-01-10T00:23:55 | RUN pip install -r requirements.txt | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user10 | 09fe6d |
2026-01-10T18:28:22 | ENTRYPOINT ["/entrypoint.sh"] | executor failed running [/bin/sh -c npm install]: exit code: 1 | user15 | 053256 |
2026-01-10T05:01:38 | ENTRYPOINT ["/entrypoint.sh"] | COPY failed: stat /src/app: no such file or directory | user12 | 0a7b46 |
2026-01-10T09:35:41 | WORKDIR /app | COPY failed: stat /src/app: no such file or directory | user3 | 06c795 |
2026-01-10T11:35:21 | CMD ["python", "app.py"] | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user15 | 06cb02 |
2026-01-10T13:51:31 | RUN npm install | executor failed running [/bin/sh -c npm install]: exit code: 1 | user14 | 02a0f5 |
2026-01-10T08:08:33 | ENTRYPOINT ["/entrypoint.sh"] | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user7 | 0d6cbc |
2026-01-10T10:06:36 | RUN npm install | COPY failed: stat /src/app: no such file or directory | user19 | 02c4bd |
2026-01-10T07:10:59 | ENTRYPOINT ["/entrypoint.sh"] | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user17 | 045803 |
2026-01-10T15:35:17 | EXPOSE 8080 | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user14 | 09d49e |
2026-01-10T19:08:53 | COPY . /app | failed to create LLB definition | user15 | 097f2b |
2026-01-10T17:08:57 | RUN pip install -r requirements.txt | failed to create LLB definition | user2 | 02a656 |
2026-01-10T15:48:17 | ADD . /src | COPY failed: stat /src/app: no such file or directory | user18 | 076051 |
2026-01-10T14:34:45 | WORKDIR /app | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user20 | 0f1c7a |
2026-01-10T16:12:41 | ADD . /src | failed to create LLB definition | user19 | 08359c |
2026-01-10T02:11:02 | RUN npm install | executor failed running [/bin/sh -c npm install]: exit code: 1 | user3 | 04d33a |
2026-01-10T00:13:37 | RUN npm install | failed to create LLB definition | user20 | 0f0eee |
2026-01-10T04:52:20 | CMD ["python", "app.py"] | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user6 | 0c4912 |
2026-01-10T22:52:10 | FROM python:3.9 | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user8 | 0354ab |
2026-01-10T15:51:32 | RUN pip install -r requirements.txt | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user18 | 09bde9 |
2026-01-10T11:37:03 | FROM python:3.9 | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user10 | 038a35 |
2026-01-10T17:53:14 | EXPOSE 8080 | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user8 | 05c840 |
2026-01-10T01:30:12 | ENTRYPOINT ["/entrypoint.sh"] | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user1 | 0d1bb4 |
2026-01-10T13:29:11 | WORKDIR /app | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user19 | 080c3d |
2026-01-10T08:11:36 | RUN apt-get update | failed to compute cache key: failed to calculate checksum | user2 | 0e2cb7 |
2026-01-10T14:24:23 | EXPOSE 8080 | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user11 | 0600fe |
2026-01-10T07:45:13 | ADD . /src | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user4 | 0230c8 |
2026-01-10T21:09:02 | ADD . /src | executor failed running [/bin/sh -c npm install]: exit code: 1 | user19 | 0e4b8c |
2026-01-10T15:48:30 | RUN apt-get update | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user18 | 02de2c |
2026-01-10T03:24:40 | RUN pip install -r requirements.txt | executor failed running [/bin/sh -c npm install]: exit code: 1 | user15 | 06939e |
2026-01-10T07:01:32 | ADD . /src | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user11 | 092670 |
2026-01-10T14:29:03 | RUN apt-get update | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user12 | 032891 |
2026-01-10T14:33:04 | FROM python:3.9 | failed to compute cache key: failed to calculate checksum | user6 | 0bd7da |
2026-01-10T02:31:57 | COPY . /app | failed to export image: failed to create image: unknown blob | user3 | 079db0 |
2026-01-10T14:04:05 | FROM python:3.9 | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user14 | 046f8f |
2026-01-10T15:31:53 | ENTRYPOINT ["/entrypoint.sh"] | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user12 | 047217 |
2026-01-10T11:20:21 | CMD ["python", "app.py"] | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user2 | 096322 |
2026-01-10T06:34:17 | RUN npm install | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user18 | 019cc0 |
2026-01-10T20:30:58 | RUN pip install -r requirements.txt | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user17 | 0d8c6b |
2026-01-10T05:47:11 | CMD ["python", "app.py"] | executor failed running [/bin/sh -c npm install]: exit code: 1 | user12 | 094b7b |
2026-01-10T16:29:42 | ENTRYPOINT ["/entrypoint.sh"] | COPY failed: stat /src/app: no such file or directory | user6 | 01a47b |
2026-01-10T05:42:11 | WORKDIR /app | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user1 | 083994 |
2026-01-10T19:16:51 | EXPOSE 8080 | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user16 | 0a70e3 |
2026-01-10T16:43:38 | ENTRYPOINT ["/entrypoint.sh"] | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user18 | 0c32ea |
2026-01-10T22:43:12 | FROM python:3.9 | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user20 | 077ac9 |
2026-01-10T01:58:39 | COPY . /app | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user8 | 094d97 |
2026-01-10T03:27:36 | RUN apt-get update | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user4 | 0863ab |
2026-01-10T20:00:09 | CMD ["python", "app.py"] | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user9 | 0570cf |
2026-01-10T04:30:07 | FROM python:3.9 | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user17 | 0237ce |
2026-01-10T22:50:10 | RUN apt-get update | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user13 | 05eec8 |
2026-01-10T13:56:28 | ENTRYPOINT ["/entrypoint.sh"] | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user7 | 0ec52e |
2026-01-10T21:39:07 | RUN apt-get update | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user10 | 073240 |
2026-01-10T19:39:20 | EXPOSE 8080 | failed to create LLB definition | user11 | 0b2374 |
2026-01-10T10:36:21 | EXPOSE 8080 | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user11 | 0dfbcb |
2026-01-10T23:43:04 | CMD ["python", "app.py"] | COPY failed: stat /src/app: no such file or directory | user9 | 0935a0 |
2026-01-10T03:33:02 | FROM python:3.9 | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user9 | 02d550 |
2026-01-10T18:57:40 | RUN apt-get update | failed to export image: failed to create image: unknown blob | user12 | 0be067 |
2026-01-10T23:57:51 | RUN pip install -r requirements.txt | failed to compute cache key: failed to calculate checksum | user20 | 069fc6 |
2026-01-10T07:30:03 | ENTRYPOINT ["/entrypoint.sh"] | Error response from daemon: pull access denied for myimage, repository does not exist or may require 'docker login' | user2 | 027cf4 |
2026-01-10T23:40:05 | FROM python:3.9 | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user12 | 0d59c6 |
2026-01-10T16:27:18 | ADD . /src | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user13 | 0bcfbd |
2026-01-10T05:24:07 | CMD ["python", "app.py"] | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user8 | 0283f7 |
2026-01-10T02:31:20 | RUN apt-get update | failed to export image: failed to create image: unknown blob | user12 | 07b90f |
2026-01-10T08:44:07 | COPY . /app | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user15 | 0af6a6 |
2026-01-10T20:16:41 | WORKDIR /app | failed to compute cache key: failed to calculate checksum | user2 | 067b9b |
2026-01-10T09:34:32 | RUN pip install -r requirements.txt | COPY failed: stat /src/app: no such file or directory | user20 | 0afb35 |
2026-01-10T03:19:19 | COPY . /app | failed to build: The command '/bin/sh -c pip install -r requirements.txt' returned a non-zero code: 1 | user9 | 06905a |
2026-01-10T08:21:56 | FROM python:3.9 | failed to compute cache key: failed to calculate checksum | user20 | 0377ad |
2026-01-10T04:51:23 | ENTRYPOINT ["/entrypoint.sh"] | failed to export image: failed to create image: unknown blob | user13 | 059f6b |
2026-01-10T21:29:33 | ENTRYPOINT ["/entrypoint.sh"] | failed to create LLB definition | user20 | 032ae8 |
2026-01-10T17:15:44 | FROM python:3.9 | executor failed running [/bin/sh -c npm install]: exit code: 1 | user6 | 0c81a3 |
2026-01-10T07:47:59 | WORKDIR /app | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user12 | 0b8a2a |
2026-01-10T11:11:01 | RUN pip install -r requirements.txt | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user18 | 0453ec |
2026-01-10T11:34:45 | RUN apt-get update | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user4 | 068395 |
2026-01-10T05:33:32 | EXPOSE 8080 | failed to compute cache key: failed to calculate checksum | user12 | 0da142 |
2026-01-10T10:01:53 | ENTRYPOINT ["/entrypoint.sh"] | failed to create LLB definition | user13 | 08064c |
2026-01-10T19:20:56 | FROM python:3.9 | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user3 | 0bd28b |
2026-01-10T06:56:20 | ADD . /src | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user15 | 060406 |
2026-01-10T13:56:43 | EXPOSE 8080 | failed to compute cache key: failed to calculate checksum | user2 | 05f323 |
2026-01-10T00:02:09 | RUN apt-get update | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user2 | 0a45b9 |
2026-01-10T02:35:47 | RUN apt-get update | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user16 | 0ecb2a |
2026-01-10T09:03:37 | ENTRYPOINT ["/entrypoint.sh"] | failed to create LLB definition | user18 | 09bb4a |
2026-01-10T06:36:32 | CMD ["python", "app.py"] | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user17 | 02987e |
2026-01-10T04:33:43 | RUN pip install -r requirements.txt | failed to create LLB definition | user12 | 083820 |
2026-01-10T07:08:03 | ADD . /src | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user7 | 063614 |
2026-01-10T03:31:23 | ENTRYPOINT ["/entrypoint.sh"] | failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0 | user7 | 041234 |
2026-01-10T07:04:38 | RUN apt-get update | failed to compute cache key: failed to calculate checksum | user20 | 022975 |
2026-01-10T13:54:25 | COPY . /app | COPY failed: stat /src/app: no such file or directory | user19 | 01b48f |
2026-01-10T01:22:00 | ADD . /src | executor failed running [/bin/sh -c npm install]: exit code: 1 | user18 | 0d8cdf |
2026-01-10T22:00:29 | RUN pip install -r requirements.txt | failed to export image: failed to create image: unknown blob | user1 | 0de814 |
2026-01-10T01:54:15 | RUN npm install | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user18 | 0d84c1 |
2026-01-10T15:28:55 | EXPOSE 8080 | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user9 | 03ece8 |
2026-01-10T20:11:41 | RUN apt-get update | failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /Dockerfile: no such file or directory | user16 | 04efbc |
2026-01-10T13:33:47 | ENTRYPOINT ["/entrypoint.sh"] | failed to solve: process '/bin/sh -c apt-get update' did not complete successfully | user19 | 09c0b0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.