Fleet Module - Updated launcher docker

This commit is contained in:
Mike Reeves
2019-04-22 19:29:23 -04:00
parent 0d8906b77f
commit 73b90dd4ba

View File

@@ -26,7 +26,7 @@ mkdir /opt/so/conf/fleet/packages
docker run \ docker run \
--mount type=bind,source=/opt/so/conf/fleet/packages,target=/output \ --mount type=bind,source=/opt/so/conf/fleet/packages,target=/output \
--mount type=bind,source=/etc/pki/fleet-launcher.crt,target=/var/launcher/launcher.crt \ --mount type=bind,source=/etc/pki/fleet-launcher.crt,target=/var/launcher/launcher.crt \
defensivedepth/hh-launcher "$esecret" "$1":8080 soshybridhunter/so-fleet-launcher:HH1.0.8 "$esecret" "$1":8080
#Update timestamp on packages webpage #Update timestamp on packages webpage
sed -i "s@.*Generated.*@Generated: $(date '+%m%d%Y')@g" /opt/so/conf/fleet/packages/index.html sed -i "s@.*Generated.*@Generated: $(date '+%m%d%Y')@g" /opt/so/conf/fleet/packages/index.html