Skip to content

PedigreeTechnologies/docker-amazonlinux2-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Linux 2 Image

CI Docker pulls

Amazon Linux 2 Docker container.

Tags

  • latest: Latest successful build of the Amazon Linux 2 container.

How to Build

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:

  1. Install Docker.
  2. Clone this repo locally on your machine.
  3. cd into the root repo directory.
  4. Run docker build -t amazonlinux2-base .

How to Use

  1. Install Docker.
  2. Pull this image from Docker Hub: docker pull pedigreetechnologies/docker-amazonlinux2-base:latest (or use the image you built earlier, e.g. amazonlinux2-ansible:latest).
  3. Run a container from the image: docker run --detach --privileged pedigreetechnologies/docker-amazonlinux2-base:latest

Author

Originally created in 2018 by Jeff Geerling, author of Ansible for DevOps. Adapted for internal use at Pedigree Techologies in 2022

About

Amazon Linux 2 Docker container for Ansible playbook and role testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%