Skip to content

add debian 12 bookworm #1635

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

Merged
merged 1 commit into from
Jun 18, 2023
Merged

add debian 12 bookworm #1635

merged 1 commit into from
Jun 18, 2023

Conversation

unidevel
Copy link

Add debian-12.yaml, rename debian.yaml to debian-11.yaml, link debian.yaml to debian-12.yaml, and update docs.

@unidevel unidevel force-pushed the master branch 3 times, most recently from 919be72 to 39f7af3 Compare June 17, 2023 07:13
@unidevel unidevel marked this pull request as draft June 17, 2023 07:15
@@ -11,7 +11,8 @@ Distro:
- [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux
- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8
- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
- [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux
- [`debian.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye)
- [`debian.yaml`](./debian-12.yaml): ⭐Debian GNU/Linux 12(bookworm)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [`debian.yaml`](./debian-12.yaml): ⭐Debian GNU/Linux 12(bookworm)
- [`debian-12.yaml`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@@ -11,7 +11,8 @@ Distro:
- [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux
- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8
- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
- [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux
- [`debian.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [`debian.yaml`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
- [`debian-11.yaml`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

# This example requires Lima v0.7.0 or later
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud.debian.org/images/cloud/bullseye/20230515-1381/debian-11-genericcloud-amd64-20230515-1381.qcow2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems debian 11

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I copied wrong file by mistake.

@unidevel unidevel force-pushed the master branch 2 times, most recently from bc37bbd to 8897a4b Compare June 17, 2023 09:29
@@ -11,7 +11,8 @@ Distro:
- [`archlinux.yaml`](./archlinux.yaml): ⭐Arch Linux
- [`centos-stream-8.yaml`](./centos-stream-8.yaml): CentOS Stream 8
- [`centos-stream-9.yaml`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
- [`debian.yaml`](./debian.yaml): ⭐Debian GNU/Linux
- [`debian-11.yaml`](./debian-11.yaml): ⭐Debian GNU/Linux 11(bullseye)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [`debian-11.yaml`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
- [`debian-11.yaml`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

@AkihiroSuda AkihiroSuda added this to the v0.17.0 milestone Jun 17, 2023
@AkihiroSuda AkihiroSuda added the guest/debian Guest: Debian label Jun 17, 2023
@unidevel unidevel marked this pull request as ready for review June 17, 2023 10:26
Signed-off-by: unidevel <[email protected]>
@@ -217,7 +217,7 @@ if [[ -n ${CHECKS["port-forwards"]} ]]; then
limactl shell "$NAME" sudo pacman -Syu --noconfirm openbsd-netcat
fi
if [ "${NAME}" = "debian" ]; then
limactl shell "$NAME" sudo apt-get install -y netcat
limactl shell "$NAME" sudo apt-get install -y netcat-openbsd
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested this with debian 11 and debian 12, both works.

@unidevel unidevel closed this Jun 18, 2023
@unidevel unidevel reopened this Jun 18, 2023
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 44e3a32 into lima-vm:master Jun 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guest/debian Guest: Debian
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants