Sign inSign up

mthreads/vulkan-sdk

By mthreads

Updated about 1 year ago

Image
0

252

mthreads/vulkan-sdk repository overview

Vulkan SDK Docker Images

This repository provides Docker images containing the Vulkan SDK for both amd64 and arm64 architectures, packaged for easy integration into CI/CD pipelines or local development.

Overview

  • Latest Vulkan SDK version: 1.4.321.1
  • Architectures:
    • amd64: Installed via the official LunarG tarball distribution.
    • arm64: Built from source to ensure compatibility and latest updates.

Image Variants

ArchitectureInstallation MethodBase OS
amd64Official LunarG tarballUbuntu 22.04
arm64Built from sourceUbuntu 22.04

Usage

You can pull the latest image from Docker Hub:

# For amd64
docker pull mthreads/vulkan-sdk:1.4.321.1-amd64

# For arm64
docker pull mthreads/vulkan-sdk:1.4.321.1-arm64

For multi-arch support (automatic architecture selection):

docker pull mthreads/vulkan-sdk:1.4.321.1

Tag summary

Content type

Image

Digest

sha256:3ab1c5167

Size

635.9 MB

Last updated

about 1 year ago

docker pull mthreads/vulkan-sdk:1.4.321.1