Skip to content

Commit

Permalink
docs: add documentation about build process in Cilium repository
Browse files Browse the repository at this point in the history
Signed-off-by: André Martins <andre@cilium.io>
  • Loading branch information
aanm committed Oct 14, 2021
1 parent 88df450 commit ea84cca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/contributing/development/images.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,14 @@ Nightly images are stored on dockerhub tagged with following format: ``YYYYMMDD-
Job number is added to tag for the unlikely event of two consecutive nightly builds being built on the same date.

.. _cilium/nightly: https://hub.docker.com/r/cilium/nightly/

Image Building Process
~~~~~~~~~~~~~~~~~~~~~~

Images are automatically created by a GitHub action: ``build-images``. This
action will automatically run for any Pull Request, including Pull Requests
submitted from forked repositories, and push the images into
``quay.io/cilium/*-ci``. They will be available there for 1 week before they are
removed by the ``ci-images-garbage-collect`` workflow. Once they are removed, the
developer must re-push the Pull Request into GitHub so that new images are
created.

0 comments on commit ea84cca

Please sign in to comment.