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.

chore: update tangled knot to v1.12.0-alpha

+6 -6
+5 -5
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.11.0-alpha 11 + ARG VERSION=v1.12.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 ··· 33 33 ENV KNOT_REPO_SCAN_PATH=/repositories \ 34 34 KNOT_SERVER_DB_PATH=/data/knotserver.db 35 35 RUN apk add --no-cache \ 36 - openssh=10.0_p1-r9 \ 37 - git=2.49.1-r0 \ 38 - catatonit=0.2.1-r0 \ 36 + openssh \ 37 + git \ 38 + catatonit \ 39 39 && mkdir -p ${KNOT_REPO_SCAN_PATH} /data /ssh-keys \ 40 40 && chown -R git:git ${KNOT_REPO_SCAN_PATH} /data /ssh-keys \ 41 41 && chmod 700 /ssh-keys ··· 44 44 COPY --chmod=600 --chown=git:git sshd_config /sshd_config 45 45 COPY --chmod=755 --chown=root:root start.sh /usr/bin/start-knot 46 46 47 - ARG VERSION=v1.11.0-alpha 47 + ARG VERSION=v1.12.0-alpha 48 48 LABEL org.opencontainers.image.version="${VERSION}" 49 49 COPY --from=builder --chmod=755 --chown=root:root /knot /usr/sbin/knot 50 50
+1 -1
kubernetes/apps/at/pds/knot.yaml
··· 42 42 app: 43 43 image: 44 44 repository: harbor.${SECRET_HOST}/library/knot 45 - tag: 1.11.0-alpha@sha256:a1749a53525de569ebc245472402f702f81a2346bfcb02b512c15d9abe016ebe 45 + tag: 1.12.0-alpha@sha256:3ef09f66e06a20369d00c3923222645fa52474a1f6df1251bef159e6e81b2221 46 46 env: 47 47 TZ: ${TIMEZONE} 48 48