Add Alpine Linux test images

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2022-11-25 16:33:09 +01:00
parent c80442c878
commit a38ecf6380
4 changed files with 88 additions and 0 deletions

View file

@ -1,5 +1,21 @@
version: '3'
services:
test-alpine-edge:
build:
context: .
dockerfile: test/docker/alpine-edge
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-alpine-latest:
build:
context: .
dockerfile: test/docker/alpine-latest
network_mode: "host"
security_opt:
- label=type:container_runtime_t
tty: true
test-fedora31:
build:
context: .