Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update params for Mystikos base image build #1500

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pipeline {
string(name: "MYST_VERSION", description: "Mystikos release version (Example: 0.5.0). See https://github.com/deislabs/mystikos/releases for release versions. Alternatively can be pulled from a storage blob given a file name")
string(name: "STORAGE_BLOB", defaultValue: '', description: '[OPTIONAL] Pull Mystikos release from a storage blob')
string(name: "STORAGE_BLOB_CRED_ID", defaultValue: '', description: '[OPTIONAL] Credential ID to use to access STORAGE_BLOB')
string(name: "OE_BASE_CONTAINER_TAG", defaultValue: "latest", description: "The tag for the base OE Docker container. See https://github.com/openenclave/openenclave/blob/master/DOCKER_IMAGES.md for available tags")
string(name: "MYST_BASE_CONTAINER_TAG", defaultValue: "latest", description: "The tag for the new Mystikos base Docker container.")
string(name: "OE_BASE_CONTAINER_TAG", defaultValue: "CHANGEME", description: 'The tag for the base OE Docker container. Do not use "latest". See https://github.com/openenclave/openenclave/blob/master/DOCKER_IMAGES.md for available tags')
string(name: "MYST_BASE_CONTAINER_TAG", defaultValue: "", description: "The tag for the new Mystikos base Docker container. Leave empty for an autogenerated tag.")
string(name: "CONTAINER_REPO", defaultValue: "https://mystikos.azurecr.io", description: "Url for internal Docker repository")
string(name: "CONTAINER_REPO_CRED_ID", defaultValue: 'mystikos-public-container-registry', description: "Credential ID for internal Docker repository")
string(name: "OECI_LIB_VERSION", defaultValue: 'master', description: 'Version of OE Libraries to use')
Expand Down