-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify
Dockerfile
naming and simplify + combine scripts
- Loading branch information
Showing
16 changed files
with
67 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
# Copyright 2019-2021 The Khronos Group Inc. | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
set -e | ||
|
||
( | ||
cd $(dirname $0) | ||
./build-one.sh asciidoctor-spec 202206 "$@" | ||
./build-one.sh vulkan-docs-base 202206 "$@" | ||
./build-one.sh vulkan-docs 202206 "$@" | ||
./build-one.sh openxr-base 202110 "$@" | ||
./build-one.sh openxr 202110 "$@" | ||
./build-one.sh openxr-sdk 202110 "$@" | ||
./build-one.sh openxr-pregenerated-sdk 202201 "$@" | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,9 @@ | |
|
||
# This is a Docker container for (interactive) OpenXR specification builds | ||
|
||
FROM khronosgroup/docker-images:openxr-base.202110 | ||
ARG VERSION | ||
|
||
FROM khronosgroup/docker-images:openxr-base.$VERSION | ||
LABEL maintainer="Ryan Pavlik <[email protected]>" | ||
|
||
# Add the entrypoint to the image | ||
|
File renamed without changes.
File renamed without changes.