Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 9569c19

Browse files
committed
Update docs on how to update docker image [skip ci]
1 parent ab661b9 commit 9569c19

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: docs/development/release-php-v8.rst

+11-2
Original file line numberDiff line numberDiff 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

5665
After all
5766
=========

0 commit comments

Comments
 (0)