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
{{ message }}
This repository was archived by the owner on Jan 11, 2025. It is now read-only.
| LUAJIT_LIB | /usr/local/lib | Tell nginx's build system where to find LuaJIT 2.0 |
122
+
| LUAJIT_INC | /usr/local/include/luajit-2.1 | Tell nginx's build system where to find LuaJIT 2.0 |
123
+
| LD_LIBRARY_PATH | /usr/local/lib/:$LD_LIBRARY_PATH | Search path environment variable for the linux shared library. |
124
+
| BUILD_DEPS | Differs based on the distro | List of needed packages to build properly the software. |
125
+
| NGINX_BUILD_DEPS | Differs based on the distro | List of needed packages to build properly nginx. |
126
+
| BUILD_DATE | This label contains the Date/Time the image was built. |
127
+
| VCS_REF | Identifier for the version of the source code from which this image was built. |
128
+
| VER_DUMBINIT | 1.2.2 | The version of dumb-init to use. |
129
+
| PKG_DEPS | Differs based on the distro | List of needed packages to run properly the software. |
130
+
131
+
These built-from-source flavors include the following modules by default, but one can easily increase or decrease that with the custom build options above:
|`org.label-schema.build-date`| This label contains the Date/Time the image was built. The value SHOULD be formatted according to RFC 3339. buildarg `BUILD_DATE`|
205
+
|`org.label-schema.description`| Text description of the image. May contain up to 300 characters. |
206
+
|`org.label-schema.docker.cmd`| How to run a container based on the image under the Docker runtime. |
|`org.label-schema.schema-version`| This label SHOULD be present to indicate the version of Label Schema in use. |
209
+
|`org.label-schema.url`| URL of website with more information about the product or service provided by the container. |
210
+
|`org.label-schema.vcs-ref`| buildarg `VCS_REF`|
211
+
|`org.label-schema.vcs-url`| URL for the source code under version control from which this container image was built. |
212
+
|`org.label-schema.version`| Release identifier for the contents of the image. |
213
+
214
+
## Examples
128
215
129
216
### Virtual Host
130
217
@@ -165,6 +252,16 @@ services:
165
252
166
253
# License
167
254
255
+
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
256
+
257
+
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
0 commit comments