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
Copy file name to clipboardExpand all lines: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -163,11 +163,18 @@ If you need to make changes to the default configuration you can update the file
163
163
For more detail on logrotate configuration see [Logrotate Configuration Options](https://linux.die.net/man/8/logrotate)
164
164
165
165
## Building Docker Image
166
-
To build an image that contains the latest NGINX Agent and the latest mainline version of NGINX OSS run the following command:
167
-
```
166
+
To build an image that contains the latest NGINX Agent, the latest mainline version of NGINX OSS on latest Alpine run the following command:
167
+
168
+
```make
168
169
make official-oss-image
169
170
```
170
171
172
+
To build an image that contains the latest NGINX Agent, the latest stable version of NGINX OSS on latest Alpine run the following command:
173
+
174
+
```make
175
+
make official-oss-stable-image
176
+
```
177
+
171
178
For more information on how to run NGINX Agent containers and how build an image that uses NGINX Plus instead of NGINX OSS see [Docker Images](https://docs.nginx.com/nginx-agent/installation-upgrade/container-environments/docker-images/)
0 commit comments