Include a "new in" tag to templates section

The templates script that uses `envsubst` is not available in the current stable version (1.18).

Hope this information saves others some debugging time.
This commit is contained in:
Cláudio 2020-06-23 11:49:29 +01:00 committed by GitHub
parent aeaaf6a07d
commit 7a89753309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Then build the image with `docker build -t custom-nginx .` and run it as follows
$ docker run --name my-custom-nginx-container -d custom-nginx
```
### Using environment variables in %%IMAGE%% configuration
### Using environment variables in %%IMAGE%% configuration (new in 1.19)
Out-of-the-box, %%IMAGE%% doesn't support environment variables inside most configuration blocks. But this image has a function, which will extract environment variables before %%IMAGE%% starts.