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

Tidy buildspecs to use container environment #651

Merged
merged 2 commits into from
Jan 15, 2020

Conversation

jahkeup
Copy link
Member

@jahkeup jahkeup commented Jan 15, 2020

Issue #, if available:

#545

Description of changes:

Update some buildspecs to remove some unused environment variables and add systemd headers to environment packages.

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

@jahkeup jahkeup self-assigned this Jan 15, 2020
@jahkeup jahkeup added this to In progress in MVP Build automation via automation Jan 15, 2020
@@ -10,7 +10,7 @@
FROM amazonlinux:2 as base
RUN yum update -y \
&& yum groupinstall -y 'Development Tools' \
&& yum install -y socat procps-ng awscli jq openssh rsync \
&& yum install -y socat procps-ng awscli jq openssh rsync systemd-devel \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, good catch

Copy link
Contributor

@zmrow zmrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jahkeup jahkeup merged commit 5feec64 into ci-containers Jan 15, 2020
MVP Build automation automation moved this from In progress to Done Jan 15, 2020
@jahkeup jahkeup deleted the buildspec-env-tidy branch January 15, 2020 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants