Files
SecGen/modules/utilities/unix/container/docker/secgen_metadata.xml
Z. Cliffe Schreuders 5cd3deb5d9 lab updates
2019-03-12 14:48:51 +00:00

37 lines
992 B
XML

<?xml version="1.0"?>
<utility xmlns="http://www.github/cliffe/SecGen/utility"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/utility">
<name>Docker Installation</name>
<author>Thomas Shaw</author>
<author>puppetlabs</author>
<module_license>Apache v2</module_license>
<description>An installation of Docker</description>
<type>container</type>
<type>docker</type>
<platform>linux</platform>
<!--optional details-->
<reference>https://forge.puppet.com/puppetlabs/docker</reference>
<software_name>docker</software_name>
<software_license>Apache v2</software_license>
<!-- 'pull's these images for offline use of docker -->
<read_fact>images</read_fact>
<default_input into="images">
<!-- <value>ubuntu:xenial</value> -->
<!-- <value>debian:stretch</value> -->
<value>busybox</value>
</default_input>
<requires>
<type>update</type>
</requires>
</utility>