arch
Some checks failed
Build Docker image / docker (arm64, , buster) (push) Waiting to run
Build Docker image / docker (arm64, -slim, bookworm) (push) Waiting to run
Build Docker image / docker (arm64, -slim, bullseye) (push) Waiting to run
Build Docker image / docker (arm64, -slim, buster) (push) Waiting to run
Build Docker image / docker (amd64, , bookworm) (push) Failing after 16s
Build Docker image / docker (amd64, , bullseye) (push) Failing after 14s
Build Docker image / docker (amd64, , buster) (push) Failing after 14s
Build Docker image / docker (amd64, -slim, bookworm) (push) Failing after 14s
Build Docker image / docker (amd64, -slim, bullseye) (push) Failing after 13s
Build Docker image / docker (amd64, -slim, buster) (push) Failing after 14s
Build Docker image / docker (arm64, , bookworm) (push) Failing after 13s
Build Docker image / docker (arm64, , bullseye) (push) Has been cancelled
Some checks failed
Build Docker image / docker (arm64, , buster) (push) Waiting to run
Build Docker image / docker (arm64, -slim, bookworm) (push) Waiting to run
Build Docker image / docker (arm64, -slim, bullseye) (push) Waiting to run
Build Docker image / docker (arm64, -slim, buster) (push) Waiting to run
Build Docker image / docker (amd64, , bookworm) (push) Failing after 16s
Build Docker image / docker (amd64, , bullseye) (push) Failing after 14s
Build Docker image / docker (amd64, , buster) (push) Failing after 14s
Build Docker image / docker (amd64, -slim, bookworm) (push) Failing after 14s
Build Docker image / docker (amd64, -slim, bullseye) (push) Failing after 13s
Build Docker image / docker (amd64, -slim, buster) (push) Failing after 14s
Build Docker image / docker (arm64, , bookworm) (push) Failing after 13s
Build Docker image / docker (arm64, , bullseye) (push) Has been cancelled
This commit is contained in:
parent
7fb3295695
commit
c4ccfb4b1e
@ -12,9 +12,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
arch:
|
||||
- amd64
|
||||
- arm64
|
||||
version:
|
||||
- buster
|
||||
- bullseye
|
||||
@ -41,6 +41,6 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: eumau/debian:${{ matrix.version }}${{ matrix.variant }}
|
||||
platforms: ${{ matrix.platform }}
|
||||
platforms: linux/${{ matrix.arch }}
|
||||
build-args: |
|
||||
TARGET_PLATFORM=${{ matrix.platform }}
|
||||
TARGET_ARCH=${{ matrix.arch }}
|
||||
|
@ -1,8 +1,8 @@
|
||||
ARG DEBIAN_VERSION=bullseye-slim
|
||||
ARG TARGET_PLATFORM=linux/amd64
|
||||
ARG TARGET_ARCH=amd64
|
||||
FROM debian:${DEBIAN_VERSION}
|
||||
ARG CONFD_VERSION=0.16.0
|
||||
ADD https://github.com/kelseyhightower/confd/releases/download/v${CONFD_VERSION}/confd-${CONFD_VERSION}-${TARGET_PLATFORM//\//-} /usr/local/bin/confd
|
||||
ADD https://github.com/kelseyhightower/confd/releases/download/v${CONFD_VERSION}/confd-${CONFD_VERSION}-linux-${TARGET_ARCH} /usr/local/bin/confd
|
||||
RUN mkdir -p /start.d \
|
||||
&& printf '#!/bin/bash\nset -e\n/usr/local/bin/confd -onetime -backend env\nrun-parts -v /start.d\nexec ${@}\n' > /entrypoint.sh \
|
||||
&& mkdir -p /etc/confd/conf.d /etc/confd/templates \
|
||||
|
Loading…
x
Reference in New Issue
Block a user