Skip to content

Commit f24fccd

Browse files
authored
chore(distroless): Rename core image to celestdev/runtime (#354)
For consistency with other images
1 parent f73d35c commit f24fccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/distroless_core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
file: apps/distroless/core/Dockerfile
5252
platforms: linux/amd64,linux/arm64
5353
push: ${{ github.event_name != 'pull_request' }}
54-
tags: celestdev/core-builder:latest
54+
tags: celestdev/runtime:latest
5555
cache-from: type=gha # Pull cache from GitHub Actions cache
5656
cache-to: type=gha,mode=max # Push cache to GitHub Actions cache (mode=max includes all layers)
5757

apps/cli/lib/src/codegen/api/dockerfile_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EXPOSE $PORT
3636
// TODO(dnys1): Remove `--platform=linux/amd64` when Celest supports arm64.
3737
static const String _dartExeTemplate = r'''
3838
# syntax=docker/dockerfile:1.2
39-
FROM --platform=linux/amd64 celestdev/core-runtime:latest
39+
FROM --platform=linux/amd64 celestdev/runtime:latest
4040
4141
WORKDIR /app
4242
COPY --chmod=755 main.exe .

0 commit comments

Comments
 (0)