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
@@ -1772,6 +1815,29 @@ If you aren't using a virtual network, or if you've configured it correctly, tes
1772
1815
* For an image "helloworld", test pushing to your ACR by running `docker push helloworld`
1773
1816
* See [Quickstart: Build and run a container image using Azure Container Registry Tasks](../container-registry/container-registry-quickstart-task-cli.md)
1774
1817
1818
+
## *Unknown Docker command*
1819
+
### Unknown Docker instruction
1820
+
<!--issueDescription-->
1821
+
This issue can happen when Docker doesn't recognize an instruction in the Dockerfile.
1822
+
1823
+
**Potential causes:**
1824
+
* Unknown Docker instruction being used in Dockerfile
1825
+
* Your Dockerfile contains invalid syntax
1826
+
1827
+
**Affected areas (symptoms):**
1828
+
* Failure in building environments from UI, SDK, and CLI.
1829
+
* Failure in running jobs because it will implicitly build the environment in the first step.
1830
+
<!--/issueDescription-->
1831
+
1832
+
**Troubleshooting steps**
1833
+
* Ensure that the Docker command is valid and spelled correctly
1834
+
* Ensure there's a space between the Docker command and arguments
1835
+
* Ensure there's no unnecessary whitespace in the Dockerfile
1836
+
* Ensure Dockerfile is formatted correctly and is encoded in UTF-8
0 commit comments