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

Update linux package deploy Dockerfile to debian:stable #2140

Closed
tippmar-nr opened this issue Dec 13, 2023 · 1 comment · Fixed by #2142
Closed

Update linux package deploy Dockerfile to debian:stable #2140

tippmar-nr opened this issue Dec 13, 2023 · 1 comment · Fixed by #2142

Comments

@tippmar-nr
Copy link
Member

A previous attempt (#2113) to update the Dockerfile and related scripts that are used to deploy the APT and YUM packages had to be reverted because we found that the deploy_agent workflow would fail even though local testing was successful.

The workflow fails right after starting the Docker container, with

>>> synchronizing local copy /data/s3/production with latest changes from ***

<botocore.awsrequest.AWSRequest object at 0x7f8c02e1eed0>
Exiting.
255
Error: Process completed with exit code 255.]

Some preliminary research suggests that there is an environment variable that can be set that will prevent that failure, but brief attempts to follow that guidance were met with failure. It may be that the environment variable wasn't set correctly or in the right location.

We need to re-apply the changes from #2113 and test the deploy_agent workflow (with options set so that only deploys APT and YUM, and deploys them to the "test" repo) and figure out how to resolve the failure.

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 a pull request may close this issue.

1 participant