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

Clean up Dockerfile for baremetal and ECS deployments #4398

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

haikoschol
Copy link
Contributor

@haikoschol haikoschol commented Dec 10, 2024

Changes

Apart from minor cleanups, this change uses the same ENTRYPOINT as the main Dockerfile. The CLI flags passed to the container should be controlled by the deployment automation, not hard-coded in the Docker file.

Tests

docker build -f Dockerfile.development -t gossamer:development .
docker run gossamer:development "--help"

- Remove Datadog vestiges
- Remove running "gossamer init" during Docker build
- Use the same entrypoint as the main Dockerfile to ease deployment
@haikoschol
Copy link
Contributor Author

@Aminechakr as far as I can tell, .github/workflows/staging.yml is not used anywhere. Can it be removed?

@Aminechakr
Copy link
Contributor

@Aminechakr as far as I can tell, .github/workflows/staging.yml is not used anywhere. Can it be removed?

Yes, the mentioned workflow can be removed.

@dimartiro
Copy link
Contributor

image

👏 👏 👏

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.

5 participants