Go to file
Brennan Lamoreaux f9bbf47a79 calico: update to 3.26.4 and patch CVE-2024-33522
Change-Id: I86eb9721ac812817e97a5324634430f284c7b0b4
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/24382
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Alexey Makhalov <amakhalov@vmware.com>
Reviewed-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>
2024-08-27 11:08:20 +00:00
PUBLISHRPMS_SPECS openjdk11: Use openjdk10 from publishxrpms 2021-12-19 19:03:18 -08:00
SPECS calico: update to 3.26.4 and patch CVE-2024-33522 2024-08-27 11:08:20 +00:00
common/data photon-os-installer: Upgrade to v2.7 2024-07-01 23:36:16 +00:00
docs create images and ISOs using poi-container 2023-11-02 10:34:00 -07:00
support support/package-builder: add support to customize chroot by dropping a script 2024-07-26 13:37:23 +00:00
tools Add script for building intel drivers 2024-08-22 22:35:01 +00: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 Cherry-picking salt 3006.7 changes from 5.0 to dev 2024-04-25 18:42:33 +00:00
AUTHORS.md Update Project Architect 2023-01-06 03:52:15 -08:00
CHANGELOG.md Replace bintray with https://packages.vmware.com/ 2020-12-04 14:15:11 -08:00
COPYING Update open source license,COPYING,boot splash img 2020-11-02 15:27:19 -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
EULA.txt EULA Update 2023-03-23 06:51:22 -07:00
LICENSE.md Update license text. 2018-11-16 16:15:47 -08:00
Makefile build.py: add help text 2024-06-06 05:13:11 +00:00
NOTICE-Apachev2 Update NOTICE file 2020-04-22 10:59:10 -07:00
NOTICE-GPL2.0 Update NOTICE file 2020-04-22 10:59:10 -07:00
README.md Update README 2024-05-08 09:16:19 +00:00
Vagrantfile Added prefix so that non-VMWare employees can bring up Vagrant 2020-08-30 12:59:18 -07:00
build-config.json support/package-builder: add support to customize chroot by dropping a script 2024-07-26 13:37:23 +00:00
build.py support/package-builder: add support to customize chroot by dropping a script 2024-07-26 13:37:23 +00:00
contributing.md ITS: Replacement of words as suggested by its-scanner 2021-07-01 00:21:13 -07:00
help.txt support/package-builder: add support to customize chroot by dropping a script 2024-07-26 13:37:23 +00:00
photon-build-config.txt linux: Adding support for ACVP Build 2023-12-04 22:41:54 -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 Next Gen (pmd-next-gen).

  • 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 5.0 GA is here!

Photon OS 5.0 provides support for the Real Time flavor of kernel linux-rt, SELinux , installer improvements, PMD role management improvements and critical updates to OSS packages including linux kernel, systemd, and glibc.

For an overview of changes, see What's New in Photon OS 5.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™.
  • 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.