mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
⬆️ Upgrades base image to Ubuntu Focal (#83)
* ⬆️ Upgrades base image to Ubuntu Focal * 🔥 Drop support for i386
This commit is contained in:
parent
eaf7e7f662
commit
b494a9e290
3 changed files with 9 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ubuntu:bionic-20210702
|
||||
ARG BUILD_FROM=ubuntu:focal-20210723
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -24,10 +24,10 @@ RUN \
|
|||
apt-get update \
|
||||
\
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
ca-certificates=20210119~18.04.1 \
|
||||
curl=7.58.0-2ubuntu3.13 \
|
||||
jq=1.5+dfsg-2 \
|
||||
tzdata=2021a-0ubuntu0.18.04 \
|
||||
ca-certificates=20210119~20.04.1 \
|
||||
curl=7.68.0-1ubuntu2.6 \
|
||||
jq=1.6-1ubuntu0.20.04.1 \
|
||||
tzdata=2021a-0ubuntu0.20.04 \
|
||||
\
|
||||
&& S6_ARCH="${BUILD_ARCH}" \
|
||||
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="x86"; fi \
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"build_from": {
|
||||
"aarch64": "arm64v8/ubuntu:bionic-20210702",
|
||||
"amd64": "amd64/ubuntu:bionic-20210702",
|
||||
"armv7": "arm32v7/ubuntu:bionic-20210702",
|
||||
"i386": "i386/ubuntu:bionic-20210702"
|
||||
"aarch64": "arm64v8/ubuntu:focal-20210723",
|
||||
"amd64": "amd64/ubuntu:focal-20210723",
|
||||
"armv7": "arm32v7/ubuntu:focal-20210723"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"slug": "ubuntu-base",
|
||||
"description": "Docker Ubuntu base images used by Home Assistant Community Add-ons.",
|
||||
"url": "https://github.com/hassio-addons/addon-ubuntu-base",
|
||||
"arch": ["aarch64", "amd64", "armv7", "i386"]
|
||||
"arch": ["aarch64", "amd64", "armv7"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue