Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update ghcr.io/hassio-addons/base Docker tag to v16.3.5 #275

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.4
ARG BUILD_FROM=ghcr.io/hassio-addons/base:16.3.5
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

# Environment variables
ENV \

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build aarch64

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build amd64

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armhf

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armv7

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build i386

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build aarch64

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build amd64

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armhf

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armv7

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 6 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build i386

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "GPG_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
PATH="/usr/local/bin:$PATH" \
GPG_KEY="7169605F62C751356D054A26A821E680E5FA6305"

Expand Down Expand Up @@ -136,7 +136,7 @@
ARG BUILD_REPOSITORY

# Labels
LABEL \

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build aarch64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build amd64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armhf

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armv7

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build i386

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build aarch64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build amd64

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armhf

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build armv7

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 139 in base/Dockerfile

View workflow job for this annotation

GitHub Actions / workflows / Build i386

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_ARCH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
io.hass.name="Addon Python base for ${BUILD_ARCH}" \
io.hass.description="Home Assistant Community Add-on: ${BUILD_ARCH} Python base image" \
io.hass.arch="${BUILD_ARCH}" \
Expand Down
10 changes: 5 additions & 5 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base:16.3.4
amd64: ghcr.io/hassio-addons/base:16.3.4
armhf: ghcr.io/hassio-addons/base:16.3.4
armv7: ghcr.io/hassio-addons/base:16.3.4
i386: ghcr.io/hassio-addons/base:16.3.4
aarch64: ghcr.io/hassio-addons/base:16.3.5
amd64: ghcr.io/hassio-addons/base:16.3.5
armhf: ghcr.io/hassio-addons/base:16.3.5
armv7: ghcr.io/hassio-addons/base:16.3.5
i386: ghcr.io/hassio-addons/base:16.3.5
codenotary:
signer: [email protected]