Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit caf8cff

Browse files
docker: update pmdk installed version to 1.12.0
1 parent 2fed928 commit caf8cff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/docker/images/install-pmdk.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
#
3-
# Copyright 2018-2021, Intel Corporation
3+
# Copyright 2018-2022, Intel Corporation
44
#
55
# Redistribution and use in source and binary forms, with or without
66
# modification, are permitted provided that the following conditions
@@ -36,10 +36,10 @@
3636

3737
set -e
3838

39-
PACKAGE_MANAGER=$1
39+
PACKAGE_MANAGER=${1}
4040

41-
# master: 1.11.0, 02.07.2021
42-
PMDK_VERSION="8583fcfd68764ac6779e6f93db89b06971b26704"
41+
# common: 1.12.0 release, 24.05.2022
42+
PMDK_VERSION="73d8f958e855904dc0776a7d77d0f0d3698a65b1"
4343

4444
if [ "${SKIP_PMDK_BUILD}" ]; then
4545
echo "Variable 'SKIP_PMDK_BUILD' is set; skipping building PMDK"

0 commit comments

Comments
 (0)