File: exitcode-test.yml

package info (click to toggle)
debos 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: sh: 102; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version: '3.6'

services:
  sut:
    build:
      context: ..
      dockerfile: docker/Dockerfile
    volumes:
      - type: bind
        source: ../tests/exit_test
        target: /recipes
    tmpfs:
      - /scratch:exec
    environment:
      - TMP=/scratch
    cap_add:
      - SYS_PTRACE
    security_opt:
      - label:disable
    working_dir: /recipes/
    entrypoint: ./exit_test.sh