Oryx/vsts
Kiran Challa c635f76373
Clean the agent machine image cache before building base images. (#357)
2019-09-19 12:44:38 -07:00
..
pipelines Clean the agent machine image cache before building base images. (#357) 2019-09-19 12:44:38 -07:00
scripts Cleanup: Remove logic which tags images with DockerHub repo name (#330) 2019-08-26 15:04:25 -07:00
Readme.md Arroyc/new yaml pipeline (#10) 2019-03-21 14:51:13 -07:00

Readme.md

The content in this folder is specific to any VSTS related stuff.

Pipelines

They represent the build pipelines for this repository.

  • 'validation.yml':
    This is used for validating branches for which pull requests were sent.
    In this pipeline both build and runtime images are built and tested but they are NOT pushed.

  • 'nightly.yml':
    Pipeline which builds and tests build and runtime images every night.

  • 'ci.yml':
    Pipeline which builds, tests and pushes build images and runtime images.
    This pipeline, by default, gets triggered for check-ins into 'master' branch.
    Also it has a scheduled build for releasing signed binaries to images on Saturday mornings.

Scripts

This folder contains scripts that are used in VSTS pipelines.