-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! fixup! fixup! fixup! changes from review
- Loading branch information
Showing
1 changed file
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,40 @@ For information about the Rockcraft release cycle, see the | |
:ref:`release_policy_and_schedule`. | ||
|
||
|
||
Requirements and compatibility | ||
------------------------------ | ||
|
||
To run Rockcraft, a system requires the following minimum hardware and | ||
installed software. These requirements apply to local hosts as well as VMs and | ||
container hosts. | ||
|
||
|
||
Minimum hardware requirements | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- AMD64, ARM64, ARMv7-M, RISC-V 64-bit, PowerPC 64-bit little-endian, or S390x | ||
processor | ||
- 2GB RAM | ||
- 10GB available storage space | ||
- Internet access for remote software sources and the Snap Store | ||
|
||
|
||
Platform requirements | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
:widths: 1 3 3 | ||
|
||
* - Platform | ||
- Version | ||
- Software requirements | ||
* - GNU/Linux | ||
- Popular distributions that ship with systemd and are `compatible with | ||
snapd <https://snapcraft.io/docs/installing-snapd>`_ | ||
- systemd | ||
|
||
|
||
What's new | ||
---------- | ||
|
||
|
@@ -37,7 +71,7 @@ Rockcraft 1.7.0 brings the following minor changes. | |
~~~~~~~~~~~~~~~~ | ||
|
||
The default base of the project file generated by ``rockcraft init`` has been | ||
updated from "[email protected]" to "[email protected]". | ||
updated from ``[email protected]`` to ``[email protected]``. | ||
|
||
|
||
Rockcraft snap | ||
|
@@ -61,6 +95,13 @@ generated rock has been updated from the user name (``_daemon_``) to its | |
numeric ID. | ||
|
||
|
||
12-factor extensions | ||
~~~~~~~~~~~~~~~~~~~~ | ||
|
||
We added support for Gunicorn async workers on the Django and Flask 12-factor | ||
extensions. | ||
|
||
|
||
12-factor documentation | ||
~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
|
@@ -71,9 +112,9 @@ updated for clarity and to better conform with documentation best practices. | |
Maven and Ant plugins | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Changed the location of the Java runtime executable on rocks built using the | ||
Maven and Ant plugins from ``/bin/java`` to ``/usr/bin/java``, as the former | ||
conflicts with the user-merged Ubuntu base. | ||
We changed the location of the Java runtime executable on rocks built using the | ||
the Maven and Ant plugins from ``/bin/java`` to ``/usr/bin/java``, as the | ||
former conflicts with the user-merged Ubuntu base. | ||
|
||
Fixed bugs and issues | ||
--------------------- | ||
|