mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
7.4.3-2-debian-11-r4 release
This commit is contained in:
committed by
Bitnami Containers
parent
efd9fd3448
commit
7cfa3b83af
@@ -29,9 +29,9 @@
|
||||
},
|
||||
"wildfly": {
|
||||
"arch": "amd64",
|
||||
"digest": "d7b593db8cfd79b06f02a41b9df47e580ba68ffbd35a5cf78182805ad30a7267",
|
||||
"digest": "91f60441324fd1bdafe6e91fdf6491bddf626406f43ce31da20368ab909fbd3c",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "14.0.1-150"
|
||||
"version": "14.0.1-151"
|
||||
}
|
||||
}
|
||||
@@ -58,8 +58,8 @@ component_unpack() {
|
||||
fi
|
||||
if [ -n "$package_sha256" ]; then
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || return "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 || return "$?"
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user