Skip to content

Instantly share code, notes, and snippets.

@e0ne
Created June 26, 2024 15:58
Show Gist options
  • Save e0ne/440f9ff52e3b46a424d5f6710b831cb6 to your computer and use it in GitHub Desktop.
Save e0ne/440f9ff52e3b46a424d5f6710b831cb6 to your computer and use it in GitHub Desktop.
podman-doca-build
podman build --build-arg D_OS=rhel9.2 --build-arg D_ARCH=x86_64 --build-arg D_KERNEL_VER=5.14.0-284.32.1.el9_2.x86_64 --build-arg D_OFED_VERSION=24.04-0.6.6.0 --build-arg D_BASE_IMAGE="registry.redhat.io/openshift4/driver-toolkit-rhel9:v4.13.0-202309112001.p0.gd719bdc.assembly.stream" --build-arg D_FINAL_BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:latest --build-arg D_OFED_URL_PATH=https://www.mellanox.com/downloads/ofed/MLNX_OFED-24.04-0.6.6.0/MLNX_OFED_SRC-24.04-0.6.6.0.tgz --tag 24.04-0.6.6.0-0-5.14.0-284.32.1.el9_2-rhel9.2-amd64 -f RHEL_Dockerfile --target precompiled .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment