Skip to content

Commit 80def43

Browse files
authored
Merge pull request #594 from deepakkinni/topic/dkinni/photon5_up_v1
Update to Photon 5
2 parents 434b213 + cef59a9 commit 80def43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile-backup-driver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM photon:4.0
15+
FROM photon:5.0
1616
RUN tdnf -y upgrade && tdnf clean all
1717
COPY /bin/linux/amd64/lib/vmware-vix-disklib/lib64/* /vddkLibs/
1818
ADD /bin/linux/amd64/backup-driver* /backup-driver

Dockerfile-datamgr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
FROM photon:4.0
16+
FROM photon:5.0
1717
RUN tdnf -y upgrade && tdnf clean all
1818
ADD /bin/linux/amd64/data-* /datamgr
1919
COPY /bin/linux/amd64/lib/vmware-vix-disklib/lib64/* /vddkLibs/

Dockerfile-plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515

16-
FROM photon:4.0
16+
FROM photon:5.0
1717
RUN tdnf -y upgrade && tdnf clean all
1818
ADD /bin/linux/amd64/velero-* /plugins/
1919
ADD /bin/linux/amd64/data-* /

0 commit comments

Comments
 (0)