You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically we should move all of the commands out of the ADD/RUN syntax and into the main Dockerfile.
We should also look to improve our build process.
I would recommend we look at what PHP, Postgres, and others have done and to have a shell script (update.sh) which takes a matrix of PHP versions, Base image versions (stretch at this time), and generates a Dockerfile in a folder format for each.
The text was updated successfully, but these errors were encountered:
We should improve our Dockerfile in line with best-practice recommendations in https://github.com/docker-library/official-images/blob/master/README.md#clarity
Specifically we should move all of the commands out of the ADD/RUN syntax and into the main Dockerfile.
We should also look to improve our build process.
I would recommend we look at what PHP, Postgres, and others have done and to have a shell script (
update.sh
) which takes a matrix of PHP versions, Base image versions (stretch at this time), and generates a Dockerfile in a folder format for each.The text was updated successfully, but these errors were encountered: