eric
eric13mo ago

How to copy all windmill artifacts from windmill base image?

Where would windmill artifacts be located if I want to manually copy them to my own docker image? For example I am basing my image off of windmill
FROM ghcr.io/windmill-labs/windmill:latest

COPY . .
RUN ......
CMD
FROM ghcr.io/windmill-labs/windmill:latest

COPY . .
RUN ......
CMD
But I would like to something like this:
FROM ghcr.io/windmill-labs/windmill:latest as wmill
FROM other docker image
COPY # all windmill artifacts to image

COPY . .
RUN ......
CMD
FROM ghcr.io/windmill-labs/windmill:latest as wmill
FROM other docker image
COPY # all windmill artifacts to image

COPY . .
RUN ......
CMD
1 Reply
Tiago Serafim
Tiago Serafim13mo ago
GitHub
Release v1.232.0 · windmill-labs/windmill
1.232.0 (2023-12-27) Features add summary to schedules (606b03d) no overlap for flows togglable on schedules (4935528) Bug Fixes fix file input (263f41c) improve ata for bun (b66fcbf) use bun in...
GitHub
windmill/Dockerfile at 28811023a4866dc0a1ac0548e0ed47dfccaa2963 · w...
Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. - windmill-labs/windmill

Did you find this page helpful?