Skip to content

Commit

Permalink
Downgrade PACKER version to fix bake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal committed Feb 23, 2024
1 parent 703dd69 commit c9a7f1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.10.1
ENV PACKER_VERSION=1.9.1

WORKDIR /packer

Expand Down
2 changes: 1 addition & 1 deletion docker/ubi8/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY jaeger/opentelemetry-javaagent.jar /opt/jaeger/opentelemetry-javaagent.jar

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.10.1
ENV PACKER_VERSION=1.9.1

WORKDIR /packer

Expand Down
3 changes: 1 addition & 2 deletions docker/ubi8/Dockerfile-fips
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.10.1
ENV PACKER_VERSION=1.9.1

WORKDIR /packer

Expand Down Expand Up @@ -85,7 +85,6 @@ ARG CUSTOMPLUGIN_RELEASEVERSION
ENV CUSTOMPLUGIN_RELEASEVERSION=$CUSTOMPLUGIN_RELEASEVERSION

RUN wget -O Armory.armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}-SNAPSHOT.zip -c https://github.com/${CUSTOMPLUGIN_RELEASEORG}/${CUSTOMPLUGIN_RELEASEREPO}/releases/download/${CUSTOMPLUGIN_RELEASEVERSION}/armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}.zip -P /opt/rosco/plugins

RUN mv Armory.armory-observability-plugin-${CUSTOMPLUGIN_RELEASEVERSION}-SNAPSHOT.zip /opt/rosco/plugins/

RUN chmod -R 777 /opt/rosco/plugins/
Expand Down

0 comments on commit c9a7f1c

Please sign in to comment.