Skip to content

Commit 38e5d44

Browse files
innobeadDavid Ko
authored andcommitted
chore(build): use BCI 15.4 and related repos
Signed-off-by: David Ko <dko@suse.com>
1 parent b9ade47 commit 38e5d44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ FROM registry.suse.com/bci/bci-base:15.3
33
ARG ARCH=amd64
44

55
# Based on https://github.com/kubernetes-sigs/nfs-ganesha-server-and-external-provisioner/blob/master/deploy/docker/x86_64/Dockerfile
6-
FROM registry.suse.com/suse/sle15:15.3 AS build
6+
FROM registry.suse.com/suse/sle15:15.4 AS build
77

88
# Build ganesha from source, install it to /usr/local and a use multi stage build to have a smaller image
99
# RUN dnf install -y tar gcc cmake-3.14.2-1.fc30 autoconf libtool bison flex make gcc-c++ krb5-devel dbus-devel jemalloc-devel libnfsidmap-devel libnsl2-devel userspace-rcu-devel patch libblkid-devel
1010
RUN zypper -n addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/SLE_15/ snappy && \
11-
zypper -n addrepo --refresh https://download.opensuse.org/repositories/devel:/tools:/building/SLE_15_SP2/devel:tools:building.repo && \
11+
zypper -n addrepo --refresh https://download.opensuse.org/repositories/devel:/tools:/building/15.4/devel:tools:building.repo && \
1212
zypper --gpg-auto-import-keys ref
1313

1414
RUN zypper -n install autoconf bison curl cmake doxygen make git gcc-c++ flex Mesa-libGL-devel libdbus-1-3 \
@@ -41,7 +41,7 @@ RUN mkdir -p /ganesha-extra \
4141
&& mkdir -p /ganesha-extra/etc/dbus-1/system.d \
4242
&& cp src/scripts/ganeshactl/org.ganesha.nfsd.conf /ganesha-extra/etc/dbus-1/system.d/
4343

44-
FROM registry.suse.com/suse/sle15:15.3
44+
FROM registry.suse.com/suse/sle15:15.4
4545

4646
RUN zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/SLE_15/ snappy && \
4747
zypper --gpg-auto-import-keys ref

0 commit comments

Comments
 (0)