From cb719c6198060d208eab122970f4e2ba367441f5 Mon Sep 17 00:00:00 2001 From: sundavalli Date: Wed, 24 Aug 2022 15:34:06 -0400 Subject: [PATCH 1/3] update puppet version to puppet7 from puppet5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e397413..7be916d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL "com.github.actions.color"="orange" LABEL "maintainer"="Ira W. Snyder " -RUN yum -y install http://yum.puppetlabs.com/puppet5/el/8/x86_64/puppet-agent-5.5.20-1.el8.x86_64.rpm +RUN yum -y install http://yum.puppetlabs.com/puppet7/el/8/x86_64/puppet-agent-7.11.0-1.el8.x86_64.rpm COPY entrypoint.sh /entrypoint.sh RUN ["chmod", "+x", "/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"] From d53657e9dc612fd4f074506903c50213d56ee2b8 Mon Sep 17 00:00:00 2001 From: sundavalli Date: Thu, 25 Aug 2022 12:43:43 -0400 Subject: [PATCH 2/3] puppet install version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7be916d..d8b7c6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,15 @@ FROM centos:8 LABEL name="puppet-parser-validate-action" -LABEL repository="https://github.com/irasnyd/puppet-parser-validate-action" -LABEL homepage="https://github.com/irasnyd/puppet-parser-validate-action" +LABEL repository="https://github.com/lakshmiun/puppet-parser-validate-action" +LABEL homepage="https://github.com/lakshmiun/puppet-parser-validate-action" LABEL "com.github.actions.name"="puppet-parser-validate-action" LABEL "com.github.actions.description"="GitHub Action to run 'puppet parser validate' syntax check" LABEL "com.github.actions.icon"="share-2" LABEL "com.github.actions.color"="orange" -LABEL "maintainer"="Ira W. Snyder " +LABEL "maintainer"="Sahaja undavalli " RUN yum -y install http://yum.puppetlabs.com/puppet7/el/8/x86_64/puppet-agent-7.11.0-1.el8.x86_64.rpm COPY entrypoint.sh /entrypoint.sh From 07414f07ed9ede300f753aad450e233736b509c0 Mon Sep 17 00:00:00 2001 From: sundavalli Date: Thu, 25 Aug 2022 12:53:25 -0400 Subject: [PATCH 3/3] puppet install version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8b7c6c..7be916d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,15 +1,15 @@ FROM centos:8 LABEL name="puppet-parser-validate-action" -LABEL repository="https://github.com/lakshmiun/puppet-parser-validate-action" -LABEL homepage="https://github.com/lakshmiun/puppet-parser-validate-action" +LABEL repository="https://github.com/irasnyd/puppet-parser-validate-action" +LABEL homepage="https://github.com/irasnyd/puppet-parser-validate-action" LABEL "com.github.actions.name"="puppet-parser-validate-action" LABEL "com.github.actions.description"="GitHub Action to run 'puppet parser validate' syntax check" LABEL "com.github.actions.icon"="share-2" LABEL "com.github.actions.color"="orange" -LABEL "maintainer"="Sahaja undavalli " +LABEL "maintainer"="Ira W. Snyder " RUN yum -y install http://yum.puppetlabs.com/puppet7/el/8/x86_64/puppet-agent-7.11.0-1.el8.x86_64.rpm COPY entrypoint.sh /entrypoint.sh