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
* Optimize final image build size by grouping commands in the same build step and deleting unneeded package installation files. Add non-interactive env vars.
* Add non-interactive env vars to builder apt-get. Readability.
* apt-get switches: be less forceful to allow detection of potentially harmful build errors.
* Add '--no-install-recommends' switch to apt-get command to reduce build time and make image smaller (#70).
* Add testing Docker Compose manifests.
* Dockerfile: Get source files from local build context instead of downloading from git.
* Docker Compose example manifests: Build from local context. Uncomment example options.
* Readme: Document Docker Compose manifest usage.
0 commit comments