From 85095e8b8e5fba802e6904402f9e143b21031bf8 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 22 Apr 2017 21:55:38 -0700 Subject: [PATCH] fix spelling error --- ans-con/container.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ans-con/container.yml b/ans-con/container.yml index 86e911d..350b601 100644 --- a/ans-con/container.yml +++ b/ans-con/container.yml @@ -7,7 +7,7 @@ settings: # The Conductor container does the heavy lifting, and provides a portable # Python runtime for building your target containers. It should be derived # from the same distribution as you're building your target containers with. - conductor_base: centos:7 + conductor_base: debian:jessie # When using the k8s or openshift engines, use the following to authorize with the API. # Values set here will be passed to the Ansible modules. Any file paths will be mounted @@ -38,7 +38,11 @@ settings: # description: # display_name: -services: {} +services: + ac-nginx: + from: nginx + roles: + - ghost-nginx # Add your containers here, specifying the base image you want to build from # For example: # -- 2.44.0