Skip to content

Bugfix/webengine docker #324

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

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Bugfix/webengine docker #324

merged 2 commits into from
Sep 12, 2023

Conversation

crokita
Copy link
Contributor

@crokita crokita commented Sep 8, 2023

This PR is ready for review.

Risk

This PR makes no API changes.

Summary

Updates the Dockerfile to use the updated server code, including replacing the request library with built-ins. Also fixes an issue with AWS in how it sets up permissions for creating new buckets. The code now assumes you have a bucket already set up instead of trying to create one for you if it does not exist. For some reason the standard Node docker images were not working and also specifically node 16 had to be used for this. I just took the base debian image Node is typically built from and "manually" installed node and npm into the container.

To test the docker compose file make sure you edit the .yml file to change the VERSION argument to use this branch name instead of master as it will pull from this repository VERSION=bugfix/webengine-docker

If you have an existing policy server docker compose already set up from previous runs make sure you wipe everything out with docker compose down -v first.

@crokita crokita merged commit 573788f into develop Sep 12, 2023
@crokita crokita mentioned this pull request Sep 13, 2023
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.

2 participants