Skip to content

Comments

fix: docker base image default value is now correctly displayed for both Go & TS#2260

Open
kcalbxof wants to merge 1 commit intoencoredev:mainfrom
kcalbxof:docker-base-image-default-value
Open

fix: docker base image default value is now correctly displayed for both Go & TS#2260
kcalbxof wants to merge 1 commit intoencoredev:mainfrom
kcalbxof:docker-base-image-default-value

Conversation

@kcalbxof
Copy link

I was working on my personal project, when i figured out that Encore uses "node:slim" as base image, rather than "
scratch", which led to encore docker container being unable to launch with TS code, when i used another base image. Thats understandable, just not clear from "help menu" provided in console:

  --base string        base image to build from (default "scratch")

Now it should say:

  --base string        base image to build from (default for TS: "node:slim", for Go: "scratch")

Just a heads up, i havent had experience with Go syntax yet, and that PR is rather compulsive... So please check thoroughly, and thanks for understanding.

@encore-cla
Copy link

encore-cla bot commented Jan 29, 2026

All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant