Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ubuntu #22

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

JingChen23
Copy link
Contributor

@JingChen23 JingChen23 commented Dec 1, 2023

Description

This change is for supporting building a frozen VM based on Ubuntu 22.04 LTS, potentially Ubuntu 20.04 LTS can also be supported by this change.

Test

Verified that we can build a frozen VM with the new code, and we can do Ray up based on the new frozen VM.

packer build -force \          
      -only vsphere-iso.linux-ubuntu \
      -var-file="config/vsphere.pkr.json" \
      builds/linux/ubuntu

Screenshot 2023-12-01 at 10 15 33

Screenshot 2023-12-01 at 10 16 32

Screenshot 2023-12-01 at 10 16 47

Also verified that we still can build the debian frozen VM as before.

Screenshot 2023-12-01 at 12 55 42

Signed-off-by: Chen Jing <[email protected]>
@JingChen23 JingChen23 merged commit 98acbbb into vmware-private-ai:main Dec 1, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants