Skip to content

Commit

Permalink
remove stretch and add bullseye (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Oct 9, 2021
1 parent bfd4650 commit cd689b8
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM debian:stretch as build
FROM debian:bullseye as build

RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM debian:stretch-slim
FROM debian:bullseye-slim

RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.arm32v5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM arm32v5/debian:stretch as build
FROM arm32v5/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM arm32v5/debian:stretch-slim
FROM arm32v5/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM arm32v7/debian:stretch as build
FROM arm32v7/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM arm32v7/debian:stretch-slim
FROM arm32v7/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM arm64v8/debian:stretch as build
FROM arm64v8/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM arm64v8/debian:stretch-slim
FROM arm64v8/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.i386
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM i386/debian:stretch as build
FROM i386/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-i386-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM i386/debian:stretch-slim
FROM i386/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-i386-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM debian:stretch as build
FROM debian:bullseye as build

RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM debian:stretch-slim
FROM debian:bullseye-slim

RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.arm32v5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM arm32v5/debian:stretch as build
FROM arm32v5/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM arm32v5/debian:stretch-slim
FROM arm32v5/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.arm32v7
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM arm32v7/debian:stretch as build
FROM arm32v7/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM arm32v7/debian:stretch-slim
FROM arm32v7/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-arm-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.arm64v8
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM arm64v8/debian:stretch as build
FROM arm64v8/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM arm64v8/debian:stretch-slim
FROM arm64v8/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-aarch64-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
4 changes: 2 additions & 2 deletions contrib/docker/Dockerfile.release.i386
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static as qemu
FROM i386/debian:stretch as build
FROM i386/debian:bullseye as build
COPY --from=qemu /usr/bin/qemu-i386-static /usr/bin/
RUN apt-get update && apt-get install -y \
libmosquitto-dev libstdc++6 libc6 libgcc1 \
Expand All @@ -18,7 +18,7 @@ RUN git clone https://github.com/john30/ebusd.git /build \



FROM i386/debian:stretch-slim
FROM i386/debian:bullseye-slim
COPY --from=qemu /usr/bin/qemu-i386-static /usr/bin/
RUN apt-get update && apt-get install -y \
logrotate libmosquitto1 libstdc++6 libc6 libgcc1 \
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
archs='amd64 i386 arm32v5 arm32v7 arm64v8'
images='jessie stretch buster'
images='stretch buster bullseye'
UPLOAD_URL='http://'`hostname`'/ebusdreleaseupload.php'
UPLOAD_CREDENTIALS='anonymous:build'
for image in $images; do
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/update.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
DEFAULT_IMAGE=debian:stretch
DEFAULT_IMAGE=debian:bullseye
EBUSD_VERSION=`cat ../../VERSION`

archs='amd64 i386 arm32v5:arm arm32v7:arm arm64v8:aarch64'
Expand Down

0 comments on commit cd689b8

Please sign in to comment.