Skip to content

LINBIT/linstor-csi-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

83a3e56 · Mar 12, 2025
Mar 12, 2025
Mar 12, 2025
Oct 7, 2024
Aug 31, 2023
Oct 13, 2021
Feb 10, 2025
Nov 10, 2020
Mar 12, 2025
Mar 13, 2020
Jun 28, 2024
Oct 12, 2021
Oct 12, 2021
Jun 28, 2024
Mar 12, 2025

Repository files navigation

LINSTOR CSI builder

Build + package linstor-csi in a Docker image.

Create a new release

  1. ./linstor-csi to point to the new upstream commit.
  2. edit ./Dockerfile to use the new release version as default for ARG SEMVER. There is a make target to do that for you:
    make prepare-release SEMVER=<version>
    
  3. Add changelog entries here and here.
  4. git commit + git tag
  5. push master + tag to gitlab