summaryrefslogtreecommitdiff
path: root/.papr.yml
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-11-07 10:03:46 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-20 16:25:31 +0000
commit57599f0075ccab859d4158f7ee891b9b971c731f (patch)
tree84bb48fc3ef1321a29816710cbb1221cc598b745 /.papr.yml
parent3b72af614777b966671ad0eb0c5dbde0eeedcfa2 (diff)
downloadpodman-57599f0075ccab859d4158f7ee891b9b971c731f.tar.gz
podman-57599f0075ccab859d4158f7ee891b9b971c731f.tar.bz2
podman-57599f0075ccab859d4158f7ee891b9b971c731f.zip
Fix up handling of environment variables
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
Diffstat (limited to '.papr.yml')
-rw-r--r--.papr.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.papr.yml b/.papr.yml
index cc9fbc1c4..794fbc2cb 100644
--- a/.papr.yml
+++ b/.papr.yml
@@ -19,8 +19,8 @@ tests:
inherit: true
host:
- distro: centos/7/atomic/alpha
+ distro: centos/7/atomic/smoketested
specs:
ram: 8192
-context: centos/7/atomic/alpha
+context: centos/7/atomic/smoketested