Skip to content

Commit 2001789

Browse files
committed
Swap base image to support embedded LLM without the ollama container.
1 parent 9539054 commit 2001789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
${{ env.REGISTRY }}/pledger-io/amd64-core:${{ inputs.version }}
4646
${{ env.REGISTRY }}/pledger-io/amd64-core:stable
4747
build-args: |
48-
BASE_IMAGE=eclipse-temurin:23-jre-alpine
48+
BASE_IMAGE=eclipse-temurin:23-jre-noble
4949
BUILD_VERSION=${{ inputs.version }}
5050
- name: Build ARM64 image
5151
uses: docker/build-push-action@v5
@@ -58,5 +58,5 @@ jobs:
5858
${{ env.REGISTRY }}/pledger-io/arm64-core:${{ inputs.version }}
5959
${{ env.REGISTRY }}/pledger-io/arm64-core:stable
6060
build-args: |
61-
BASE_IMAGE=eclipse-temurin:23-jre-alpine
62-
BUILD_VERSION=${{ inputs.version }}
61+
BASE_IMAGE=eclipse-temurin:23-jre-noble
62+
BUILD_VERSION=${{ inputs.version }}

0 commit comments

Comments
 (0)