Skip to content

Commit

Permalink
Metadata for OpenXR images
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Apr 12, 2024
1 parent b2a9e78 commit 7262bf2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion openxr-android.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# SPDX-License-Identifier: Apache-2.0

FROM debian:bookworm
LABEL maintainer="Rylie Pavlik <[email protected]>"

LABEL maintainer="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.authors="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.source=https://github.com/KhronosGroup/DockerContainers/blob/main/openxr-android.Dockerfile

ENV LANG C.UTF-8

Expand Down
5 changes: 4 additions & 1 deletion openxr-pregenerated-sdk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
# Intended for CI use.

FROM ubuntu:20.04
LABEL maintainer="Rylie Pavlik <[email protected]>"

LABEL maintainer="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.authors="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.source=https://github.com/KhronosGroup/DockerContainers/blob/main/openxr-pregenerated-sdk.Dockerfile

ENV LANG C.UTF-8

Expand Down
5 changes: 4 additions & 1 deletion openxr-sdk.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
# Intended for CI or interactive use.

FROM ubuntu:20.04
LABEL maintainer="Rylie Pavlik <[email protected]>"

LABEL maintainer="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.authors="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.source=https://github.com/KhronosGroup/DockerContainers/blob/main/openxr-sdk.Dockerfile

ENV LANG C.UTF-8

Expand Down
5 changes: 4 additions & 1 deletion openxr.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# This is a Docker container for OpenXR specification builds

FROM ruby:3.1-bookworm as builder
LABEL maintainer="Rylie Pavlik <[email protected]>"

# Basic spec build and check packages
RUN env DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
Expand Down Expand Up @@ -63,6 +62,10 @@ RUN python3 -m pip install --break-system-packages --no-cache-dir git+https://gi
# Second stage: start a simpler image that doesn't have the dev packages
FROM ruby:3.1-bookworm

LABEL maintainer="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.authors="Rylie Pavlik <[email protected]>" \
org.opencontainers.image.source=https://github.com/KhronosGroup/DockerContainers/blob/main/openxr.Dockerfile

# Copy locally-installed gems and python packages
COPY --from=builder /usr/local/ /usr/local/

Expand Down

0 comments on commit 7262bf2

Please sign in to comment.