diff --git a/buildscripts/zfs-driver/Dockerfile b/buildscripts/zfs-driver/Dockerfile index f9b7524..10466c5 100644 --- a/buildscripts/zfs-driver/Dockerfile +++ b/buildscripts/zfs-driver/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:20.04 +FROM ubuntu:19.10 RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get update; exit 0 RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates diff --git a/changelogs/unreleased/179-pawanpraka1 b/changelogs/unreleased/179-pawanpraka1 new file mode 100644 index 0000000..258869a --- /dev/null +++ b/changelogs/unreleased/179-pawanpraka1 @@ -0,0 +1 @@ +fixing xfs mounting issue on centos with ubuntu 20.04 image