mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00

The way docker works is if a user specifies a non `-e Name=Value`, IE just a `-e Name`, then the environment variable Name from the clients OS.ENV is used. Also by default Docker containers run with the HOSTNAME environment set to the HOSTNAME specified for the container. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #21 Approved by: baude
27 lines
376 B
YAML
27 lines
376 B
YAML
branches:
|
|
- master
|
|
- auto
|
|
- try
|
|
|
|
host:
|
|
distro: fedora/26/atomic
|
|
specs:
|
|
ram: 8192
|
|
|
|
required: true
|
|
|
|
timeout: 45m
|
|
|
|
tests:
|
|
- CRIO_ROOT=/var/tmp/checkout KPOD_BINARY=/usr/bin/kpod CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh
|
|
|
|
---
|
|
|
|
inherit: true
|
|
host:
|
|
distro: centos/7/atomic/smoketested
|
|
specs:
|
|
ram: 8192
|
|
|
|
context: centos/7/atomic/smoketested
|