mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Latest alpine
This commit is contained in:
@@ -1,14 +1,19 @@
|
||||
- Switch to alpine
|
||||
|
||||
## 16.17.5 (09-09-2023)
|
||||
|
||||
- Update to latest version from coderaiser/cloudcmd
|
||||
|
||||
## 16.16.3 (12-08-2023)
|
||||
|
||||
- Update to latest version from coderaiser/cloudcmd
|
||||
|
||||
## 16.16.0 (15-07-2023)
|
||||
|
||||
- Update to latest version from coderaiser/cloudcmd
|
||||
|
||||
## 16.15.0 (19-05-2023)
|
||||
|
||||
- Update to latest version from coderaiser/cloudcmd
|
||||
- Feat : cifsdomain added
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
#################
|
||||
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="latest"
|
||||
FROM coderaiser/cloudcmd:${BUILD_UPSTREAM}
|
||||
ARG BUILD_FROM
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
##################
|
||||
# 2 Modify Image #
|
||||
|
||||
10
cloudcommander/build.json
Normal file
10
cloudcommander/build.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "coderaiser/cloudcmd:latest-alpine",
|
||||
"amd64": "coderaiser/cloudcmd:latest-alpine",
|
||||
"armv7": "coderaiser/cloudcmd:latest-alpine"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
@@ -91,4 +91,4 @@
|
||||
"slug": "cloudcommander",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
|
||||
"version": "16.17.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user