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

Remove extra docker volumes and extra associated configurations #23034

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

KevinMind
Copy link
Contributor

@KevinMind KevinMind commented Jan 28, 2025

Fixes: mozilla/addons#15066

Description

  • Updated docker-compose.yml to simplify volume mounts by using the current directory for all services.
  • Removed HOST_MOUNT and HOST_MOUNT_SOURCE environment variables from settings and entrypoint scripts, streamlining the configuration for local and production environments.
  • Refactored setup.py to eliminate the get_olympia_mount function, replacing it with a more straightforward approach to determine the Docker target.
  • Adjusted GitHub Actions workflows to remove references to the obsolete mount input, ensuring cleaner CI/CD processes.
  • Enhanced test cases to reflect changes in Docker configuration and environment variable handling.

Context

This patch drastically simplifies how we mount files into docker containers:

  • there is a single bind mount from the root repo into any and all containers that need files.
  • every container expects to find files at /data/olympia/**
  • the mount is always on, we preemptively configure the host file system to reflect the desired container state so we can straight mount the files when running the containers

Warning

This means that the state of your host and the state of containers is 100% matching. so running remote built production containers require first checking out the commit that image was built on. This can be done manually right now and could be automated in the future.

Testing

Running make up in prod or dev mode will result in the exact same state where the root repo directory is mounted into /data/olympia no matter what.

Checklist

  • Add #ISSUENUM at the top of your PR to an existing open issue in the mozilla/addons repository.
  • Successfully verified the change locally.
  • The change is covered by automated tests, or otherwise indicated why doing so is unnecessary/impossible.
  • Add before and after screenshots (Only for changes that impact the UI).
  • Add or update relevant docs reflecting the changes made.

@KevinMind KevinMind marked this pull request as ready for review January 28, 2025 16:00
@KevinMind KevinMind changed the title Remove-volumes Remove extra docker volumes and extra associated configurations Jan 28, 2025
@KevinMind KevinMind requested a review from diox January 28, 2025 16:33
@KevinMind KevinMind merged commit 818b8dc into master Jan 31, 2025
41 checks passed
@KevinMind KevinMind deleted the remove-volumes branch January 31, 2025 13:40
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.

[Task]: Make up is, like, better
2 participants