mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Add Alpine Linux test images
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
c80442c878
commit
a38ecf6380
4 changed files with 88 additions and 0 deletions
|
@ -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: .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue