Skip to content

Commit

Permalink
Upgrade Packer version - Fixed CVE-2023-49569
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal committed Mar 1, 2024
1 parent 9e6939d commit e3fe07f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/ubi8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ COPY halconfig/packer /opt/rosco/config/packer

ENV KUSTOMIZE_VERSION=5.0.3

ENV PACKER_VERSION=1.9.1
ENV PACKER_VERSION=1.10.1

WORKDIR /packer

RUN yum install -y java-17-openjdk-devel wget unzip curl tar git openssl curl net-tools nettle && \
wget https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
unzip packer_${PACKER_VERSION}_linux_amd64.zip && \
packer init . && \
rm packer_${PACKER_VERSION}_linux_amd64.zip

RUN yum -y update
Expand Down
3 changes: 2 additions & 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.9.1
ENV PACKER_VERSION=1.10.1

WORKDIR /packer

Expand All @@ -48,6 +48,7 @@ WORKDIR /packer
RUN yum install -y java-17-openjdk-devel wget unzip curl tar git openssl net-tools nettle && \
wget https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
unzip packer_${PACKER_VERSION}_linux_amd64.zip && \
packer init . && \
rm packer_${PACKER_VERSION}_linux_amd64.zip


Expand Down
3 changes: 2 additions & 1 deletion 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.9.1
ENV PACKER_VERSION=1.10.1

WORKDIR /packer

Expand All @@ -46,6 +46,7 @@ WORKDIR /packer
RUN yum install -y java-17-openjdk-devel wget unzip curl tar git openssl net-tools nettle && \
wget https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
unzip packer_${PACKER_VERSION}_linux_amd64.zip && \
packer init . && \
rm packer_${PACKER_VERSION}_linux_amd64.zip


Expand Down

0 comments on commit e3fe07f

Please sign in to comment.