Skip to content

Commit

Permalink
Prepare for move to sigrok repo
Browse files Browse the repository at this point in the history
  • Loading branch information
abraxa committed Aug 11, 2024
1 parent 8f0be18 commit 823ff31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/sigrok-appimage-x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ LABEL \
org.opencontainers.image.title="sigrok AppImage x86_64 Build Image" \
org.opencontainers.image.description="This image is used to build the sigrok x86_64 AppImage artefacts" \
org.opencontainers.image.url="https://sigrok.org" \
org.opencontainers.image.source="https://github.com/abraxa/sigrok-build" \
org.opencontainers.image.source="https://github.com/sigrokproject/sigrok-build" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \
org.opencontainers.image.authors="Frank Stettner <frank-stettner@gmx.net>" \
maintainer="Frank Stettner <frank-stettner@gmx.net>"
org.opencontainers.image.authors="Soeren Apel <sigrok@apelpie.net>, Frank Stettner <frank-stettner@gmx.net>" \
maintainer="Soeren Apel <sigrok@apelpie.net>"

ENV DEBIAN_FRONTEND noninteractive
ENV BASE_DIR /opt
Expand Down
6 changes: 3 additions & 3 deletions docker/sigrok-mxe.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ LABEL \
org.opencontainers.image.title="sigrok MXE Build Image" \
org.opencontainers.image.description="This image is used to cross compile the sigrok artefacts for Windows with MXE" \
org.opencontainers.image.url="https://sigrok.org" \
org.opencontainers.image.source="https://github.com/abraxa/sigrok-build" \
org.opencontainers.image.source="https://github.com/sigrokproject/sigrok-build" \
org.opencontainers.image.licenses="GPL-3.0-or-later" \
org.opencontainers.image.authors="Frank Stettner <frank-stettner@gmx.net>" \
maintainer="Frank Stettner <frank-stettner@gmx.net>"
org.opencontainers.image.authors="Soeren Apel <sigrok@apelpie.net>, Frank Stettner <frank-stettner@gmx.net>" \
maintainer="Soeren Apel <sigrok@apelpie.net>"

ENV BASE_DIR /opt
ENV MXE_DIR $BASE_DIR/mxe
Expand Down

0 comments on commit 823ff31

Please sign in to comment.