Skip to content

Add optional override for base image#182

Open
tashabits wants to merge 2 commits intomainfrom
51-adapt-lind-wasm-app-repo-to-be-able-to-run-with-a-custom-branch-of-lind-wasm-repo-that-can-be-configured
Open

Add optional override for base image#182
tashabits wants to merge 2 commits intomainfrom
51-adapt-lind-wasm-app-repo-to-be-able-to-run-with-a-custom-branch-of-lind-wasm-repo-that-can-be-configured

Conversation

@tashabits
Copy link
Copy Markdown
Member

@tashabits tashabits commented Apr 10, 2026

WHAT CHANGED

Added an optional override for the base image during build of lind-wasm-apps as follows:

docker build -f Dockerfile \   
   --build-arg BASE_IMAGE=securesystemslab/lind-wasm-dev:latest \
   -t lind-wasm-apps:dev .

This allows you to choose which container of lind-wasm you want to use to generate your apps container

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.

Adapt lind-wasm-app repo to be able to run with a custom branch of lind-wasm repo that can be configured.

2 participants