23 lines
849 B
YAML
23 lines
849 B
YAML
document: modularity-testing
|
|
version: 1
|
|
name: samba
|
|
modulemd-url: http://pkgs.fedoraproject.org/cgit/modules/samba.git/tree/samba.yaml
|
|
service:
|
|
port: [138/udp, 139, 445, 137/udp, 445/udp]
|
|
packages:
|
|
rpms:
|
|
- samba
|
|
module:
|
|
docker:
|
|
start: "docker run -it -P"
|
|
labels:
|
|
description: "Server and Client software to interoperate with Windows machines"
|
|
io.k8s.description: "Server and Client software to interoperate with Windows machines"
|
|
source: https://github.com/container-images/samba.git
|
|
container: docker.io/modularitycontainers/samba
|
|
rpm:
|
|
start: /usr/sbin/smbd &
|
|
repo: https://kojipkgs.stg.fedoraproject.org/compose/branched/jkaluza/latest-Fedora-Modular-26/compose/Server/x86_64/os/
|
|
test:
|
|
processrunning:
|
|
- 'ls /proc/*/exe -alh | grep smbd'
|