https://github.com/linbit/linstor-csi-builder
Builds LINBIT's version of the LINSTOR CSI driver
https://github.com/linbit/linstor-csi-builder
Last synced: 4 months ago
JSON representation
Builds LINBIT's version of the LINSTOR CSI driver
- Host: GitHub
- URL: https://github.com/linbit/linstor-csi-builder
- Owner: LINBIT
- License: gpl-2.0
- Created: 2020-03-13T15:17:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T13:30:19.000Z (over 1 year ago)
- Last Synced: 2025-03-21T07:45:47.116Z (over 1 year ago)
- Language: Makefile
- Size: 226 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LINSTOR CSI builder
Build + package [linstor-csi] in a Docker image.
[linstor-csi]: https://github.com/piraeusdatastore/linstor-csi
## 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=
```
3. Add changelog entries [here](./debian/changelog) and [here](./linstor-csi.spec).
4. `git commit` + `git tag`
5. push master + tag to gitlab