A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: knot v1.13.0-alpha

+7 -6
+3 -2
containers/knot/Dockerfile
··· 8 8 RUN apk add clang lld git 9 9 RUN xx-apk add gcc musl-dev 10 10 11 - ARG VERSION=v1.12.0-alpha 11 + ARG VERSION=v1.13.0-alpha 12 12 RUN git clone --depth 1 -b ${VERSION} https://tangled.org/@tangled.org/core . 13 13 RUN xx-go build -o /knot -ldflags '-s -w -extldflags "-static"' ./cmd/knot 14 14 ··· 36 36 openssh \ 37 37 git \ 38 38 catatonit \ 39 + bash \ 39 40 && mkdir -p ${KNOT_REPO_SCAN_PATH} /data /ssh-keys \ 40 41 && chown -R git:git ${KNOT_REPO_SCAN_PATH} /data /ssh-keys \ 41 42 && chmod 700 /ssh-keys ··· 44 45 COPY --chmod=600 --chown=git:git sshd_config /sshd_config 45 46 COPY --chmod=755 --chown=root:root start.sh /usr/bin/start-knot 46 47 47 - ARG VERSION=v1.12.0-alpha 48 + ARG VERSION=v1.13.0-alpha 48 49 LABEL org.opencontainers.image.version="${VERSION}" 49 50 COPY --from=builder --chmod=755 --chown=root:root /knot /usr/sbin/knot 50 51
+3 -3
containers/pihole/Dockerfile
··· 2 2 3 3 RUN if ! grep -qF "@testing" /etc/apk/repositories; then echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; fi \ 4 4 && apk add --no-cache \ 5 - openrc=0.62.6-r0 \ 6 - pihole@testing=6.2.3-r0 \ 7 - catatonit=0.2.1-r0 \ 5 + openrc \ 6 + pihole@testing \ 7 + catatonit \ 8 8 && sed -i -e "s/su pihole -s //" /etc/periodic/weekly/pihole-update-gravity \ 9 9 && mv /etc/crontabs/root /etc/crontabs/pihole \ 10 10 && chown pihole:pihole /etc/crontabs/pihole \
+1 -1
kubernetes/apps/at/pds/knot.yaml
··· 42 42 app: 43 43 image: 44 44 repository: codeberg.org/bgotink/knot 45 - tag: 1.12.0-alpha@sha256:3ef09f66e06a20369d00c3923222645fa52474a1f6df1251bef159e6e81b2221 45 + tag: 1.13.0-alpha@sha256:ee175db19fe912382bfe36ec252a510bc86cb22235c0deffc4674d1ef23185a7 46 46 env: 47 47 TZ: ${TIMEZONE} 48 48