Skip to content

Maintain update #211

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

Merged
merged 3 commits into from
Nov 23, 2021
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
10 changes: 5 additions & 5 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,20 @@ jobs:
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ secrets.GIT_USER }}
password: ${{ secrets.GIT_TOKEN }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set build arguments
if: github.event_name != 'release'
run: echo "BUILD_ARGS=--test" >> $GITHUB_ENV

- name: Build base image
uses: home-assistant/builder@2021.09.0
uses: home-assistant/builder@2021.11.3
with:
args: |
$BUILD_ARGS \
--${{ matrix.arch }} \
--target /data \
--with-codenotary "${{ secrets.VCN_USER }}" "${{ secrets.VCN_PASSWORD }}" "${{ secrets.VCN_ORG }}" \
--validate-from "${{ secrets.VCN_ORG }}" \
--generic ${{ needs.init.outputs.version }}
env:
CAS_API_KEY: ${{ secrets.CAS_TOKEN }}
29 changes: 0 additions & 29 deletions build.json

This file was deleted.

27 changes: 27 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
image: homeassistant/{arch}-homeassistant-base
shadow_repository: ghcr.io/home-assistant
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base-python:3.9-alpine3.14
armhf: ghcr.io/home-assistant/armhf-base-python:3.9-alpine3.14
armv7: ghcr.io/home-assistant/armv7-base-python:3.9-alpine3.14
amd64: ghcr.io/home-assistant/amd64-base-python:3.9-alpine3.14
i386: ghcr.io/home-assistant/i386-base-python:3.9-alpine3.14
codenotary:
signer: [email protected]
base_image: [email protected]
labels:
io.hass.type: homeassistant-base
org.opencontainers.image.title: Home Assistant Core baseimage
org.opencontainers.image.description: Baseimage for Home Assistant Core container/supervisor installation
org.opencontainers.image.source: https://github.com/home-assistant/docker
org.opencontainers.image.authors: The Home Assistant Authors
org.opencontainers.image.url: https://www.home-assistant.io/
org.opencontainers.image.documentation: https://www.home-assistant.io/docs/
org.opencontainers.image.licenses: Apache License 2.0
args:
SSOCR_VERSION: 2.21.0
ARPSCAN_VERSION: 1.9.7
LIBCEC_VERSION: 6.0.2
TELLDUS_COMMIT: 2598bbed16ffd701f2a07c99582f057a3decbaf3
PICOTTS_HASH: e3ba46009ee868911fa0b53db672a55f9cc13b1c
IPERF3_VERSION: '3.9'
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
brotlipy==0.7.0
brotli==1.0.9
cchardet==2.1.7
mysqlclient==2.0.3
psycopg2==2.9.1
mysqlclient==2.1.0
psycopg2==2.9.2
pyodbc==4.0.32
cx_oracle==8.2.1