This repository was archived by the owner on Mar 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ GitHub release
2323#. Run ``./scripts/subsplit.sh `` to update ``php-v8-stubs `` which are available in a separate read-only repository to match
2424 packagist and composer expectations.
2525
26- # PECL release
26+ PECL release
27+ ============
2728
2829#. Run ``pecl package `` in your build machine (it's normally vagrant box used for ``php-v8 `` development). It should create
2930 ``v8-X.Y.Z.tgz `` file.
@@ -51,7 +52,15 @@ macOS Homebrew release
5152#. If version has already been published to bintray and you absolutely sure it needs to be re-built without revision.
5253 bump, you will need to delete such version from bintray first.
5354
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.
5564
5665After all
5766=========
You can’t perform that action at this time.
0 commit comments