File size: 1,990 Bytes
e2d515f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
---
dataset_info:
features:
- name: timestamp
dtype: string
- name: docker_command
dtype: string
- name: error_message
dtype: string
- name: user
dtype: string
- name: container_id
dtype: string
task_categories:
- text-classification
language:
- en
tags:
- docker
- errors
- devops
- logs
- synthetic-data
---
# Dockerfile Error Outputs Dataset (2026-01-10)
A synthetic dataset of Dockerfile error outputs generated for January 10, 2026. This dataset contains 5,000 entries, each simulating a real-world Dockerfile build error with metadata.
## Dataset Structure
- **Format:** Parquet (`.parquet`)
- **Fields:**
- `timestamp`: ISO8601 timestamp of the error
- `docker_command`: Dockerfile command being executed
- `error_message`: Error message output
- `user`: User who triggered the build
- `container_id`: Simulated container ID
## Example Entry
| timestamp | docker_command | error_message | user | container_id |
|---------------------|-------------------------------|---------------------------------------------------------------------|--------|--------------|
| 2026-01-10T14:23:45| 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 | user7 | 8a3f2b |
## Usage
This dataset is ideal for:
- Training and evaluating error detection models
- Building log analysis tools
- Research on container build failure patterns
- Educational purposes
## Source
Synthetic data generated by script. Not real Docker logs.
## License
MIT License
## Citation
If you use this dataset, please cite as:
```
@dataset{snaseem2026_dockerfile_errors_2026_01_10,
title={Dockerfile Error Outputs Dataset (2026-01-10)},
author={Snaseem2026},
year={2026},
url={https://huggingface.co/datasets/Snaseem2026/dockerfile_errors_2026-01-10}
}
```
|