Skip to content

Commit 7e52dfe

Browse files
author
Ryan Johnson
committed
chore(deps): remove ubuntu v18.04
On 31 May 2023, Ubuntu 18.04 LTS reached the end of standard support. This commit removes Ubuntu Server 18.04 LTS from the project. Signed-off-by: Ryan Johnson <johnsonryan@vmware.com>
1 parent c30e470 commit 7e52dfe

File tree

8 files changed

+736
-1682
lines changed

8 files changed

+736
-1682
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
- Updates Debian 11 to 11.7 release. [GH-574](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/574)
1818
- Updates Ubuntu 22.04 to 22.04.2 release. [GH-492](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/492)
1919
- Updates Ubuntu 20.04 to 20.04.6 release. [GH-566](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/566)
20+
- Removes Ubuntu 18.04 from the project. [GH-578](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/578)
21+
22+
On 31 May 2023, Ubuntu 18.04 LTS reached the end of standard support. See [Ubuntu Lifecycle](https://ubuntu.com/about/release-cycle) for more information.
23+
2024
- Updates Red Hat Enterprise Linux 9 to 9.2 release. [GH-576](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/576)
2125
- Updates Red Hat Enterprise Linux 8 to 8.8 release. [GH-577](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/577)
2226
- Updates Almalinux 9 to 9.2 release. [GH-569](https://github.com/vmware-samples/packer-examples-for-vsphere/pull/569)

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The following builds are available:
2929
- Debian 11
3030
- Ubuntu Server 22.04 LTS (cloud-init)
3131
- Ubuntu Server 20.04 LTS (cloud-init)
32-
- Ubuntu Server 18.04 LTS
3332
- Red Hat Enterprise Linux 9 Server
3433
- Red Hat Enterprise Linux 8 Server
3534
- Red Hat Enterprise Linux 7 Server
@@ -816,8 +815,6 @@ The project supports using a datastore to store your guest operating system [`.i
816815
- [Download][download-linux-ubuntu-server-22-04-lts] the latest **LIVE** release `.iso` image. (_e.g.,_ `ubuntu-22.04.x-live-server-amd64.iso`)
817816
- Ubuntu Server 20.04 LTS
818817
- [Download][download-linux-ubuntu-server-20-04-lts] the latest **LIVE** release `.iso` image. (_e.g.,_ `ubuntu-20.04.x-live-server-amd64.iso`)
819-
- Ubuntu Server 18.04 LTS
820-
- [Download][download-linux-ubuntu-server-18-04-lts] the latest legacy **NON-LIVE** release `.iso` image. (_e.g.,_ `ubuntu-18.04.x-server-amd64.iso`)
821818
- Red Hat Enterprise Linux 9 Server
822819
- [Download][download-linux-redhat-server-9] the latest release of the **FULL** `.iso` image. (_e.g.,_ `rhel-baseos-9.x-x86_64-dvd.iso`)
823820
- Red Hat Enterprise Linux 8 Server
@@ -1017,16 +1014,15 @@ Happy building!!!
10171014
[download-linux-debian-11]: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/
10181015
[download-linux-photon-server-4]: https://packages.vmware.com/photon/4.0/
10191016
[download-linux-redhat-server-7]: https://access.redhat.com/downloads/content/69/ver=/rhel---7/7.9/x86_64/product-software
1020-
[download-linux-redhat-server-8]: https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.7/x86_64/product-software
1021-
[download-linux-redhat-server-9]: https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.1/x86_64/product-software
1017+
[download-linux-redhat-server-8]: https://access.redhat.com/downloads/content/479/ver=/rhel---8/8.8/x86_64/product-software
1018+
[download-linux-redhat-server-9]: https://access.redhat.com/downloads/content/479/ver=/rhel---9/9.2/x86_64/product-software
10221019
[download-linux-rocky-server-9]: https://download.rockylinux.org/pub/rocky/9/isos/x86_64/
10231020
[download-linux-rocky-server-8]: https://download.rockylinux.org/pub/rocky/8/isos/x86_64/
1024-
[download-suse-linux-enterprise-15]: https://www.suse.com/download/sles/#
1025-
[download-linux-ubuntu-server-18-04-lts]: http://cdimage.ubuntu.com/ubuntu/releases/18.04.5/release/
1021+
[download-suse-linux-enterprise-15]: https://www.suse.com/download/sles/
10261022
[download-linux-ubuntu-server-20-04-lts]: https://releases.ubuntu.com/20.04/
10271023
[download-linux-ubuntu-server-22-04-lts]: https://releases.ubuntu.com/22.04/
10281024
[gomplate-install]: https://gomplate.ca/
1029-
[hcp-packer-create]: https://learn.hashicorp.com/tutorials/packer/hcp-push-image-metadata?in=packer/hcp-get-started#create-hcp-packer-registry
1025+
[hcp-packer-create]: https://developer.hashicorp.com/packer/tutorials/hcp-get-started/hcp-push-image-metadata?in=packer%2Fhcp-get-started#create-hcp-packer-registry
10301026
[hcp-packer-docs]: https://developer.hashicorp.com/hcp/docs/packer
10311027
[hcp-packer-intro]: https://www.youtube.com/watch?v=r0I4TTO957w
10321028
[hcp-security]: https://www.hashicorp.com/security

0 commit comments

Comments
 (0)