mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 02:48:59 +00:00
build: Fixup Docker changes from previous (#9223)
This commit is contained in:
parent
e988978fa1
commit
876d056705
4
.github/workflows/build-infra-dockers.yaml
vendored
4
.github/workflows/build-infra-dockers.yaml
vendored
@ -51,5 +51,5 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: syncthing/${{ matrix.pkg }}:latest,syncthing/${{ matrix.pkg }}:${{ github.sha }}
|
tags: syncthing/${{ matrix.pkg }}:latest,syncthing/${{ matrix.pkg }}:${{ github.sha }}
|
||||||
outputs: |
|
labels: |
|
||||||
annotation.org.opencontainers.image.revision="${{ github.sha }}"
|
org.opencontainers.image.revision=${{ github.sha }}
|
||||||
|
6
.github/workflows/build-syncthing.yaml
vendored
6
.github/workflows/build-syncthing.yaml
vendored
@ -818,9 +818,9 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64,linux/arm/7
|
platforms: linux/amd64,linux/arm64,linux/arm/7
|
||||||
push: ${{ env.DOCKER_PUSH == 'true' }}
|
push: ${{ env.DOCKER_PUSH == 'true' }}
|
||||||
tags: ${{ env.DOCKER_TAGS }}
|
tags: ${{ env.DOCKER_TAGS }}
|
||||||
outputs: |
|
labels: |
|
||||||
annotation.org.opencontainers.image.version="${{ env.VERSION }}"
|
org.opencontainers.image.version=${{ env.VERSION }}
|
||||||
annotation.org.opencontainers.image.revision="${{ github.sha }}"
|
org.opencontainers.image.revision=${{ github.sha }}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check for known vulnerabilities in Go dependencies
|
# Check for known vulnerabilities in Go dependencies
|
||||||
|
@ -33,8 +33,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing"
|
org.opencontainers.image.title="Syncthing"
|
||||||
|
|
||||||
EXPOSE 8384 22000/tcp 22000/udp 21027/udp
|
EXPOSE 8384 22000/tcp 22000/udp 21027/udp
|
||||||
|
@ -5,8 +5,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing Builder"
|
org.opencontainers.image.title="Syncthing Builder"
|
||||||
|
|
||||||
# FPM to build Debian packages
|
# FPM to build Debian packages
|
||||||
|
@ -5,8 +5,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing Crash Receiver"
|
org.opencontainers.image.title="Syncthing Crash Receiver"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
@ -20,8 +20,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing Discovery Server"
|
org.opencontainers.image.title="Syncthing Discovery Server"
|
||||||
|
|
||||||
EXPOSE 19200 8443
|
EXPOSE 19200 8443
|
||||||
|
@ -5,8 +5,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing Relay Pool Server"
|
org.opencontainers.image.title="Syncthing Relay Pool Server"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
@ -20,8 +20,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing Relay Server"
|
org.opencontainers.image.title="Syncthing Relay Server"
|
||||||
|
|
||||||
EXPOSE 22067 22070
|
EXPOSE 22067 22070
|
||||||
|
@ -5,8 +5,8 @@ LABEL org.opencontainers.image.authors="The Syncthing Project" \
|
|||||||
org.opencontainers.image.url="https://syncthing.net" \
|
org.opencontainers.image.url="https://syncthing.net" \
|
||||||
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
org.opencontainers.image.documentation="https://docs.syncthing.net" \
|
||||||
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
org.opencontainers.image.source="https://github.com/syncthing/syncthing" \
|
||||||
org.opencontainers.image.vendor="The Syncthing Project"
|
org.opencontainers.image.vendor="The Syncthing Project" \
|
||||||
org.opencontainers.image.licenses="MPL-2.0"
|
org.opencontainers.image.licenses="MPL-2.0" \
|
||||||
org.opencontainers.image.title="Syncthing Upgrades"
|
org.opencontainers.image.title="Syncthing Upgrades"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user