@@ -4,20 +4,22 @@ languages:
4
4
- java
5
5
products :
6
6
- azure
7
+ - azure-container-registry
7
8
description : " Azure Container Registry sample for managing container registry with webhooks."
8
9
urlFragment : acr-java-manage-azure-container-registry-with-webhooks
9
10
---
10
11
11
12
# Manage Container Registry With Webhooks (Java)
12
13
13
- Azure Container Registry sample for managing container registry with webhooks.
14
- - Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete)
15
- - If a local Docker engine cannot be found, create a Linux virtual machine that will host a Docker engine
16
- to be used for this sample
17
- - Use Docker Java to create a Docker client that will push/pull an image to/from Azure Container Registry
18
- - Pull a test image from the public Docker repo (hello-world: latest ) to be used as a sample for pushing/pulling
19
- to/from an Azure Container Registry
20
- - List the container registry webhook event notifications after pushing a container image to the registry
14
+ Azure Container Registry sample for managing container registry with webhooks.
15
+
16
+ - Create an Azure Container Registry and setup couple Webhooks to be triggered on registry related actions (push, delete)
17
+ - If a local Docker engine cannot be found, create a Linux virtual machine that will host a Docker engine
18
+ to be used for this sample
19
+ - Use Docker Java to create a Docker client that will push/pull an image to/from Azure Container Registry
20
+ - Pull a test image from the public Docker repo (hello-world: latest ) to be used as a sample for pushing/pulling
21
+ to/from an Azure Container Registry
22
+ - List the container registry webhook event notifications after pushing a container image to the registry
21
23
22
24
23
25
## Running this sample
0 commit comments