nodejs/tests/config.yaml
Petr "Stone" Hracek 15947cc35f Update Dockerfile repo and tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-06-12 14:01:23 +02:00

26 lines
919 B
YAML

document: modularity-testing
version: 1
name: nodejs
modulemd-url: http://pkgs.fedoraproject.org/cgit/modules/nodejs.git/plain/nodejs.yaml
service:
port: 8080
packages:
rpms:
- nodejs
- npm
testdependecies:
rpms:
- curl
module:
docker:
start: "docker run -td -u=0 --entrypoint /usr/bin/bash -p 8080:8080"
labels:
description: "Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications."
io.k8s.description: "Node.js is a platform built on V8 JavaScript Engine for easily building fast, scalable network applications."
source: https://github.com/container-images/nodejs
container: docker.io/modularitycontainers/nodejs
rpm:
start: bash
stop: "forever stopall"
repos:
- http://mirror.vutbr.cz/fedora/releases/26/Everything/x86_64/os/