715
Amazon Linux 2 Docker container.
latest: Latest successful build of the Amazon Linux 2 container.This image is built on Docker Hub automatically any time the upstream OS container is rebuilt, and any time a commit is made or merged to the master branch. But if you need to build the image on your own locally, do the following:
cd into the root repo directory.docker build -t amazonlinux2-base .docker pull pedigreetechnologies/docker-amazonlinux2-base:latest (or use the image you built earlier, e.g. amazonlinux2-ansible:latest).docker run --detach --privileged pedigreetechnologies/docker-amazonlinux2-base:latestOriginally created in 2018 by Jeff Geerling, author of Ansible for DevOps. Adapted for internal use at Pedigree Techologies in 2022
Content type
Image
Digest
sha256:182865d39…
Size
90.8 MB
Last updated
over 2 years ago
docker pull pedigreetechnologies/docker-amazonlinux2-base