Date: Wed, 10 Aug 2022 19:49:31 +0000 From: Glen Barber <gjb@freebsd.org> To: Pat Maddox <pat@patmaddox.com> Cc: Freebsd Questions <freebsd-questions@freebsd.org>, freebsd-cloud@freebsd.org Subject: Re: How are the official cloud images created? (are there scripts available?) Message-ID: <20220810194931.GI30607@FreeBSD.org> In-Reply-To: <02105388-B73F-4075-B4BD-F0A6734E2C79@patmaddox.com> References: <02105388-B73F-4075-B4BD-F0A6734E2C79@patmaddox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--OmxNZ+k2SuGb8jfc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 10, 2022 at 12:38:40PM -0700, Pat Maddox wrote: > AWS has an official FreeBSD AMI [1], as does GCP [2]. >=20 > How are those images created? I assume someone runs scripts to configure = the > machine / disk and then makes an image. >=20 > Are those scripts available in git? >=20 > Who is responsible for making those images, that I could contact for more > info? >=20 > Pat >=20 > [1] https://aws.amazon.com/marketplace/pp/prodview-ukzmy5dzc6nbq > [2] https://cloud.google.com/compute/docs/images#freebsd >=20 They are in git. src/release/Makefile.vm. The 'make list-cloudware' target will give information on the valid CLOUDWARE values. 'make vm-cloudware' is the main target. A short example of the usage is: # make WITH_CLOUDWARE=3D1 CLOUDWARE=3DEC2 vm-cloudware Note, you will need to provide the API keys and other variables yourself, such as AWSKEYFILE, AWSREGION, etc. See src/release/Makefile.ec2 for details on this particular platform. Glen --OmxNZ+k2SuGb8jfc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAmL0C8YACgkQAxRYpUeP 4pOzFRAAoCevt5+aqOnpgLy7bm1JheC4y78GgZrPatI0YEs5hk26t+UCzLrHkBAh 3I9lnAmc/bRyBzkQ+kiUTkQeIKWSIzrm2VhMt+VbgmlSDAQJwwPCWUk7Fk0c2utl AnQXfAABlFExFHhz8qRcqqqyMo9svdShdSyXzuYfHO8xHa5trwy1KpPrOFquNSdg WNR8GsQFRKZk3hNozMoKYCTUWkXziQ+CnWjDi3rcxIcOlfdzs+Sl5kEwTtm6mm2O kiHHmQJvUVYCqjNm9Z4ALzTMQoUGdPtNlMhei7PpOEVRqdTQbNxnsUCXKslwrR9V 0GHppCqSpyBSsir/mwj3H21zSrpHSxzvx++8GN7Ipk3yULBnatbC5TS7W8lchEcg s/91PHBiKOUxcsQHagLoYvmOEjdLPS+1lYxTBs/Kh0K3+zl5p21ARx+4oZ9D8Fl1 hV9vezopfCCdsQHjyRhRa5G8nHFn4++FUr/jW9L5kL4VXzfjUeFI0IZgSdIbTSHc hgWLtIKUXb2zKUKQrrSPdfxt3Iv2mHXeDDqQGu6Wv0+Pj/fWfdTVPKvVb333KY+l GX+FK3/nPovzmqRITBihUVawECDIZW+RRf43dl++BiOcpDLhmtxun3qRuqVPl1xX l/1EUAuFlBk/gCRL/Vezuk19MqUQGeXZk09isKdplXZdpO6xKKk= =mMFk -----END PGP SIGNATURE----- --OmxNZ+k2SuGb8jfc--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20220810194931.GI30607>