Snaseem2026's picture
Upload README.md with huggingface_hub
e2d515f verified
metadata
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}
}