From 0c4b7fee6e0a8bf2b7e32294bae5cf917056a45a Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Sep 25 2019 20:11:08 +0000 Subject: add some labels and an entrypoint for the container image --- diff --git a/images.conf b/images.conf index 74dfe84..faa96c7 100644 --- a/images.conf +++ b/images.conf @@ -109,6 +109,8 @@ image_build = { }, "factory-parameters": { "generate_icicle": False, + "docker_cmd": '[ "/bin/bash" ]', + "docker_label": '{ "name": "centos", "license": "GPLv2", "vendor": "The CentOS Project", "version": "8.0.1905"}', } } ]