mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
Fix documentation for containertools
This commit is contained in:
@@ -18,7 +18,9 @@ echo -e "[registries.search]\nregistries = ['docker.io', 'quay.io']" | tee /etc/
|
|||||||
|
|
||||||
## Add version information to the metadata file
|
## Add version information to the metadata file
|
||||||
echo "Documenting container tools version"
|
echo "Documenting container tools version"
|
||||||
PODMAN_VERSION='podman --version'
|
PODMAN_VERSION="$(podman --version | cut -d " " -f 3)"
|
||||||
BUILDAH_VERSION='buildah --version'
|
BUILDAH_VERSION="$(buildah --version | cut -d " " -f 3)"
|
||||||
SKOPEO_VERSION='skopeo --version'
|
SKOPEO_VERSION="$(skopeo --version | cut -d " " -f 3)"
|
||||||
DocumentInstalledItem "Podman ($PODMAN_VERSION)\nBuildah ($BUILDAH_VERSION)\nSkopeo ($SKOPEO_VERSION)"
|
DocumentInstalledItem "Podman ($PODMAN_VERSION)"
|
||||||
|
DocumentInstalledItem "Buildah ($BUILDAH_VERSION)"
|
||||||
|
DocumentInstalledItem "Skopeo ($SKOPEO_VERSION)"
|
||||||
|
|||||||
Reference in New Issue
Block a user