This release contains the following changes:
More Labels in the Docker Image & Badges in the README #185
The Docker image will contain more labels. The labels follow label-schema.org and the OpenContainer image spec, section annotations, specifications.
This provides more information for debugging problems and allows MicroBadger to extract information from the Docker image.
This repository now also displays some status badges in the README:
Ignore local override file #187
@markhoney shared how he customizes the docker-compose.yml
file: He creates a docker-compose.override.yml
file, an official docker-compose feature. He also submitted a PR that adds that file to the .gitignore
file. Thank you!
Update Nginx to 1.17 #188
@edenpark59 suggested to update Nginx to a more recent version and submitted a PR. Thank you!
Respect SKIP_GIT
#191
@mattolenik reported that the SKIP_GIT
environment variable of the build.sh
script has no effect and submitted a PR to fix that. Thank you!
Known Issues
There are no known issues.