Containerized of project: openssh-rpms original: https://github.com/ChowRex/openssh-rpms
2.6K
Docker for project: boypt/openssh-rpms: openssh rpms for old CentOSs
# Specify the name of tag. Support: amazonlinux2023 amazonlinux2 amazonlinux1 centos-stream9 centos-stream8 centos7 centos6 centos5
IMAGE_TAG="amazonlinux2023"
# Specify output path
OUT_PATH="$PWD"
mkdir -p $OUT_PATH
# Start container
docker run -it --rm \
-v $OUT_PATH:/data/$IMAGE_TAG/RPMS \
chowrex/openssh-rpms:$IMAGE_TAG
# Specify output path
OUT_PATH="$PWD"
# Specify the name of tags.
IMAGE_TAGS=("amazonlinux2023" "amazonlinux2" "amazonlinux1" "centos-stream9" "centos-stream8" "centos7" "centos6" "centos5")
for IMAGE_TAG in "${IMAGE_TAGS[@]}"
do
# Start container
docker run -it --rm \
-v $OUT_PATH:/data/$IMAGE_TAG/RPMS \
chowrex/openssh-rpms:$IMAGE_TAG
done
Content type
Image
Digest
sha256:94fcc6a8b…
Size
486 MB
Last updated
11 months ago
docker pull chowrex/openssh-rpms:oe24.03