Latest alpine

This commit is contained in:
Alexandre
2023-09-09 12:08:33 +02:00
parent af10713bf5
commit cf8b159ed9
4 changed files with 18 additions and 3 deletions

View File

@@ -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

View File

@@ -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
View 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"
}
}

View File

@@ -91,4 +91,4 @@
"slug": "cloudcommander",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
"version": "16.17.5"
}
}