mirror of
https://github.com/balena-io/open-balena.git
synced 2025-06-24 18:25:16 +00:00
Compare commits
149 Commits
Author | SHA1 | Date | |
---|---|---|---|
c3523ba9e1 | |||
e3c9096057 | |||
2fde02ac36 | |||
6259d38955 | |||
8a6ce027d1 | |||
864cf98b11 | |||
7a4677a6ee | |||
35d22cdcf9 | |||
decf3c1c67 | |||
0655025613 | |||
52c4a12057 | |||
1d627f8ebb | |||
2941178fbc | |||
12e97e5788 | |||
067e000795 | |||
6f9061d09d | |||
80c44a7794 | |||
59f69aa61b | |||
cc13fe8c27 | |||
2d65eb873a | |||
212bc9d03c | |||
e35ba98156 | |||
6867d3a2db | |||
88bb5b1b16 | |||
93abd99fd0 | |||
05145f0a87 | |||
3a7229acde | |||
6330265e9a | |||
6178a6fb30 | |||
6e144793a7 | |||
fdc5bff39c | |||
0a04276056 | |||
1ec66310d6 | |||
3435e02191 | |||
8efeef2e22 | |||
a147789188 | |||
9f4f8875b0 | |||
54357bfd92 | |||
8a3c07dea6 | |||
797a809d08 | |||
188ba26a1a | |||
7f574ad09b | |||
754420a765 | |||
e306b7ce78 | |||
68e14fa86a | |||
da5bbee605 | |||
df59f8cdc4 | |||
652fde04f8 | |||
8942c7b409 | |||
198ffe726f | |||
4245f746fb | |||
c35f63b00b | |||
f6b70c0b67 | |||
be8ebc87af | |||
b4dd9ac66a | |||
7c473a7267 | |||
18a7e6afa7 | |||
0e44323b90 | |||
a3f6ce5d48 | |||
b363655b03 | |||
b57af97741 | |||
7acb4359c7 | |||
074caf4a38 | |||
dd9c508731 | |||
2cf818d391 | |||
061f22e1d9 | |||
826249f49e | |||
c8cd44b8bf | |||
67f8a8477d | |||
1f9b3f5898 | |||
2a7b68aa84 | |||
bc58a3fe97 | |||
2de86506fa | |||
031996f486 | |||
e12a8951c7 | |||
e6b86b7cd8 | |||
6dcf7ec086 | |||
09bfaa5153 | |||
ea1fa2d793 | |||
1b89f027a8 | |||
91e4fb359f | |||
eed545d126 | |||
cb822e6e90 | |||
d8965fbfd3 | |||
78aef641c1 | |||
8c5522b0bf | |||
d9e6be8083 | |||
539972f4b8 | |||
f3d087f2b7 | |||
61b034e3fc | |||
a55a88d2f0 | |||
bfd399193f | |||
6d75e7d974 | |||
eac1823fdf | |||
87a94d8c6d | |||
2d7e04489f | |||
943b33b42e | |||
e67bde8b0f | |||
2554b3a9bb | |||
e9bad87611 | |||
a0a518da79 | |||
240b2d656a | |||
5b26ba4ac4 | |||
f84d16e3d0 | |||
d4c0144829 | |||
c62381c57a | |||
26c52aa31a | |||
10f109d299 | |||
5720b59006 | |||
d50739a5f5 | |||
040f705138 | |||
bf306fff3b | |||
ef4bd3417e | |||
e150dee790 | |||
7d36b3a286 | |||
caecb240a9 | |||
2ca255a67f | |||
6841aaad9d | |||
d38798fc9a | |||
ed483d015f | |||
686da39a8d | |||
8bd44321ec | |||
f5a585675c | |||
ae0a05fd15 | |||
66b40a88a6 | |||
6b46a05de7 | |||
a6cf5760b8 | |||
73c1b3c2c3 | |||
d7e08af7ab | |||
8e1e80c6dd | |||
a724766a07 | |||
d4fac9f1aa | |||
f603302d0e | |||
f0edb19259 | |||
3ee269f610 | |||
603a9d2431 | |||
4dbe9307af | |||
f89763d0d8 | |||
cbfe253eaa | |||
78b1a57531 | |||
5fdeba5fbf | |||
2e4ed102ca | |||
e27513f9bc | |||
812cdd7811 | |||
6fa1aa9071 | |||
ce0643d2a1 | |||
fc87b0e085 | |||
f8e84d44e0 | |||
f0c04eb911 |
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@ -51,8 +51,8 @@ jobs:
|
||||
launch_template_version: ${{ vars.AWS_EC2_LT_VERSION || '6' }}
|
||||
# https://docs.renovatebot.com/modules/datasource/aws-machine-image/
|
||||
# amiFilter=[{"Name":"owner-id","Values":["099720109477"]},{"Name":"name","Values":["ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-*"]},{"region":"us-east-1"}]
|
||||
# currentImageName=ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20250516
|
||||
ami: ami-0a7620d611d3ceae4
|
||||
# currentImageName=ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-amd64-server-20250610
|
||||
ami: ami-020cba7c55df1f615
|
||||
subdomain: ${{ vars.DNS_SUBDOMAIN || 'auto' }}
|
||||
dns_tld: ${{ vars.DNS_TLD || 'balena-devices.com' }}
|
||||
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
- target: balena-public-pki
|
||||
launch_template_version: ${{ vars.AWS_EC2_LT_VERSION || '6' }}
|
||||
# https://docs.renovatebot.com/modules/datasource/aws-machine-image/
|
||||
# amiFilter=[{"Name":"owner-id","Values":["491725000532"]},{"Name":"name","Values":["balenaOS-*-generic-amd64"]},{"region":"us-east-1"}]
|
||||
# amiFilter=[{"Name":"owner-id","Values":["491725000532"]},{"Name":"name","Values":["balenaOS!(-secureboot)-*.*.*-generic-amd64"]},{"region":"us-east-1"}]
|
||||
# currentImageName=balenaOS-6.5.29-generic-amd64
|
||||
ami: ami-0ffdbd60c5229c1e2
|
||||
# https://dash.cloudflare.com/001b3ed2352612aaa068aca1b0022736/balena-devices.com/dns
|
||||
@ -73,7 +73,7 @@ jobs:
|
||||
name: ${{ matrix.target }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
|
||||
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
|
||||
with:
|
||||
persist-credentials: false
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
@ -82,7 +82,7 @@ jobs:
|
||||
- name: Setup awscli
|
||||
uses: unfor19/install-aws-cli-action@e8b481e524a99f37fbd39fdc1dcb3341ab091367 # v1
|
||||
|
||||
- uses: aws-actions/configure-aws-credentials@439a5297371c30b005c40e485f1de279f86df81e
|
||||
- uses: aws-actions/configure-aws-credentials@3bb878b6ab43ba8717918141cd07a0ea68cfe7ea
|
||||
with:
|
||||
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}
|
||||
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}
|
||||
@ -102,10 +102,12 @@ jobs:
|
||||
|
||||
# https://github.com/balena-io-examples/setup-balena-action
|
||||
- name: Setup balena CLI
|
||||
uses: balena-io-examples/setup-balena-action@main
|
||||
with:
|
||||
uses: balena-io-examples/setup-balena-action@a3dc55eb5a1efe3368778f19b9b8a2ac41ddf44c # v0.0.20
|
||||
env:
|
||||
# renovate: datasource=github-releases depName=balena-io/balena-cli
|
||||
cli-version: v18.2.17
|
||||
BALENA_CLI_VERSION: v22.1.1
|
||||
with:
|
||||
cli-version: ${{ env.BALENA_CLI_VERSION }}
|
||||
|
||||
# https://github.com/pdcastro/ssh-uuid#why
|
||||
# https://github.com/pdcastro/ssh-uuid#linux-debian-ubuntu-others
|
||||
|
@ -1,3 +1,626 @@
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v22.1.1
|
||||
hash: 2fde02ac366d03e64fb4052b71f4a0c379e4f721
|
||||
body: |
|
||||
Update balena-io/balena-cli from 22.1.0 to 22.1.1
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.450
|
||||
title: ""
|
||||
date: 2025-06-20T17:05:07.633Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.3.2
|
||||
hash: 864cf98b1149383e5a80db9825a969953e5a72bc
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.3.0 to 37.3.2
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.449
|
||||
title: ""
|
||||
date: 2025-06-20T15:47:09.727Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.20
|
||||
hash: decf3c1c6724270266a9b6e81deffdb26ad46e61
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.19 to 0.0.20
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.448
|
||||
title: ""
|
||||
date: 2025-06-20T01:17:30.792Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.3.0
|
||||
hash: 1d627f8ebba0ef9138b2132eb78eca46a7532098
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.2.1 to 37.3.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.447
|
||||
title: ""
|
||||
date: 2025-06-19T08:48:27.688Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 3bb878b
|
||||
hash: 067e000795a435ef1704da47d98ee958a868c56c
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.446
|
||||
title: ""
|
||||
date: 2025-06-17T22:12:03.860Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.2.1
|
||||
hash: 59f69aa61b1a115ca0505f78a28f8b574c21f1f5
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.2.0 to 37.2.1
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.445
|
||||
title: ""
|
||||
date: 2025-06-13T12:18:45.318Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.2.0
|
||||
hash: 212bc9d03c87674441fd6bde14d29b56eef4ccb9
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.10 to 37.2.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.444
|
||||
title: ""
|
||||
date: 2025-06-13T00:17:09.114Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.75
|
||||
hash: 88bb5b1b165cbc8677dac78e0c097f03ad5a5316
|
||||
body: |
|
||||
Update balena/open-balena-s3 from 2.28.74 to 2.28.75
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.443
|
||||
title: ""
|
||||
date: 2025-06-12T22:48:07.330Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.10
|
||||
hash: 3a7229acde81d145c742bddaa17b5acee1085a9d
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.8 to 37.1.10
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.442
|
||||
title: ""
|
||||
date: 2025-06-12T16:07:05.240Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.8
|
||||
hash: 6e144793a7374b67b596aa7fe7b04ca5c7afe808
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.7 to 37.1.8
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.441
|
||||
title: ""
|
||||
date: 2025-06-10T16:34:07.948Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.7
|
||||
hash: 1ec66310d662b7ea40ce56c5086aa4098bcbe14d
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.6 to 37.1.7
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.440
|
||||
title: ""
|
||||
date: 2025-06-10T16:02:22.597Z
|
||||
- commits:
|
||||
- subject: Update actions/checkout digest to 09d2aca
|
||||
hash: a14778918863c639e5edb24a0b4189ff55101c25
|
||||
body: |
|
||||
Update actions/checkout
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.439
|
||||
title: ""
|
||||
date: 2025-06-10T13:43:33.254Z
|
||||
- commits:
|
||||
- subject: Update dependency ami to ami-020cba7c55df1f615
|
||||
hash: 8a3c07dea6da25de1aaaa661aef9bb6dd9f660be
|
||||
body: |
|
||||
Update ami from ami-0731becbf832f281e to ami-020cba7c55df1f615
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.438
|
||||
title: ""
|
||||
date: 2025-06-10T11:56:59.195Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to a95656f
|
||||
hash: 7f574ad09b57f57f7c60e22a49a520d655fbeb48
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.437
|
||||
title: ""
|
||||
date: 2025-06-10T04:41:52.409Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.19
|
||||
hash: 68e14fa86a11ca15b7180146bf07da47444baac2
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.18 to 0.0.19
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.436
|
||||
title: ""
|
||||
date: 2025-06-09T23:04:03.070Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v22.1.0
|
||||
hash: 652fde04f85e2219e98c63a3826aec4093b1d7ef
|
||||
body: |
|
||||
Update balena-io/balena-cli from 22.0.6 to 22.1.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.435
|
||||
title: ""
|
||||
date: 2025-06-09T21:51:52.276Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to ab0ba40
|
||||
hash: 4245f746fb7e236f836d05220ae948cece12cada
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.434
|
||||
title: ""
|
||||
date: 2025-06-05T23:07:04.438Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to 151e7fe
|
||||
hash: be8ebc87afe773ada463e3f6918eda544c462666
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.433
|
||||
title: ""
|
||||
date: 2025-06-03T04:23:17.206Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v22.0.6
|
||||
hash: 18a7e6afa7e824482a29072bc9c2a4ce49cc587c
|
||||
body: |
|
||||
Update balena-io/balena-cli from 22.0.5 to 22.0.6
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.432
|
||||
title: ""
|
||||
date: 2025-06-02T20:23:12.070Z
|
||||
- commits:
|
||||
- subject: Update dependency ami to ami-0731becbf832f281e
|
||||
hash: b363655b035b7ec81b722856168a41a132a4fa0b
|
||||
body: |
|
||||
Update ami from ami-0a7620d611d3ceae4 to ami-0731becbf832f281e
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.431
|
||||
title: ""
|
||||
date: 2025-06-02T19:57:46.770Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.18
|
||||
hash: 074caf4a382a54816de3eccd1f9d3a51a1784bb7
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.17 to 0.0.18
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.430
|
||||
title: ""
|
||||
date: 2025-06-02T18:02:02.266Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.32.28
|
||||
hash: 061f22e1d961639d50a637dcdf6272275f5f9305
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.32.27 to 11.32.28
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.429
|
||||
title: ""
|
||||
date: 2025-06-02T15:46:59.607Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v22.0.5
|
||||
hash: 67f8a8477d8db52ef4d0e54641b2e700b093820d
|
||||
body: |
|
||||
Update balena-io/balena-cli from 22.0.0 to 22.0.5
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.428
|
||||
title: ""
|
||||
date: 2025-05-30T03:29:17.816Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v22
|
||||
hash: 031996f4868c989879437aee92842d6d2a6c88a0
|
||||
body: |
|
||||
Update balena-io/balena-cli from 21.1.14 to 22.0.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.427
|
||||
title: ""
|
||||
date: 2025-05-30T00:36:47.597Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.17
|
||||
hash: 6dcf7ec086a7ebb77c0f74ad393012dc4fd9fa39
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.12 to 0.0.17
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.426
|
||||
title: ""
|
||||
date: 2025-05-29T20:44:56.223Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.6
|
||||
hash: 1b89f027a8bd11e5a66b50784cbed25bce793425
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.5 to 37.1.6
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.425
|
||||
title: ""
|
||||
date: 2025-05-29T14:47:37.805Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.32.27
|
||||
hash: cb822e6e90a6067136cbaa95e5dc3a5e868c89b8
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.32.25 to 11.32.27
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.424
|
||||
title: ""
|
||||
date: 2025-05-28T11:23:35.447Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.5
|
||||
hash: 8c5522b0bf85b55b215c16e5cfdea793b06ed864
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.4 to 37.1.5
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.423
|
||||
title: ""
|
||||
date: 2025-05-27T18:17:10.871Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v21
|
||||
hash: a55a88d2f0a6288e9acafef47bb3e574274686f0
|
||||
body: |
|
||||
Update balena-io/balena-cli from 20.2.10 to 21.1.14
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.422
|
||||
title: ""
|
||||
date: 2025-05-27T17:22:11.958Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.4
|
||||
hash: bfd399193f47792bf16b0423bd769926fd928da4
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.3 to 37.1.4
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.421
|
||||
title: ""
|
||||
date: 2025-05-27T15:27:10.473Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37.1.3
|
||||
hash: 87a94d8c6d223a330e6a105584e5c6ba4c7d884d
|
||||
body: |
|
||||
Update balena/open-balena-api from 37.1.0 to 37.1.3
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.420
|
||||
title: ""
|
||||
date: 2025-05-27T15:01:53.690Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v20
|
||||
hash: e67bde8b0f66be17722937b2ba9b793666c220ed
|
||||
body: |
|
||||
Update balena-io/balena-cli from 18.2.34 to 20.2.10
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.419
|
||||
title: ""
|
||||
date: 2025-05-27T13:06:03.888Z
|
||||
- commits:
|
||||
- subject: Update aws-actions/configure-aws-credentials digest to b92d0d9
|
||||
hash: a0a518da7964dd881ad7709a33558de5ee73b62f
|
||||
body: |
|
||||
Update aws-actions/configure-aws-credentials
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.418
|
||||
title: ""
|
||||
date: 2025-05-27T08:17:45.708Z
|
||||
- commits:
|
||||
- subject: "patch: Only match balenaOS (non secure-boot) images"
|
||||
hash: d4c0144829e002833985f3eeac96065e192cc1d0
|
||||
body: ""
|
||||
footer: {}
|
||||
author: Anton Belodedenko
|
||||
nested: []
|
||||
version: 4.1.417
|
||||
title: ""
|
||||
date: 2025-05-27T07:52:09.722Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.12
|
||||
hash: 10f109d299f684a64cf571a90486f15c1adee4e2
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.11 to 0.0.12
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.416
|
||||
title: ""
|
||||
date: 2025-05-26T22:16:45.716Z
|
||||
- commits:
|
||||
- subject: Update dependency balena-io/balena-cli to v18.2.34
|
||||
hash: 040f7051382d6c7205ec1f944379a49706d5f6aa
|
||||
body: |
|
||||
Update balena-io/balena-cli from 18.2.17 to 18.2.34
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.415
|
||||
title: ""
|
||||
date: 2025-05-26T21:08:32.204Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.11
|
||||
hash: e150dee790290bc3f163e7efaf90a0c71429f0c0
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.9 to 0.0.11
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.414
|
||||
title: ""
|
||||
date: 2025-05-26T19:22:21.724Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.32.25
|
||||
hash: 2ca255a67fa41c55c67277581a630764caaef82a
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.32.24 to 11.32.25
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.413
|
||||
title: ""
|
||||
date: 2025-05-26T18:18:01.785Z
|
||||
- commits:
|
||||
- subject: Update ghcr.io/qemus/qemu Docker tag to v7
|
||||
hash: 8bd44321ec402ff8d91540f7a281081d2a286ceb
|
||||
body: |
|
||||
Update ghcr.io/qemus/qemu from 6.22 to 7.12
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.412
|
||||
title: ""
|
||||
date: 2025-05-26T17:31:35.756Z
|
||||
- commits:
|
||||
- subject: Update balena-io-examples/setup-balena-action action to v0.0.9
|
||||
hash: 66b40a88a6c57c884bdb0da7d0f96319a7b09f4b
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action from 0.0.6 to 0.0.9
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.411
|
||||
title: ""
|
||||
date: 2025-05-24T15:07:10.548Z
|
||||
- commits:
|
||||
- subject: Pin balena-io-examples/setup-balena-action action to 41338eb
|
||||
hash: 73c1b3c2c3108716f2bcb3ebedeed4aa67e4f04a
|
||||
body: |
|
||||
Update balena-io-examples/setup-balena-action
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.410
|
||||
title: ""
|
||||
date: 2025-05-23T20:17:29.886Z
|
||||
- commits:
|
||||
- subject: Update redis Docker tag to v8
|
||||
hash: a724766a079f06bb8be595c7e12f4b63f732f135
|
||||
body: |
|
||||
Update redis from 7.4 to 8.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.409
|
||||
title: ""
|
||||
date: 2025-05-23T19:36:54.551Z
|
||||
- commits:
|
||||
- subject: Fix renovate actions regex match for balena-cli version
|
||||
hash: f0edb192597c9afa372975b428f3b7c6c194c060
|
||||
body: |
|
||||
The actions regex expects an env var with the _VERSION suffix.
|
||||
footer:
|
||||
CHange-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||
author: Kyle Harding
|
||||
nested: []
|
||||
version: 4.1.408
|
||||
title: ""
|
||||
date: 2025-05-23T15:19:24.300Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v37
|
||||
hash: cbfe253eaa29fb8a4948f3b25f733724c5232b58
|
||||
body: |
|
||||
Update balena/open-balena-api from 36.0.14 to 37.1.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.407
|
||||
title: ""
|
||||
date: 2025-05-23T01:23:16.757Z
|
||||
- commits:
|
||||
- subject: Update ghcr.io/qemus/qemu Docker tag to v6.22
|
||||
hash: 2e4ed102ca150be5243b6c68d5fa62bea4019f04
|
||||
body: |
|
||||
Update ghcr.io/qemus/qemu from 6.20 to 6.22
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.406
|
||||
title: ""
|
||||
date: 2025-05-23T00:27:05.637Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-vpn Docker tag to v11.32.24
|
||||
hash: ce0643d2a136d84f190cf0e8f5141e68be11fae5
|
||||
body: |
|
||||
Update balena/open-balena-vpn from 11.32.23 to 11.32.24
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.405
|
||||
title: ""
|
||||
date: 2025-05-22T23:04:52.629Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-api Docker tag to v36
|
||||
hash: 6fa1aa907162068c544ff93fc771db5314a432f3
|
||||
body: |
|
||||
Update balena/open-balena-api from 35.2.0 to 36.0.14
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.404
|
||||
title: ""
|
||||
date: 2025-05-22T20:23:37.877Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-registry Docker tag to v2.42.0
|
||||
hash: f0c04eb91115522275cf39eec95c0f9a5edba3a9
|
||||
body: |
|
||||
Update balena/open-balena-registry from 2.41.31 to 2.42.0
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: balena-renovate[bot]
|
||||
nested: []
|
||||
version: 4.1.403
|
||||
title: ""
|
||||
date: 2025-05-22T19:22:14.802Z
|
||||
- commits:
|
||||
- subject: Update balena/open-balena-s3 Docker tag to v2.28.74
|
||||
hash: 837f5e7df6721dfbec7dda1b35e8feca488877d3
|
||||
|
240
CHANGELOG.md
240
CHANGELOG.md
@ -4,6 +4,246 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
# v4.1.450
|
||||
## (2025-06-20)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v22.1.1 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.449
|
||||
## (2025-06-20)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.3.2 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.448
|
||||
## (2025-06-20)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.20 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.447
|
||||
## (2025-06-19)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.3.0 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.446
|
||||
## (2025-06-17)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 3bb878b [balena-renovate[bot]]
|
||||
|
||||
# v4.1.445
|
||||
## (2025-06-13)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.2.1 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.444
|
||||
## (2025-06-13)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.2.0 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.443
|
||||
## (2025-06-12)
|
||||
|
||||
* Update balena/open-balena-s3 Docker tag to v2.28.75 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.442
|
||||
## (2025-06-12)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.10 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.441
|
||||
## (2025-06-10)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.8 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.440
|
||||
## (2025-06-10)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.7 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.439
|
||||
## (2025-06-10)
|
||||
|
||||
* Update actions/checkout digest to 09d2aca [balena-renovate[bot]]
|
||||
|
||||
# v4.1.438
|
||||
## (2025-06-10)
|
||||
|
||||
* Update dependency ami to ami-020cba7c55df1f615 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.437
|
||||
## (2025-06-10)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to a95656f [balena-renovate[bot]]
|
||||
|
||||
# v4.1.436
|
||||
## (2025-06-09)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.19 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.435
|
||||
## (2025-06-09)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v22.1.0 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.434
|
||||
## (2025-06-05)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to ab0ba40 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.433
|
||||
## (2025-06-03)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to 151e7fe [balena-renovate[bot]]
|
||||
|
||||
# v4.1.432
|
||||
## (2025-06-02)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v22.0.6 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.431
|
||||
## (2025-06-02)
|
||||
|
||||
* Update dependency ami to ami-0731becbf832f281e [balena-renovate[bot]]
|
||||
|
||||
# v4.1.430
|
||||
## (2025-06-02)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.18 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.429
|
||||
## (2025-06-02)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.32.28 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.428
|
||||
## (2025-05-30)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v22.0.5 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.427
|
||||
## (2025-05-30)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v22 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.426
|
||||
## (2025-05-29)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.17 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.425
|
||||
## (2025-05-29)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.6 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.424
|
||||
## (2025-05-28)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.32.27 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.423
|
||||
## (2025-05-27)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.5 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.422
|
||||
## (2025-05-27)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v21 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.421
|
||||
## (2025-05-27)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.4 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.420
|
||||
## (2025-05-27)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37.1.3 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.419
|
||||
## (2025-05-27)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v20 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.418
|
||||
## (2025-05-27)
|
||||
|
||||
* Update aws-actions/configure-aws-credentials digest to b92d0d9 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.417
|
||||
## (2025-05-27)
|
||||
|
||||
* patch: Only match balenaOS (non secure-boot) images [Anton Belodedenko]
|
||||
|
||||
# v4.1.416
|
||||
## (2025-05-26)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.12 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.415
|
||||
## (2025-05-26)
|
||||
|
||||
* Update dependency balena-io/balena-cli to v18.2.34 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.414
|
||||
## (2025-05-26)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.11 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.413
|
||||
## (2025-05-26)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.32.25 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.412
|
||||
## (2025-05-26)
|
||||
|
||||
* Update ghcr.io/qemus/qemu Docker tag to v7 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.411
|
||||
## (2025-05-24)
|
||||
|
||||
* Update balena-io-examples/setup-balena-action action to v0.0.9 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.410
|
||||
## (2025-05-23)
|
||||
|
||||
* Pin balena-io-examples/setup-balena-action action to 41338eb [balena-renovate[bot]]
|
||||
|
||||
# v4.1.409
|
||||
## (2025-05-23)
|
||||
|
||||
* Update redis Docker tag to v8 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.408
|
||||
## (2025-05-23)
|
||||
|
||||
* Fix renovate actions regex match for balena-cli version [Kyle Harding]
|
||||
|
||||
# v4.1.407
|
||||
## (2025-05-23)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v37 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.406
|
||||
## (2025-05-23)
|
||||
|
||||
* Update ghcr.io/qemus/qemu Docker tag to v6.22 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.405
|
||||
## (2025-05-22)
|
||||
|
||||
* Update balena/open-balena-vpn Docker tag to v11.32.24 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.404
|
||||
## (2025-05-22)
|
||||
|
||||
* Update balena/open-balena-api Docker tag to v36 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.403
|
||||
## (2025-05-22)
|
||||
|
||||
* Update balena/open-balena-registry Docker tag to v2.42.0 [balena-renovate[bot]]
|
||||
|
||||
# v4.1.402
|
||||
## (2025-05-22)
|
||||
|
||||
|
@ -23,4 +23,4 @@ data:
|
||||
- generic-amd64
|
||||
- genericx86-64-ext
|
||||
- intel-nuc
|
||||
version: 4.1.402
|
||||
version: 4.1.450
|
||||
|
@ -79,7 +79,7 @@ services:
|
||||
*with-default-privileges,
|
||||
*with-default-volumes,
|
||||
]
|
||||
image: balena/open-balena-api:35.2.0
|
||||
image: balena/open-balena-api:37.3.2
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@ -119,7 +119,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-registry:2.41.31
|
||||
image: balena/open-balena-registry:2.42.0
|
||||
volumes:
|
||||
- certs-data:/certs
|
||||
- resin-data:/balena
|
||||
@ -146,7 +146,7 @@ services:
|
||||
*with-network-privileges,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-vpn:11.32.23
|
||||
image: balena/open-balena-vpn:11.32.28
|
||||
depends_on:
|
||||
- api
|
||||
environment:
|
||||
@ -177,7 +177,7 @@ services:
|
||||
*with-default-healthcheck,
|
||||
*with-default-privileges,
|
||||
]
|
||||
image: balena/open-balena-s3:2.28.74
|
||||
image: balena/open-balena-s3:2.28.75
|
||||
volumes:
|
||||
- s3-data:/export
|
||||
- certs-data:/certs
|
||||
@ -191,7 +191,7 @@ services:
|
||||
redis:
|
||||
<<: *base-service
|
||||
# https://redis.io/blog/what-redis-license-change-means-for-our-managed-service-providers/
|
||||
image: redis:7.4-alpine
|
||||
image: redis:8.0-alpine
|
||||
volumes:
|
||||
- redis-data:/data
|
||||
healthcheck:
|
||||
|
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
# renovate: datasource=github-releases depName=balena-io/balena-cli
|
||||
ARG BALENA_CLI_VERSION=v21.1.14
|
||||
ARG BALENA_CLI_VERSION=v22.1.1
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
bash \
|
||||
@ -21,11 +21,9 @@ RUN curl -fsSL https://get.docker.com | sh
|
||||
WORKDIR /opt
|
||||
|
||||
RUN set -x; arch=$(uname -m | sed 's/86_64/64/g') \
|
||||
&& wget -q "https://github.com/balena-io/balena-cli/releases/download/${BALENA_CLI_VERSION}/balena-cli-${BALENA_CLI_VERSION}-linux-${arch}-standalone.zip" \
|
||||
&& unzip -q "balena-cli-${BALENA_CLI_VERSION}-linux-${arch}-standalone.zip" \
|
||||
&& rm -rf "balena-cli-${BALENA_CLI_VERSION}-linux-${arch}-standalone.zip"
|
||||
&& wget -qO- "https://github.com/balena-io/balena-cli/releases/download/${BALENA_CLI_VERSION}/balena-cli-${BALENA_CLI_VERSION}-linux-${arch}-standalone.tar.gz" | tar -xzf -
|
||||
|
||||
ENV PATH=/opt/balena-cli:${PATH}
|
||||
ENV PATH=/opt/balena/bin:${PATH}
|
||||
|
||||
COPY functions balena.sh /usr/sbin/
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# https://hub.docker.com/r/qemux/qemu
|
||||
# https://github.com/qemus/qemu-docker
|
||||
FROM ghcr.io/qemus/qemu:6.20
|
||||
FROM ghcr.io/qemus/qemu:7.12
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
minicom \
|
||||
minicom \
|
||||
netcat-openbsd \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY balena.sh /usr/sbin/
|
||||
|
@ -21,7 +21,14 @@ until test -f "${GUEST_IMAGE%.*}.ready"; do sleep "$(( (RANDOM % 5) + 5 ))s"; do
|
||||
tmpimg="$(mktemp)"
|
||||
cat <"${GUEST_IMAGE}" >"${tmpimg}"
|
||||
|
||||
# https://www.qemu.org/docs/master/system/qemu-manpage.html
|
||||
# .. depending on the target architecture: kvm, xen, hvf, nvmm, whpx (default: tcg)
|
||||
if test -r /dev/kvm && test -w /dev/kvm; then
|
||||
accel=kvm
|
||||
fi
|
||||
|
||||
exec /usr/bin/qemu-system-x86_64 \
|
||||
-accel "${accel:-tcg}" \
|
||||
-bios /usr/share/ovmf/OVMF.fd \
|
||||
-chardev socket,id=serial0,path=/run/console.sock,server=on,wait=off \
|
||||
-cpu max \
|
||||
@ -30,7 +37,7 @@ exec /usr/bin/qemu-system-x86_64 \
|
||||
-device virtio-net-pci,netdev=n1 \
|
||||
-drive file="${tmpimg}",media=disk,cache=none,format=raw,if=none,id=disk \
|
||||
-m "${MEMORY}" \
|
||||
-machine q35 \
|
||||
-machine type=q35 \
|
||||
-netdev "user,id=n1,dns=127.0.0.1,guestfwd=tcp:10.0.2.100:80-cmd:netcat haproxy 80,guestfwd=tcp:10.0.2.100:443-cmd:netcat haproxy 443" \
|
||||
-nodefaults \
|
||||
-nographic \
|
||||
|
Reference in New Issue
Block a user