Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazonlinux/container-images
Artifact repository for Amazon Linux container images
https://github.com/amazonlinux/container-images
Last synced: 2 months ago
JSON representation
Artifact repository for Amazon Linux container images
- Host: GitHub
- URL: https://github.com/amazonlinux/container-images
- Owner: amazonlinux
- License: gpl-2.0
- Created: 2016-10-27T21:41:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T19:45:38.000Z (3 months ago)
- Last Synced: 2024-10-18T21:14:52.087Z (3 months ago)
- Homepage: https://hub.docker.com/_/amazonlinux/
- Size: 336 MB
- Stars: 219
- Watchers: 39
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Amazon Linux container images
This repository contains the base container images for Amazon Linux on
[Docker Hub][dockerhub] and [Amazon Elastic Container Registry][ecr].This is more of an *artifact store* than a Git repository, for reasons
explained later. Please note that **branches other than `master` are
regularly force-pushed, and content may disappear without warning**. For
more reliable sources of Amazon Linux container images, use the
[Amazon Linux on-premises image download site][onprem], Docker Hub, or
Amazon ECR.## What we're doing here
The [Docker Official Images program][doi] produces the top-level images
available on Docker Hub, including the base OS images that serve as a
starting point for most Docker users.The images are maintained in the open. Image generation starts from a
file in [docker-library/official-images.git][doi-git] named
[library/amazonlinux][doi-git-al]. This file is machine-readable and
connects image tags to a Git repository and commit.During image build, the build system clones the referenced Git
repository at a given commit and runs `docker build` in that directory.
For application images, this usually involves downloading and installing
software. For base OS images, this means adding the contents of a
tarball as a single layer.## Distribution SLAs
Amazon Linux is able to update our first-party sources (ECR) same-day as
the associated AMI release. To reduce the operational load on the Docker
Official Images program, we batch our OS releases and submit them
weekly.[dockerhub]: https://hub.docker.com/_/amazonlinux/
[ecr]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/amazon_linux_container_image.html
[onprem]: https://cdn.amazonlinux.com/os-images/latest/
[doi]: https://docs.docker.com/docker-hub/official_images/
[doi-git]: https://github.com/docker-library/official-images
[doi-git-al]: https://github.com/docker-library/official-images/blob/master/library/amazonlinux