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

dockerfree build for legacy agent #3158

Merged

Conversation

lydiafilipe
Copy link
Contributor

Summary

Similar changes as #3149 for the legacy branch. Adding dockerfree make targets and scripts.

Implementation details

Add make targets which call scripts to build the docker agent image without using docker. This is done without docker by programmatically building an archive containing the required metadata and binaries/dependencies.

Testing

  • Manually ran make targets on an Amazon Linux EC2 instance and verified each succeeded and produced expected artifacts
  • Got the tar resulting from the agent image build make target and uploaded to another Amazon Linux EC2 instance using the ECS optimized AMI (via scp)
  • Docker loaded the tar, retagged the image, and stopped/started ECS
  • Verify the instance reconnects to the cluster and ran a task on it

Description for the changelog

dockerfree build for legacy agent

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@lydiafilipe lydiafilipe merged commit 364bd9c into aws:initAgentIntegrationAL1 Mar 28, 2022
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.

3 participants