Skip to content

Commit a3abff3

Browse files
committed
*/Dockerfile: add header with short description
1 parent 673ecd4 commit a3abff3

4 files changed

Lines changed: 14 additions & 21 deletions

File tree

murdock-worker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# RIOT Murdock Dockerfile
32
#
43
# the resulting image is being used in RIOT's CI (Murdock)

riotbuild/Dockerfile

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
1+
# `riotbuild` Dockerfile
12
#
2-
# RIOT Dockerfile
3-
#
4-
# The resulting image will contain everything needed to build RIOT for all
5-
# supported platforms. This is the largest build image, it takes about 1.5 GB in
6-
# total.
7-
#
8-
# Setup:
9-
# 1. Install docker, add yourself to docker group, enable docker, relogin
10-
#
11-
# Use prebuilt image:
12-
# 1. Prebuilt image can be pulled from Docker Hub registry with:
13-
# # docker pull riot/riotbuild
14-
#
15-
# Use own build image:
16-
# 1. Build own image based on latest base OS image (from the riotbuild directory):
17-
# # docker build --pull -t riotbuild .
18-
#
19-
# Usage:
20-
# 1. cd to riot root
21-
# 2. # docker run -i -t -u $UID -v $(pwd):/data/riotbuild riotbuild ./dist/tools/compile_test/compile_test.py
3+
# This container includes the whole build toolchain required to build all
4+
# platforms supported by RIOT.
5+
226
ARG DOCKER_REGISTRY="docker.io/riot"
237
FROM ${DOCKER_REGISTRY}/static-test-tools:latest
248

riotdocker-base/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# `riotdocker-base` Dockerfile
2+
#
3+
# This container sets the foundation for all subsequent containers and
4+
# initializes the user environment.
5+
16
FROM ubuntu:jammy
27

38
LABEL maintainer="Kaspar Schleiser <kaspar@riot-os.org>"

static-test-tools/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# `static-test-tools` Dockerfile
2+
#
3+
# This container has all the dependencies required to execute the static tests
4+
# for the RIOT sources.
5+
16
ARG DOCKER_REGISTRY="docker.io/riot"
27
FROM ${DOCKER_REGISTRY}/riotdocker-base:latest
38

0 commit comments

Comments
 (0)