ydjtyjdytj
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Successful in 4m11s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Failing after 29s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
Some checks failed
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-rootfs-archives (push) Successful in 4m11s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / push-archives-to-repo (push) Failing after 29s
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / build-and-push-docker-images (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-changelogs (push) Has been skipped
Build, Upload RootFS, and Push Docker Images, update changelog, update build info. / generate-build-info (push) Has been skipped
This commit is contained in:
@@ -2,7 +2,6 @@ FROM gitea.fithwum.tech/fithwum/debian-base:bullseye
|
||||
|
||||
ARG VERSION
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
WORKDIR /builder
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
debootstrap wget curl bash ftp-upload dirmngr locales sudo git bzip2 \
|
||||
|
||||
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
DEBIAN_RELEASE="${VERSION:-}"
|
||||
ROOTFS_DIR="debian-${DEBIAN_RELEASE}"
|
||||
OUTPUT_DIR="/output"
|
||||
TARBALL="${OUTPUT_DIR}/debian-${DEBIAN_RELEASE}.tar.bz2"
|
||||
TARBALL="${OUTPUT_DIR}/$DEBIAN_RELEASE/debian-${DEBIAN_RELEASE}.tar.bz2"
|
||||
|
||||
echo "[INFO] Bootstrapping Debian $DEBIAN_RELEASE rootfs..."
|
||||
apt-get update
|
||||
|
||||
Reference in New Issue
Block a user