зеркало из https://github.com/microsoft/Oryx.git
Wali/pipeline token issue fix (#2114)
* added oryx group in the baseimage pipelines
This commit is contained in:
Родитель
8f8abfaca4
Коммит
1fe25690a4
|
@ -24,9 +24,9 @@ if [ "$sdkStorageAccountUrl" == "$PRIVATE_STAGING_SDK_STORAGE_BASE_URL" ]; then
|
|||
set -x
|
||||
|
||||
if [ $isSasTokenEmpty -eq 0 ]; then
|
||||
echo "sasToken cannot be empty for $sdkStorageAccountUrl."
|
||||
echo "sasToken cannot be empty for $sdkStorageAccountUrl."
|
||||
else
|
||||
echo "sasToken is valid for $sdkStorageAccountUrl."
|
||||
echo "sasToken is empty for $sdkStorageAccountUrl."
|
||||
fi
|
||||
fi
|
||||
echo
|
||||
|
|
|
@ -61,7 +61,7 @@ if [ "$sdkStorageAccountUrl" == "$PRIVATE_STAGING_SDK_STORAGE_BASE_URL" ]; then
|
|||
if [ $isSasTokenEmpty -eq 0 ]; then
|
||||
echo "sasToken cannot be empty for $sdkStorageAccountUrl."
|
||||
else
|
||||
echo "sasToken is valid for $sdkStorageAccountUrl."
|
||||
echo "sasToken is empty for $sdkStorageAccountUrl."
|
||||
fi
|
||||
fi
|
||||
if [ -z "$debianFlavor" ] || [ "$debianFlavor" == "stretch" ]; then
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
variables:
|
||||
ascName: oryx-automation-service-principal
|
||||
acrName: oryxdevmcr.azurecr.io
|
||||
skipComponentGovernanceDetection: true
|
||||
Packaging.EnableSBOMSigning: true
|
||||
- group: Oryx
|
||||
- name: ascName
|
||||
value: oryx-automation-service-principal
|
||||
- name: acrName
|
||||
value: oryxdevmcr.azurecr.io
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
- name: Packaging.EnableSBOMSigning
|
||||
value: true
|
||||
|
||||
jobs:
|
||||
- template: ../templates/_buildimageBasesJobTemplate.yml
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
variables:
|
||||
ascName: oryx-automation-service-principal
|
||||
acrName: oryxdevmcr.azurecr.io
|
||||
skipComponentGovernanceDetection: true
|
||||
Packaging.EnableSBOMSigning: true
|
||||
- group: Oryx
|
||||
- name: ascName
|
||||
value: oryx-automation-service-principal
|
||||
- name: acrName
|
||||
value: oryxdevmcr.azurecr.io
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
- name: Packaging.EnableSBOMSigning
|
||||
value: true
|
||||
|
||||
jobs:
|
||||
- template: ../templates/_buildimageBasesJobTemplate.yml
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
variables:
|
||||
ascName: oryx-automation-service-principal
|
||||
acrName: oryxdevmcr.azurecr.io
|
||||
skipComponentGovernanceDetection: true
|
||||
Packaging.EnableSBOMSigning: true
|
||||
- group: Oryx
|
||||
- name: ascName
|
||||
value: oryx-automation-service-principal
|
||||
- name: acrName
|
||||
value: oryxdevmcr.azurecr.io
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
- name: Packaging.EnableSBOMSigning
|
||||
value: true
|
||||
|
||||
jobs:
|
||||
- template: ../templates/_buildimageBasesJobTemplate.yml
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
variables:
|
||||
ascName: oryx-automation-service-principal
|
||||
acrName: oryxdevmcr.azurecr.io
|
||||
skipComponentGovernanceDetection: true
|
||||
Packaging.EnableSBOMSigning: true
|
||||
- group: Oryx
|
||||
- name: ascName
|
||||
value: oryx-automation-service-principal
|
||||
- name: acrName
|
||||
value: oryxdevmcr.azurecr.io
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
- name: Packaging.EnableSBOMSigning
|
||||
value: true
|
||||
|
||||
jobs:
|
||||
- template: ../templates/_buildimageBasesJobTemplate.yml
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
variables:
|
||||
ascName: oryx-automation-service-principal
|
||||
acrName: oryxdevmcr.azurecr.io
|
||||
skipComponentGovernanceDetection: true
|
||||
Packaging.EnableSBOMSigning: true
|
||||
- group: Oryx
|
||||
- name: ascName
|
||||
value: oryx-automation-service-principal
|
||||
- name: acrName
|
||||
value: oryxdevmcr.azurecr.io
|
||||
- name: skipComponentGovernanceDetection
|
||||
value: true
|
||||
- name: Packaging.EnableSBOMSigning
|
||||
value: true
|
||||
|
||||
jobs:
|
||||
- template: ../templates/_buildimageBasesJobTemplate.yml
|
||||
|
|
Загрузка…
Ссылка в новой задаче