Closed sarahricker closed 2 years ago
Latest commit: 31dd34f6b0b9986c7b130161fffe39ed1daf7eec
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
JIRA Ticket
CICD-24
What Are We Doing Here
Building and hosting image on WPE docker hub, then calling the hosted image instead of building it every time.
Original: Avg 11-14 seconds (Build Docker Container on the fly)
New: 4 seconds :tada: (Build Docker Container from Hosted Docker Image)
NewNew: 1 second 🐎 (Pull Docker Image directly from within action.yml)
New SPLIT: 4 seconds ⏩ (Build Docker Container from Hosted Docker Image, but split to add in exclude.txt and entrypoint script afterwards)
Plan Moving Forward:
TO DO:
[ ] Automate rebuilding the base-image
Restore the DockerHub Build Rules
[ ] Automate building custom images on the fly based on branch name with regex
See ideas in the DockerHub Build Rules
[ ] Optimize the Base Image