Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 0eda0e1

Browse files
Properly LABEL this image.
1 parent 3e87a18 commit 0eda0e1

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

naev/naev-macos/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ubuntu:20.04
22

3-
LABEL Description="MacOS cross-compile development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
4-
LABEL Author="Jack Greiner <[email protected]>"
3+
LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
4+
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
5+
LABEL org.opencontainers.image.description "MacOS cross-compile development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality.""
56
67
# Add stable git PPA, deadsnakes ppa for python builds, and llvm apt repository (no building from source yay!)
78
RUN apt-get update && apt-get install -y software-properties-common curl apt-transport-https && \

naev/naev-steamruntime/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM registry.gitlab.steamos.cloud/steamrt/scout/sdk:latest
22

3-
LABEL Description="Steam runtime development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
4-
LABEL Author="Jack Greiner <[email protected]>"
3+
LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
4+
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
5+
LABEL org.opencontainers.image.description "Steam runtime development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
56

67
# Add stable git PPA to sources, as well as the signing key to silence warnings
78
RUN echo "deb http://ppa.launchpad.net/git-core/ppa/ubuntu precise main" | sudo tee -a /etc/apt/sources.list && \

naev/naev-ubuntu1604/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ubuntu:16.04
22

3-
LABEL Description="Ubuntu development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
4-
LABEL Author="Jack Greiner <[email protected]>"
3+
LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
4+
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
5+
LABEL org.opencontainers.image.description "Ubuntu 16.04 development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
56

67
# Add stable git PPA, deadsnakes ppa for python builds, brightbox ppa for ruby, and llvm apt repository (no building from source yay!)
78
RUN apt-get update && apt-get install -y software-properties-common curl apt-transport-https && \

naev/naev-ubuntu2004/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ubuntu:20.04
22

3-
LABEL Description="Ubuntu development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
4-
LABEL Author="Jack Greiner <[email protected]>"
3+
LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
4+
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
5+
LABEL org.opencontainers.image.description "Ubuntu 20.04 development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
56

67
# Add stable git PPA, deadsnakes ppa for python builds, and llvm apt repository (no building from source yay!)
78
RUN apt-get update && apt-get install -y software-properties-common curl apt-transport-https && \

naev/naev-windows/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM ubuntu:18.04
22

3-
LABEL Description="Windows cross-compile development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
4-
LABEL Author="Jack Greiner <[email protected]>"
3+
LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
4+
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
5+
LABEL org.opencontainers.image.description "Windows cross-compile development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
56

67
# Enable i386 arch in dpkg
78
RUN dpkg --add-architecture i386

0 commit comments

Comments
 (0)