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 the PMC publication to support RHEL8 #6491

Merged
merged 4 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
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
28 changes: 26 additions & 2 deletions builds/misc/packages-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,28 @@ stages:
*.deb
*.rpm
TargetFolder: '$(build.artifactstagingdirectory)'
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
displayName: ESRP Binary CodeSigning
inputs:
ConnectedServiceName: "Azure IoT Edge Code Sign 2"
FolderPath: '$(build.artifactstagingdirectory)'
Pattern: "*.rpm"
SessionTimeout: 20
inlineOperation: |
[
{
"KeyCode": "CP-450779-Pgp",
"OperationCode": "LinuxSign",
"Parameters": {},
"ToolName": "sign",
"toolVersion": "1.0"
}
]
signConfigType: inlineSignParams
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 'SBOM Generation Task'
inputs:
BuildDropPath: '$(build.artifactstagingdirectory)'
BuildDropPath: '$(build.artifactstagingdirectory)'
- task: PublishBuildArtifacts@1
displayName: Publish Artifacts
inputs:
Expand Down Expand Up @@ -159,7 +177,13 @@ stages:
artifactName: iotedged-debian11-arm32v7
identityServiceArtifactName: packages_debian-11-slim_arm32v7
identityServicePackageFilter: aziot-identity-service_*_armhf.deb


RedHat8-amd64:
os: redhat8
artifactName: iotedged-redhat8-amd64
identityServiceArtifactName: packages_redhat-ubi8-latest_amd64
identityServicePackageFilter: aziot-identity-service-*.x86_64.rpm

Ubuntu1804-amd64:
os: ubuntu18.04
artifactName: iotedged-ubuntu18.04-amd64
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/centos/aziot-edge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ URL: https://github.com/azure/iotedge
%{?systemd_requires}
BuildRequires: systemd
Requires(pre): shadow-utils
Requires: aziot-identity-service = 1.3.0~dev-1
Requires: aziot-identity-service = 1.3.0~dev-1%{?dist}
Source0: aziot-edge-%{version}.tar.gz

%description
Expand Down
2 changes: 1 addition & 1 deletion edgelet/contrib/enterprise-linux/aziot-edge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ URL: https://github.com/azure/iotedge
%{?systemd_requires}
BuildRequires: systemd
Requires(pre): shadow-utils
Requires: aziot-identity-service = 1.3.0~dev-1
Requires: aziot-identity-service = 1.3.0~dev-1%{?dist}
Source0: aziot-edge-%{version}.tar.gz

%description
Expand Down