Skip to content

Commit 1263895

Browse files
authored
Merge branch 'main' into subrata-ms/DepricatedFixLinux
2 parents 9c1d92a + ecb405f commit 1263895

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

eng/pipelines/pr-validation-pipeline.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,12 +1395,14 @@ jobs:
13951395
13961396
- script: |
13971397
# Create a Docker container for testing on x86_64
1398+
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1399+
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
13981400
docker run -d --name test-container-alpine \
13991401
--platform linux/amd64 \
14001402
-v $(Build.SourcesDirectory):/workspace \
14011403
-w /workspace \
14021404
--network bridge \
1403-
alpine:latest \
1405+
alpine:3.22 \
14041406
tail -f /dev/null
14051407
displayName: 'Create Alpine x86_64 container'
14061408
@@ -1637,12 +1639,14 @@ jobs:
16371639
16381640
- script: |
16391641
# Create a Docker container for testing on ARM64
1642+
# TODO(AB#40901): Temporary pin to 3.22 due to msodbcsql ARM64 package arch mismatch
1643+
# Revert to alpine:latest once ODBC team releases fixed ARM64 package
16401644
docker run -d --name test-container-alpine-arm64 \
16411645
--platform linux/arm64 \
16421646
-v $(Build.SourcesDirectory):/workspace \
16431647
-w /workspace \
16441648
--network bridge \
1645-
alpine:latest \
1649+
alpine:3.22 \
16461650
tail -f /dev/null
16471651
displayName: 'Create Alpine ARM64 container'
16481652

0 commit comments

Comments
 (0)