Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

infra: add zstd to the standard-5.0 image #702

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AbeCoull
Copy link

@AbeCoull AbeCoull commented Feb 8, 2024

Issue #, if available:

Description of changes:
This changes add in the zstd package, a common compression package, to the 5.0 image.

This can also be considered for other images.

Package info:

yum info zstd
Loaded plugins: priorities
934 packages excluded due to repository priority protections
Available Packages
Name        : zstd
Arch        : x86_64
Version     : 1.5.5
Release     : 1.amzn2.0.1
Size        : 455 k
Repo        : amzn2-core/x86_64
Summary     : Zstd compression library
URL         : https://github.com/facebook/zstd
License     : BSD and GPLv2
Description : Zstd, short for Zstandard, is a fast lossless compression algorithm,
            : targeting real-time compression scenarios at zlib-level compression ratio.

Testing done:

git clone [email protected]:math411/aws-codebuild-docker-images.git
cd aws-codebuild-docker-images
git checkout patch-1
cd ubuntu/standard/5.0
docker build -t aws/codebuild/standard:5.0 .
docker run -it --entrypoint sh aws/codebuild/standard:5.0 -c bash

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant