diff --git a/community/approved-plugins.json b/community/approved-plugins.json index 809dbcb938951..7885f0a59e9f9 100644 --- a/community/approved-plugins.json +++ b/community/approved-plugins.json @@ -94,11 +94,6 @@ "description": "Nx plugin to replace protractor with cypress in an nx workspace", "url": "https://github.com/FabianGosebrink/nx-protractor-to-cypress" }, - { - "name": "@nx-tools/nx-docker", - "description": "Nx plugin to build docker images of your affected apps", - "url": "https://github.com/gperdomor/nx-tools/tree/main/packages/nx-docker" - }, { "name": "@angular-custom-builders/lite-serve", "description": "Nx plugin to run the e2e test on an existing dist folder", @@ -353,5 +348,10 @@ "name": "@spaceribs/nx-web-ext", "description": "Nx plugin that allows you to build, test and deploy web extensions.", "url": "https://github.com/spaceribs/spaceribs/tree/main/packages/nx-web-ext" + }, + { + "name": "@nx-tools/nx-container", + "description": "Nx plugin to build OCI containers with Docker, Podman or Kaniko.", + "url": "https://github.com/gperdomor/nx-tools/tree/main/packages/nx-container" } ]