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