Skip to content

Commit

Permalink
syncthing added codenotary
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-garavini committed Jan 18, 2025
1 parent 52e7024 commit 6296262
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions syncthing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION

FROM ${BUILD_FROM}:${BUILD_VERSION}
FROM ${BUILD_FROM}

COPY rootfs/ /

Expand Down
8 changes: 5 additions & 3 deletions syncthing/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
build_from:
armv7: ghcr.io/linuxserver/syncthing
aarch64: ghcr.io/linuxserver/syncthing
amd64: ghcr.io/linuxserver/syncthing
armv7: ghcr.io/linuxserver/syncthing:1.29.2
aarch64: ghcr.io/linuxserver/syncthing:1.29.2
amd64: ghcr.io/linuxserver/syncthing:1.29.2
codenotary:
signer: [email protected]
3 changes: 2 additions & 1 deletion syncthing/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Syncthing
version: "1.29.2"
version: 1.29.2-v0
slug: syncthing
codenotary: [email protected]
description: "Open Source Continuous File Synchronization"
url: https://syncthing.net
ingress: true
Expand Down

0 comments on commit 6296262

Please sign in to comment.