This repository was archived by the owner on Mar 29, 2024. It is now read-only.
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ GitHub release
23
23
#. Run ``./scripts/subsplit.sh `` to update ``php-v8-stubs `` which are available in a separate read-only repository to match
24
24
packagist and composer expectations.
25
25
26
- # PECL release
26
+ PECL release
27
+ ============
27
28
28
29
#. Run ``pecl package `` in your build machine (it's normally vagrant box used for ``php-v8 `` development). It should create
29
30
``v8-X.Y.Z.tgz `` file.
@@ -51,7 +52,15 @@ macOS Homebrew release
51
52
#. If version has already been published to bintray and you absolutely sure it needs to be re-built without revision.
52
53
bump, you will need to delete such version from bintray first.
53
54
54
- TODO: docker release
55
+ Docker image release
56
+ ====================
57
+
58
+ #. Go into `pinepain/dockerfiles <https://github.com/pinepain/dockerfiles/tree/master/php-v8 >`_ ``php-v8 `` folder.
59
+ #. Make sure you have valid stable and latest versions in ``Makefile ``.
60
+ #. To avoid caching, run ``make clean-stable `` to remove any image for the current stable version
61
+ and ``make clean-latest `` to do the same for the current latest version.
62
+ #. Run ``make stable `` to build and upload current stable version
63
+ and ``make latest `` to build and upload the latest version.
55
64
56
65
After all
57
66
=========
You can’t perform that action at this time.
0 commit comments