github-actions
911fb73b68
Github bot : image compressed
2026-02-22 23:10:24 +00:00
github-actions
903f8f48bc
GitHub bot : graphs updated
2026-02-20 12:18:26 +00:00
github-actions
8d19bcdfad
Github bot : image compressed
2026-02-15 23:09:56 +00:00
github-actions
619a26ec4f
GitHub bot : graphs updated
2026-02-13 12:18:27 +00:00
github-actions
19f3d58733
Github bot : image compressed
2026-02-08 23:11:36 +00:00
github-actions
1003f4d9a3
GitHub bot : graphs updated
2026-02-06 12:17:44 +00:00
Alexandre
35f05b0e93
Fix script
2026-02-04 15:59:55 +01:00
Alexandre
97bc68f228
Chmod +x
2026-02-03 19:58:19 +01:00
Alexandre
c8e8d3c16e
Clean
2026-01-30 09:11:12 +01:00
Alexandre
302e39459d
remove bashio standalone
2026-01-29 13:26:08 +01:00
Alexandre
aa987e1ede
update standalone
2026-01-29 11:32:18 +01:00
Alexandre
f43020d85b
Accept standalone bashio
2026-01-29 11:06:24 +01:00
Alexandre
1f3eb13cb8
Clean
2026-01-20 14:27:06 +01:00
Alexandre
5bcb21db5e
Define shebang on the fly
2026-01-16 19:58:50 +01:00
github-actions
8c56074884
GitHub bot : graphs updated
2026-01-16 12:13:07 +00:00
github-actions
7f7a9c648d
Github bot : image compressed
2026-01-11 23:08:53 +00:00
Alexandre
6636d72d86
Align changelog dates to ISO 8601
2026-01-10 20:12:24 +01:00
github-actions
5ee2b72d73
GitHub bot : graphs updated
2026-01-09 12:13:56 +00:00
github-actions
da09adeeb6
Github bot : image compressed
2026-01-04 23:07:02 +00:00
github-actions
be7b9d7ba2
GitHub bot : graphs updated
2026-01-02 12:12:26 +00:00
github-actions
b8811847a4
GitHub bot: changelog
2025-12-31 10:27:03 +00:00
Alexandre
01fbdec656
Update config.yaml
2025-12-31 11:24:59 +01:00
Alexandre
baaf441b01
Align hostname with container name
2025-12-31 11:24:12 +01:00
github-actions
b4cf41bdaf
GitHub bot: changelog
2025-12-31 08:36:19 +00:00
Alexandre
775caddd7e
Update version to 2025.12-5 in config.yaml
2025-12-31 09:34:02 +01:00
Alexandre
dd931d7696
Fix exec command in portainer_agent run script
2025-12-31 09:33:37 +01:00
Alexandre
3357799fa3
Update run
2025-12-31 09:32:01 +01:00
github-actions
79dfd665d2
GitHub bot: changelog
2025-12-31 08:25:56 +00:00
Alexandre
4520703d39
Update run
2025-12-31 09:25:26 +01:00
Alexandre
fe34bc4998
Update version of Portainer Agent to 2025.12-4
2025-12-31 09:23:46 +01:00
github-actions
dcdd67993b
GitHub bot: changelog
2025-12-31 08:19:04 +00:00
Alexandre
03d5e4c1e0
Update config.yaml
2025-12-31 09:18:09 +01:00
Alexandre
40439cf497
Add PORTAINER_AGENT_ARGS to config.yaml
2025-12-31 09:16:39 +01:00
Alexandre
6cb204ca93
Update run
2025-12-31 09:16:02 +01:00
Alexandre
0f4cb6f0f0
Nobuild
2025-12-31 09:15:25 +01:00
Alexandre
3183ed841a
Update config.yaml
2025-12-31 09:10:39 +01:00
github-actions
ec37da3c72
GitHub bot: changelog
2025-12-31 08:05:27 +00:00
Alexandre
15d2d44c9e
Update config.yaml
2025-12-31 09:03:03 +01:00
Alexandre
a916043cb1
Update version in config.yaml to 2025.12
2025-12-30 13:24:21 +01:00
Alexandre
4434854232
Change ENTRYPOINT to use /usr/bin/env
2025-12-30 13:23:45 +01:00
github-actions
81ff59d7e8
GitHub bot: changelog
2025-12-30 12:01:34 +00:00
Alexandre
8eb63b70fd
Update version from alpine-sts-2 to alpine-sts-3
2025-12-30 12:59:30 +01:00
Alexandre
9a86339d5f
Change ENTRYPOINT to ha_entrypoint.sh
2025-12-30 12:59:10 +01:00
github-actions
6054bd1e46
GitHub bot: changelog
2025-12-30 11:53:24 +00:00
Alexandre
0c69c5deb2
Update version in config.yaml to alpine-sts-2
2025-12-30 12:51:15 +01:00
Alexandre
03eedf5a9d
Refactor Dockerfile for Portainer Agent setup
2025-12-30 12:50:43 +01:00
GitHub Actions
03cf97ebf1
Revert 'Update version in config.yaml to alpine-sts-2' [nobuild]
2025-12-30 11:34:42 +00:00
Alexandre
94e1237da9
Update version in config.yaml to alpine-sts-2
2025-12-30 12:32:04 +01:00
Alexandre
7de70a2066
Update Dockerfile
2025-12-30 12:31:45 +01:00
Sophie
b35dd4f992
fix: Add robust error handling to bashio download process
...
Based on feedback from PR #2319 code review: critical network operations
need explicit error handling and validation.
Added safeguards:
- curl -f flag: Fail on HTTP errors (429, 404, 500, etc)
- test -s check: Verify downloaded file is not empty
- tar extraction error check: Fail if tar extraction fails
- lib directory validation: Confirm bashio/lib exists after extraction
- Explicit error messages: Clear diagnostics if any step fails
This prevents silent failures where downloads could fail but build
continues with broken/missing bashio installation.
Prevents: Users pulling images with non-functional bashio
Impact: Build will fail explicitly with clear error messages if download/extraction fails
2025-12-30 11:15:18 +01:00