Skip to content

Split Dockerfile into app and base dockerfiles for faster builds - #40

Merged
vmelikyan merged 1 commit into
mainfrom
split-dockerfile
Aug 25, 2025
Merged

Split Dockerfile into app and base dockerfiles for faster builds#40
vmelikyan merged 1 commit into
mainfrom
split-dockerfile

Conversation

@vmelikyan

Copy link
Copy Markdown
Contributor

Splits the Dockerfile into a base image (lifecycleoss/app-base) containing system dependencies and an application image to reduce build times. The base image is built manually and reused across all app builds, while the app image is built on every release (same as before).

@vmelikyan
vmelikyan requested a review from a team as a code owner August 25, 2025 23:26
@vmelikyan
vmelikyan merged commit f0a14be into main Aug 25, 2025
1 check passed
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.

2 participants