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
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,21 @@ This Docker image adds the following tools to the docksal/cli image:
9
9
*[puppeteer v1.2](https://github.com/puppeteer/puppeteer) (needs testing with v2.x)
10
10
* vim
11
11
12
+
## DockerHub Integration
13
+
14
+
* To generate new images for the latest Docksal version, add a new tag off `master` like `2.12`
15
+
* To enable more PHP versions like `php7.4`, go into DockerHub and add another automated build target:
16
+
* Source Type: `Tag`
17
+
* Source: `^[0-9.]+$`
18
+
* Docker Tag: `{sourceref}-php7.4`
19
+
* Dockerfile Location: `Dockerfile`
20
+
* Build Context: `/`
21
+
* Autobuild: On
22
+
* Build Caching: Off
23
+
* DockerHub has automated builds configured to watch for new [tags](https://github.com/phase2/docker-cli/tags)
24
+
* It will match any tag with the pattern `[0-9.]+` basically so we can keep up with Docksal's #.## versioning format
25
+
* DockerHub uses [hooks/build](hooks/build) to override the `CLI_VERSION` value with the matched tag for each of the PHP versions in the automated builds list
26
+
12
27
## Using pa11y with Docksal
13
28
14
29
In the project `.docksal/docksal.env` set the following:
0 commit comments