Skip to content

Commit

Permalink
podvm: fix podvm packer image build
Browse files Browse the repository at this point in the history
- use the packer version 1.9.4-1, the version which still under the MPL license

fixes confidential-containers#1616

Signed-off-by: Da Li Liu <liudali@cn.ibm.com>
  • Loading branch information
Da Li Liu committed Dec 6, 2023
1 parent 768e795 commit eae4f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podvm/Dockerfile.podvm_builder
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update -y && \
apt-get update && apt-get install -y clang-17 && \
curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - && \
echo "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | tee -a /etc/apt/sources.list && \
apt-get update && apt-get install --no-install-recommends -y packer && \
apt-get update && apt-get install --no-install-recommends -y packer=1.9.4-1 && \
apt-get clean

ADD https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz go${GO_VERSION}.linux-amd64.tar.gz
Expand Down

0 comments on commit eae4f28

Please sign in to comment.