mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
fix(sanity): fixing flaky sanity test case
Also moving to bionic docker image for github action also. Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
2ae14f556b
commit
0409fca095
3 changed files with 34 additions and 8 deletions
|
|
@ -41,7 +41,7 @@ COPY . .
|
|||
|
||||
RUN make buildx.csi-driver
|
||||
|
||||
FROM ubuntu:19.10
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update; exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue