Closed rfay closed 1 year ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
The update optimizes the Docker image download process for DDEV by leveraging the ddev debug download-images
command. It also narrows down the focus to pull only the necessary drupalci/chromedriver:production
image, enhancing efficiency.
File | Summary |
---|---|
.gitpod/utils/download-ddev-images.sh |
The script has been updated to use ddev debug download-images for downloading Docker images. It now specifically pulls the drupalci/chromedriver:production image, improving efficiency and focus. |
🐇
In the land of code, where the shadows lie,
An update comes, swift as a dragonfly.
With a hop and a skip, it makes its way,
Optimizing downloads, saving the day.
No more pulling images, one by one,
With
ddev
, our task is quickly done.And in the heart of Docker, there's a new guest,
drupalci/chromedriver
, simply the best! 🚀
Fixed by PR https://github.com/shaal/DrupalPod/pull/133
The Problem/Issue/Bug
Currently there's a complex script to do the download, but it really only requires two lines
How this PR Solves The Problem
Use the two lines.
Summary by CodeRabbit
ddev debug download-images
command, improving efficiency and focusing on pulling only necessary images.drupalci/chromedriver:production
image to ensure its availability during the setup process.