Skip to content

Commit

Permalink
chore(build): use ubuntu 18.04 as container base image
Browse files Browse the repository at this point in the history
According to below document, ubuntu 16.04 has reached
it's EOL- https://wiki.ubuntu.com/Releases

Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored and kmova committed May 6, 2021
1 parent 17bd814 commit 84ac251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/volume-manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# cstor-volume-mgmt releases.
#

FROM ubuntu:16.04
FROM ubuntu:18.04
RUN apt-get update; exit 0
RUN apt-get -y install rsyslog

Expand Down
2 changes: 1 addition & 1 deletion build/volume-manager/volume-manager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY . .

RUN make buildx.volume-manager

FROM ubuntu:16.04
FROM ubuntu:18.04

ARG DBUILD_DATE
ARG DBUILD_REPO_URL
Expand Down

0 comments on commit 84ac251

Please sign in to comment.