Skip to content

Commit cd545af

Browse files
committed
generator container needs 8.0-jammy-chiseled so libstdc++.so is available
1 parent 9553c7f commit cd545af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
env:
1515
BASE_IMAGE: mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled-aot
16+
BASE_IMAGE_SINGLE: mcr.microsoft.com/dotnet/nightly/runtime-deps:8.0-jammy-chiseled
1617
DOCKER_TAG: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && 'latest;edge' || 'edge' }}
1718

1819
jobs:
@@ -86,7 +87,7 @@ jobs:
8687
/t:PublishContainer \
8788
-p DebugType=none \
8889
-p ContainerUser=1001:1001 \
89-
-p ContainerBaseImage=${{ env.BASE_IMAGE }} \
90+
-p ContainerBaseImage=${{ env.BASE_IMAGE_SINGLE }} \
9091
-p ContainerRegistry=ghcr.io \
9192
-p ContainerImageTags='"${{ env.DOCKER_TAG }};${{ steps.bootstrap.outputs.full-version }}"' \
9293
-p ContainerRepository=elastic/docs-generator \

0 commit comments

Comments
 (0)