mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
Merge pull request #178 from YunoHost-Apps/ci-auto-update-go-v1.22.6
Upgrade go to version 1.22.6
This commit is contained in:
commit
51e9077817
9 changed files with 62 additions and 12 deletions
|
@ -5,4 +5,5 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -18,7 +18,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
|
||||
|
||||
**Shipped version:** 5.21.1~ynh1
|
||||
**Shipped version:** 6.1~ynh1
|
||||
|
||||
**Demo:** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ No se debe editar a mano.
|
|||
|
||||
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
|
||||
|
||||
**Versión actual:** 5.21.1~ynh1
|
||||
**Versión actual:** 6.1~ynh1
|
||||
|
||||
**Demo:** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ EZ editatu eskuz.
|
|||
|
||||
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
|
||||
|
||||
**Paketatutako bertsioa:** 5.21.1~ynh1
|
||||
**Paketatutako bertsioa:** 6.1~ynh1
|
||||
|
||||
**Demoa:** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
LXD est un gestionnaire de conteneurs système et de machines virtuelles de nouvelle génération. Il offre une expérience utilisateur unifiée autour de systèmes Linux complets fonctionnant dans des conteneurs ou des machines virtuelles.
|
||||
|
||||
|
||||
**Version incluse :** 5.21.1~ynh1
|
||||
**Version incluse :** 6.1~ynh1
|
||||
|
||||
**Démo :** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ NON debe editarse manualmente.
|
|||
|
||||
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
|
||||
|
||||
**Versión proporcionada:** 5.21.1~ynh1
|
||||
**Versión proporcionada:** 6.1~ynh1
|
||||
|
||||
**Demo:** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
|
|
49
README_id.md
Normal file
49
README_id.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!--
|
||||
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Ini TIDAK boleh diedit dengan tangan.
|
||||
-->
|
||||
|
||||
# LXD untuk YunoHost
|
||||
|
||||
[![Tingkat integrasi](https://dash.yunohost.org/integration/lxd.svg)](https://ci-apps.yunohost.org/ci/apps/lxd/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/lxd.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/lxd.maintain.svg)
|
||||
|
||||
[![Pasang LXD dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lxd)
|
||||
|
||||
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
||||
|
||||
> *Paket ini memperbolehkan Anda untuk memasang LXD secara cepat dan mudah pada server YunoHost.*
|
||||
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
||||
|
||||
## Ringkasan
|
||||
|
||||
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
|
||||
|
||||
**Versi terkirim:** 6.1~ynh1
|
||||
|
||||
**Demo:** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
![Tangkapan Layar pada LXD](./doc/screenshots/LXD-logo.png)
|
||||
|
||||
## Dokumentasi dan sumber daya
|
||||
|
||||
- Website aplikasi resmi: <https://linuxcontainers.org/lxd/>
|
||||
- Dokumentasi admin resmi: <https://linuxcontainers.org/lxd/docs/master/index.html>
|
||||
- Depot kode aplikasi hulu: <https://github.com/canonical/lxd>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/lxd>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/lxd_ynh/issues>
|
||||
|
||||
## Info developer
|
||||
|
||||
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/lxd_ynh/tree/testing).
|
||||
|
||||
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/lxd_ynh/tree/testing --debug
|
||||
atau
|
||||
sudo yunohost app upgrade lxd -u https://github.com/YunoHost-Apps/lxd_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
LXD is a next generation system container and virtual machine manager. It offers a unified user experience around full Linux systems running inside containers or virtual machines.
|
||||
|
||||
**分发版本:** 5.21.1~ynh1
|
||||
**分发版本:** 6.1~ynh1
|
||||
|
||||
**演示:** <https://linuxcontainers.org/lxd/try-it/>
|
||||
|
||||
|
|
|
@ -34,12 +34,12 @@ ram.runtime = "500M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.go]
|
||||
amd64.url = "https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
|
||||
amd64.sha256 = "904b924d435eaea086515bc63235b192ea441bd8c9b198c507e85009e6e4c7f0"
|
||||
i386.url = "https://go.dev/dl/go1.22.5.linux-386.tar.gz"
|
||||
i386.sha256 = "3ea4c78e6fa52978ae1ed2e5927ad17495da440c9fae7787b1ebc1d0572f7f43"
|
||||
arm64.url = "https://go.dev/dl/go1.22.5.linux-arm64.tar.gz"
|
||||
arm64.sha256 = "8d21325bfcf431be3660527c1a39d3d9ad71535fabdf5041c826e44e31642b5a"
|
||||
amd64.url = "https://go.dev/dl/go1.22.6.linux-amd64.tar.gz"
|
||||
amd64.sha256 = "999805bed7d9039ec3da1a53bfbcafc13e367da52aa823cb60b68ba22d44c616"
|
||||
i386.url = "https://go.dev/dl/go1.22.6.linux-386.tar.gz"
|
||||
i386.sha256 = "9e680027b058beab10ce5938607660964b6d2c564bf50bdb01aa090dc5beda98"
|
||||
arm64.url = "https://go.dev/dl/go1.22.6.linux-arm64.tar.gz"
|
||||
arm64.sha256 = "c15fa895341b8eaf7f219fada25c36a610eb042985dc1a912410c1c90098eaf2"
|
||||
armhf.url = "https://go.dev/dl/go1.21.5.linux-armv6l.tar.gz"
|
||||
armhf.sha256 = "837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe"
|
||||
|
||||
|
|
Loading…
Reference in a new issue