diff --git a/Dockerfile-backup-driver b/Dockerfile-backup-driver index 80bfeed2..32b28446 100644 --- a/Dockerfile-backup-driver +++ b/Dockerfile-backup-driver @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM photon:4.0 +FROM photon:5.0 RUN tdnf -y upgrade && tdnf clean all COPY /bin/linux/amd64/lib/vmware-vix-disklib/lib64/* /vddkLibs/ ADD /bin/linux/amd64/backup-driver* /backup-driver diff --git a/Dockerfile-datamgr b/Dockerfile-datamgr index 1cc046d9..ac516030 100644 --- a/Dockerfile-datamgr +++ b/Dockerfile-datamgr @@ -13,7 +13,7 @@ # limitations under the License. -FROM photon:4.0 +FROM photon:5.0 RUN tdnf -y upgrade && tdnf clean all ADD /bin/linux/amd64/data-* /datamgr COPY /bin/linux/amd64/lib/vmware-vix-disklib/lib64/* /vddkLibs/ diff --git a/Dockerfile-plugin b/Dockerfile-plugin index aba701fd..2f316493 100644 --- a/Dockerfile-plugin +++ b/Dockerfile-plugin @@ -13,7 +13,7 @@ # limitations under the License. -FROM photon:4.0 +FROM photon:5.0 RUN tdnf -y upgrade && tdnf clean all ADD /bin/linux/amd64/velero-* /plugins/ ADD /bin/linux/amd64/data-* /