Cache bust git fetch

This commit is contained in:
2020-10-10 21:03:35 +00:00
parent 58c5c0b61c
commit 98aff626d5

View File

@@ -2,6 +2,8 @@ FROM vshn/puppet-mcoclient
USER root
# Cache busting
ADD https://api.github.com/repos/optiz0r/puppet-env-manager-agent/git/refs/heads/master version.json
# Install puppet-env-manager plugin
RUN git clone https://github.com/optiz0r/puppet-env-manager-agent \
&& cp -r puppet-env-manager-agent/agent/* /opt/puppetlabs/mcollective/plugins/mcollective/agent/ \