Skip to content

Commit

Permalink
fix: zfs extensions
Browse files Browse the repository at this point in the history
The `/usr/local/libtirpc` mount was missed in #401.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jun 12, 2024
1 parent 13f56fc commit 3e9b4e8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.8.0-alpha.0-19-gf350879
defaultValue: v1.8.0-alpha.0-23-gc309452
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-05-23T15:58:32Z by kres 2688b70.
# Generated on 2024-06-12T05:27:15Z by kres 7360563.

# common variables

Expand All @@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)

# sync bldr image with pkgfile

BLDR_RELEASE := v0.3.0
BLDR_RELEASE := v0.3.1
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE)
BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src

Expand All @@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.8.0-alpha.0-19-gf350879
PKGS ?= v1.8.0-alpha.0-23-gc309452
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
6 changes: 6 additions & 0 deletions storage/zfs/zpool-importer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ container:
options:
- bind
- ro
- source: /usr/local/libtirpc
destination: /usr/local/libtirpc
type: bind
options:
- bind
- ro
- source: /usr/local/sbin
destination: /usr/local/sbin
type: bind
Expand Down

0 comments on commit 3e9b4e8

Please sign in to comment.