1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-05-04 15:49:01 +01:00
Commit Graph

29 Commits

Author SHA1 Message Date
Stefan Agner 8f07d16176 Improve HAOS builder Dockerfile (#2011) 2022-07-08 22:36:02 +02:00
Stefan Agner 762f098c14 Use skopeo and DIND to download container images (#1561)
* Use skopeo to download container images

Separate container download from image build. This will allow to share
the downloaded images between multiple builds.

We won't store the Supervisor container with the version tag, just with
the latest tag. This allows to simplify the procedure a bit. It seems
there is no downside to this approach.

* Use official Docker in Docker images to build data partition

Instead of building our own Debian based image let's use the official
Docker in Docker image. This avoids building an image for the hassio
data partition and speeds up build as well.

This calls mount commands using sudo to mount the data partition as part
of the buildroot build now. This is not much different from before as
mount has been called as root inside the container, essentially equates
to the same "isolation" level.

* Use image digest as part of the file name

The landing page has no version information in the tag. To avoid
potentially source caching issues, use the digest as part of the file
name.
2021-10-04 10:06:26 +02:00
Stefan Agner 693507aaca Bump build container to Debian bullseye (#1560) 2021-09-30 09:47:20 +02:00
Stefan Agner 166537bf00 Dockerfile: Add dependencies for make graph-depends/-size targets (#1444)
Install buildroot dependencies so make graph-depends/-size targets can
be used.
2021-07-08 11:51:15 +02:00
Stefan Agner 2a910b0e45 Use zip file format for virtual disk images (#1327)
Virtual Disk images are often used on Windows and/or Mac platforms where
xz is not a widely known file ending and also not supported by dafault.
Use zip which is much better known.

Keep using xz for boards since those are not meant to be extracted by
users but directly used in Etcher. Also keep using xz for qcow2, since
qcow2 is mostly used on Linux platforms where xz is available by default
and zip usually needs an extra package.
2021-04-19 10:53:22 +02:00
Aman Gupta Karmani 8cd7dfe822 make it easier to edit and transfer files in the docker builder (#935) 2020-10-27 09:32:32 +01:00
Pascal Vizeli 7fc9c7d03b Fix build issues with gcc (#685)
* Fix build issues with gcc

* fix qemu
2020-05-26 08:02:53 +02:00
Fabian Affolter f96163f04e Keep the packages sorted and one per line (as above) (#672) 2020-05-14 08:54:18 +02:00
Pascal Vizeli e8d14bdc60 Support build as user (#405)
* Support build as user

* Update enter.sh

* Update Dockerfile

* Update enter.sh

* Update entry.sh
2019-05-14 01:16:40 +02:00
Pascal Vizeli c72e61e542 Update Dockerfile 2019-05-12 22:10:56 +02:00
Pascal Vizeli 60cf077e48 Update Dockerfile 2019-05-12 11:00:07 +02:00
Pascal Vizeli 83a0981113 Update Dockerfile 2019-05-09 10:14:23 +02:00
Pascal Vizeli 79dc34c531 Update Dockerfile 2019-05-09 10:11:42 +02:00
Pascal Vizeli e273883077 Update Dockerfile 2019-05-09 10:08:58 +02:00
Pascal Vizeli fbb45e1544 tinker: Initial support (#140)
* tinker: initial support

* Fix info

* Fix uboot defconfig

* Split kernel config

* Fix name

* Add post-image

* Init different boot

* Add SPL images

* Dynamic rauc config

* Support SPL for OTA

* Fix expand script style

* Fix SPL

* Bump build u-boot

* Cleanup

* Add cmd for scritps

* Use kernel from armbian

* Fix u-boot

* Add bluetooth support

* Fix bt

* Fix env

* Change uart debug like rpi

* move config
2018-08-03 13:21:55 +02:00
Pascal Vizeli d7129fb57c Update docker & new publish (#96) 2018-07-12 12:59:45 +02:00
Pascal Vizeli d0eb0cf1eb Update Dockerfile 2018-04-16 19:29:15 +02:00
Pascal Vizeli ba8f9b63c9 Update Dockerfile 2018-04-16 16:32:13 +02:00
Pascal Vizeli fc8a96dc7d Docker in docker 2018-04-16 15:31:15 +02:00
Pascal Vizeli 0edb48a2bf Update Dockerfile 2018-04-15 16:34:51 +02:00
Pascal Vizeli 287f776d88 generate vdmk 2018-03-20 15:55:27 +01:00
Pascal Vizeli 265689a2c7 Add new bootloader 2018-03-18 12:19:18 +01:00
Pascal Vizeli c0701d1ef5 Update build system 2018-03-18 11:54:02 +01:00
Pascal Vizeli ea7d967434 Update Dockerfile 2018-03-18 00:07:28 +01:00
Pascal Vizeli 9541a7e67e Add submodule 2018-03-07 22:24:16 +01:00
Pascal Vizeli 687a8fb962 Change style for multiboards 2018-03-04 21:43:23 +01:00
Pascal Vizeli b1eb5a63a2 remove make source 2018-03-04 16:29:11 +01:00
Pascal Vizeli 6dc038f8b8 fix bug 2018-03-04 16:23:56 +01:00
Pascal Vizeli b54d99139a some cleanups 2018-03-04 16:03:59 +01:00