Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates Longhorn v1.6.2 rocks #31

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions v1.6.2/longhorn-manager/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ license: Apache-2.0
version: "v1.6.2"

# NOTE(aznashwan): the base for the manager image is the Suse Linux Enterprise
# Base Container Image (SLE BCE) Service Pack 5 which ships with Linux 6.4,
# and is thus most comparable to 24.04:
# Base Container Image (SLE BCE) Service Pack 5 which ships with Linux 5.14,
# and is thus most comparable to 22.04:
# https://github.com/longhorn/longhorn-manager/blob/v1.6.2/package/Dockerfile#L1
base: ubuntu@24.04
build-base: ubuntu@24.04
base: ubuntu@22.04
build-base: ubuntu@22.04
platforms:
amd64:

Expand Down
12 changes: 7 additions & 5 deletions v1.6.2/longhorn-share-manager/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ license: Apache-2.0
version: "v1.6.2"

# NOTE(aznashwan): the base for the share manager image is the Suse Linux Enterprise
# Base Container Image (SLE BCE) Service Pack 5 which ships with Linux 6.4,
# and is thus most comparable to 24.04:
# Base Container Image (SLE BCE) Service Pack 5 which ships with Linux 5.14,
# and is thus most comparable to 22.04:
# https://github.com/longhorn/longhorn-share-manager/blob/v1.6.2/package/Dockerfile#L42
base: ubuntu@24.04
build-base: ubuntu@24.04
base: ubuntu@22.04
build-base: ubuntu@22.04
platforms:
amd64:

Expand Down Expand Up @@ -103,7 +103,9 @@ parts:
stage-packages:
- rpcbind
- libblkid1
# - liburcu6 - already included.
# Needed by ganesha.nfsd, otherwise we get the following error:
# ganesha.nfsd: error while loading shared libraries: liburcu-bp.so.8
- liburcu8
- dbus-x11 # dbus-1-x11
- libdbus-1-3 # dbus-1
- libnfsidmap-dev # nfsidmap-devel
Expand Down
10 changes: 5 additions & 5 deletions v1.6.2/longhorn-ui/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ license: Apache-2.0

version: "v1.6.2"

# NOTE(aznashwan): the base for the engine image is the Suse Linux Enterprise
# Base Container Image (SLE BCE) Service Pack 5 which ships with Linux 6.4,
# and is thus most comparable to 24.04:
# NOTE(aznashwan): the base for the UI image is the Suse Linux Enterprise
# Base Container Image (SLE BCE) Service Pack 5 which ships with Linux 5.14,
# and is thus most comparable to 22.04:
# https://github.com/longhorn/longhorn-ui/blob/v1.6.2/Dockerfile#L13
base: ubuntu@24.04
build-base: ubuntu@24.04
base: ubuntu@22.04
build-base: ubuntu@22.04

platforms:
amd64:
Expand Down
Loading