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