Go to file
VinodJIsaac 64a93c56db fixing link to build-photon.md
Change-Id: I2abc02f84fc1cde7e0a364b57ea1c6cb11ec34f7
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/8669
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>
2019-12-06 15:49:36 -08:00
PUBLISHRPMS_SPECS/gcc Add specs for core toolchain packages that are used as publishrpms 2018-10-02 10:30:25 -07:00
SPECS update to powershell-6.2.3 2019-12-06 15:49:09 -08:00
common/data minimal-iso: Creating photon minimal-iso 2019-10-28 11:04:07 -07:00
docs DOCs: change to add RPi3 interface section 2019-11-14 01:49:33 -08:00
installer installer: fix remote repo= 2019-11-25 15:24:11 -08:00
support package-builder: do not build binutils twice 2019-11-26 11:48:13 -08:00
tools Change wording in copyright statement 2019-07-18 17:36:41 -07:00
.dockerignore Docker image creation script. Makefile updated to let users use 'sudo make docker-image' and 'sudo make install-docker-image' to build and create docker image of photon. Currently it uses photon bintray repo instead of using local rpms to create the image. Fix pullsources.py bug that breaks in parallel download. Fix some spec files. 2015-07-01 08:42:17 -07:00
.gitignore Add patches for bintuils CVE-2017-12448 to -12459 2017-08-17 12:07:52 -07:00
AUTHORS.md Fix typo in AUTHORS file 2018-09-11 11:18:18 -07:00
CHANGELOG.md Update CHANGELOG.md 2016-08-15 22:34:52 -07:00
COPYING Update EULA and open source license for 3.0 2019-02-04 01:34:24 -08:00
CREDITS Update to section 3. 2015-04-23 22:57:42 -07:00
Dockerfile Replaced deprecated MAINTAINER with LABEL (#679) 2018-04-26 09:43:44 -07:00
LICENSE.md Update license text. 2018-11-16 16:15:47 -08:00
Makefile Makefile: mark return code as 1 if make clean-stage-for-incremental-build is failed 2019-12-06 12:05:42 -08:00
NOTICE Update EULA and open source license for 3.0 2019-02-04 01:34:24 -08:00
README.md docs: Fix anchor links in Photon Github homepage 2019-04-26 14:44:49 -07:00
Vagrantfile update build machine to ubuntu 14.04.3 2016-01-06 10:13:01 -08:00
contributing.md fixing link to build-photon.md 2019-12-06 15:49:36 -08:00
index.html Update the index.html with the right URL for the GCE image 2016-02-16 13:20:32 -08:00

README.md

Photon

Photon OS: Linux Container Host

Contents

What is Photon OS?

Photon OS™ is an open source Linux container host optimized for cloud-native applications, cloud platforms, and VMware infrastructure. Photon OS provides a secure run-time environment for efficiently running containers. Some of the key highlights of Photon OS are:

  • Optimized for VMware hypervisor: The Linux kernel is tuned for performance when Photon OS runs on VMware ESXi.

  • Support for containers: Photon OS includes the Docker daemon and works with container orchestration frameworks, such as Mesos and Kubernetes.

  • Efficient lifecycle management: Photon OS is easy to manage, patch, and update, using the tdnf package manager and the Photon Management Daemon (pmd).

  • Security hardened: Photon OS provides secure and up-to-date kernel and other packages, and its policies are designed to govern the system securely.

For an overview of Photon OS, see https://vmware.github.io/photon/

Getting Photon OS

Photon OS binaries are available in a number of formats, including ISO, OVA and cloud images such as Amazon AMI, Google Cloud GCE image and Azure VHD.

For download instructions and links to Photon OS binaries, go to the Download Guide.

Photon OS 3.0 GA is here!

Photon OS 3.0 GA introduces new devices support including ARM64 (Raspberry Pi 3), installer improvements and up-to-date OSS packages including linux kernel, systemd and glibc.

For an overview of changes, see What's New in Photon OS 3.0.

Photon OS 2.0

Photon OS 2.0 introduces new security and OS management capabilities, along with new and updated packages for Cloud native applications and VMware appliances.

For an overview of changes, see What's New in Photon OS 2.0.

Getting Started

Begin your Photon OS journey by browsing our extensive guides on getting started in the Photon OS Wiki.

Contributing

The Photon OS project team welcomes contributions from the community.

If you wish to contribute code and you have not signed our Contributor License Agreement (CLA), our CLA-bot will take you through the process and update the issue when you open a Pull Request. If you have questions about the CLA process, see our CLA FAQ or contact us through the GitHub issue tracker.

To help you get started making contributions to Photon OS, we have collected some helpful best practices in the Contributing guidelines.

Before you start to code, we recommend discussing your plans through a GitHub issue or discuss it first with the official project maintainers via the #photon Slack Channel, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

License

The Photon OS ISO and OVA images are distributed under the Photon OS EULA.

With the exception of the 'libtdnf' source code, Photon OS source code is distributed under GNU GPL v2. The 'libtdnf' source code is distributed under GNU LGPL v2.1. For more details, please refer to the Photon OS Open Source License file.

Photon OS Resources

  • Documentation: The Photon OS Documentation provides information about how to install, configure, and use VMware Photon OS™. You can view the published HTML files on https://vmware.github.io/photon/assets/files/html/3.0/index.html and the source files on the Docs folder.
  • Security Updates: Visit Security-Advisories.
  • Vagrant box: An official Vagrant box is available on Hashicorp Atlas, to get started: vagrant init vmware/photon. A plugin to support Photon OS guests in Vagrant is available at https://github.com/vmware/vagrant-guests-photon. Some users have found that our Vagrant box requires VirtualBox 4.3 or later. If you have issues, please check your version.