remove stretch and add bullseye (default)
This commit is contained in:
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user