Skip to content

Commit

Permalink
MGMT-15703: Update vsphere ci machine base image. (#2260)
Browse files Browse the repository at this point in the history
Update packer version
  • Loading branch information
eliorerz authored Sep 8, 2023
1 parent 203413a commit 3bd455a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.assisted-test-infra
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN dnf -y install --enablerepo=crb \
# running with a random user.
RUN git config --system --add safe.directory '*'

RUN curl --retry 5 --connect-timeout 30 -Lo packer.zip https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_linux_386.zip && unzip packer.zip -d /usr/bin/ && mv /usr/bin/packer /usr/bin/packer.io && rm -rf packer.zip
RUN curl --retry 5 --connect-timeout 30 -Lo packer.zip https://releases.hashicorp.com/packer/1.9.4/packer_1.9.4_linux_386.zip && unzip packer.zip -d /usr/bin/ && mv /usr/bin/packer /usr/bin/packer.io && rm -rf packer.zip
RUN curl --retry 5 --connect-timeout 30 -Lo terraform.zip https://releases.hashicorp.com/terraform/1.3.6/terraform_1.3.6_linux_amd64.zip && unzip terraform.zip -d /usr/bin/ && rm -rf terraform.zip
RUN curl --retry 5 --connect-timeout 30 -L https://github.com/containers/podman/releases/download/v3.4.4/podman-remote-static.tar.gz -o "/tmp/podman-remote3.tar.gz" && \
tar -zxvf /tmp/podman-remote3.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion packer_files/vsphere_centos_template/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ variable "vcpus" {

variable "iso_url" {
type = string
default = "https://vault.centos.org/8.5.2111/isos/x86_64/CentOS-8.5.2111-x86_64-boot.iso"
default = "http://rep-centos-il.upress.io/8-stream/isos/x86_64/CentOS-Stream-8-20230904.0-x86_64-boot.iso"
description = "The Centos8 ISO download URL"
}

Expand Down

0 comments on commit 3bd455a

Please sign in to comment.