Skip to content

Commit

Permalink
Upgraded baseimage
Browse files Browse the repository at this point in the history
  • Loading branch information
expaso committed Nov 7, 2022
1 parent 50add44 commit ac96b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions timescaledb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/hassio-addons/base/aarch64:12.2.5
ARG BUILD_FROM=ghcr.io/hassio-addons/base/aarch64:12.2.6
ARG BUILD_ARCH=aarch64
###########################################
# Build TimeScaleDB tools binaries in separate image
Expand Down Expand Up @@ -44,8 +44,6 @@ RUN set -ex \
&& mkdir -p /build/ \
&& git clone https://github.com/timescale/timescaledb /build/timescaledb \
\
# Line below is a fix for a package problem. Remove when a new add-on base-image has been released.
&& apk add musl \
&& apk add --no-cache --virtual .build-deps \
coreutils \
dpkg-dev dpkg \
Expand Down Expand Up @@ -109,8 +107,6 @@ COPY --from=tools /go/bin/* /usr/local/bin/
#ENV OSS_ONLY -DAPACHE_ONLY=1

RUN set -ex \
# Line below is a fix for a package problem. Remove when a new add-on base-image has been released.
&& apk add musl \
&& apk add --no-cache --virtual .fetch-deps \
ca-certificates \
git \
Expand Down
10 changes: 5 additions & 5 deletions timescaledb/build.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"squash": false,
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.5",
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.5",
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.5",
"i386": "ghcr.io/hassio-addons/base/i386:12.2.5"
"aarch64": "ghcr.io/hassio-addons/base/aarch64:12.2.6",
"amd64": "ghcr.io/hassio-addons/base/amd64:12.2.6",
"armhf": "ghcr.io/hassio-addons/base/armhf:12.2.6",
"armv7": "ghcr.io/hassio-addons/base/armv7:12.2.6",
"i386": "ghcr.io/hassio-addons/base/i386:12.2.6"
},
"args": {}
}

0 comments on commit ac96b82

Please sign in to comment.