Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

[-mode=docker] Compile the pipeline in docker before using it in other images #24

Merged
merged 2 commits into from
Mar 14, 2022

Conversation

kminehart
Copy link
Collaborator

@kminehart kminehart commented Mar 14, 2022

For docker-driven pipelines, this is probably a practice that we should continue to use.

For example, in Drone or Circle CI, we should compile the pipeline as the first step in the process, and then use that compiled pipeline in the following steps.

Fixes #17

@kminehart kminehart requested review from malcolmholmes and a team March 14, 2022 15:33
@kminehart kminehart merged commit f50611c into main Mar 14, 2022
@kminehart kminehart deleted the km/17/build-pipeline-in-docker branch July 21, 2022 18:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker mode: The pipeline should be compiled in a Docker container instead of in the current shell
1 participant