File: docker-source-test.bst

package info (click to toggle)
bst-external 0.30.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 656 kB
  • sloc: python: 3,943; makefile: 53
file content (15 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
kind: script
description: |
  Docker source test

  Rather than make assertions about the whole Alpine Linux image, we
  just copy out the /etc/os-release file so that can be sanity checked.

depends:
- filename: dockerhub-alpine.bst
  type: build

config:
  commands:
  - mkdir -p %{install-root}/etc
  - cp /etc/os-release %{install-root}/etc/