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
Also, note the example above is for using the Docker Hub repository. Alternatively, you can also use the Github Package repository as well by prepending `ghcr.io/` to the image identifier, like the following: (Replacing the placeholders in angle brackets with your values.)
29
+
Also, note the example above is for using the Docker Hub repository. Alternatively, you can also use the GitHub Package repository as well by prepending `ghcr.io/` to the image identifier, like the following: (Replacing the placeholders in angle brackets with your values.)
30
30
31
31
```
32
32
cd </path/to/your/project>
@@ -120,7 +120,7 @@ IMPORTANT: Currently experiencing errors using this tool. See this [issue](https
120
120
121
121
See [PDepend Docs](https://pdepend.org/) for more usage details of this tool.
122
122
123
-
Note: I haven't used this for awhile, and notice it may require a Tidelift subscription for use.
123
+
Note: I haven't used this for a while, and notice it may require a Tidelift subscription for use.
124
124
125
125
```
126
126
docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp adamculp/php-code-quality:latest \
Rather than allowing Docker to retrieve the image from the Docker Hub or Github Container Repositories, users may also build the docker image locally by cloning the image repo from Github.
155
+
Rather than allowing Docker to retrieve the image from the Docker Hub or GitHub Container Repositories, users may also build the docker image locally by cloning the image repo from GitHub.
156
156
157
157
Why? As an example, a different version of PHP may be desired. Or a specific version of any tools might be required.
Please star, on [Docker Hub](https://hub.docker.com/repository/docker/adamculp/php-code-quality), [Github Container Repository](https://github.com/adamculp/php-code-quality/pkgs/container/php-code-quality), or [Github](https://github.com/adamculp/php-code-quality), if you find this helpful.
180
+
Please star, on [Docker Hub](https://hub.docker.com/repository/docker/adamculp/php-code-quality), [GitHub Container Repository](https://github.com/adamculp/php-code-quality/pkgs/container/php-code-quality), or [GitHub](https://github.com/adamculp/php-code-quality), if you find this helpful.
0 commit comments