Skip to content

Commit cfb3d72

Browse files
Merge pull request #204 from Azure/prananth/cela_fix
Added SOURCES file to enable source discovery for CBL-D
2 parents 76191e9 + feaa91d commit cfb3d72

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

SOURCES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Azure Cloud Shell uses packages from CBL-D:
2+
- https://packages.microsoft.com/repos/cbl-d/
3+
4+
Source for packages in this directory are available at:
5+
- https://cbldsrc.blob.core.windows.net/quinault/index.html
6+
- https://cbldsrc.blob.core.windows.net/quinault-universe/index.html
7+
8+
Alternately to obtain sources, you may send a check or money order for US $5.00, including the package name, version, and return address to:
9+
10+
Source Code Compliance Team
11+
Microsoft Corporation
12+
One Microsoft Way
13+
Redmond, WA 98052
14+
USA

linux/base.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ FROM sbidprod.azurecr.io/quinault
1717

1818
SHELL ["/bin/bash","-c"]
1919

20+
# Added to fix CELA requirement to enable users to understand where the source of CBL-D packages come from
21+
COPY SOURCES .
2022
COPY linux/aptinstall.sh .
2123
COPY linux/installMaven.sh .
2224

0 commit comments

Comments
 (0)