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

chore: Upgrade some Docker dependencies to latest images #263

Merged
merged 6 commits into from
Jan 13, 2023

Conversation

arielvalentin
Copy link
Collaborator

@arielvalentin arielvalentin commented Dec 30, 2022

This commit introduces a few changes to our development docker image:

  1. Sets the default Ruby version to 3.1.3 as well as removes the ability to set a custom bundler version and uses the latest gem version
  2. Upgrades to mysql 8 since there are no 5.7 images available for Apple Silicon
  3. Makes it possible to start up the main service, named app, with all of the dependencies to make it possible to run tests in a container
  4. Overrides GitHub Action MySQL service to use a different entrypoint script, which is not currently supported via the YAML configurations

See #250
See https://stackoverflow.com/questions/60902904/how-to-pass-mysql-native-password-to-mysql-service-in-github-actions
See trilogy-libraries/trilogy#26

@arielvalentin
Copy link
Collaborator Author

Blocked by trilogy-libraries/trilogy#26

This commit introduces a few changes to our development docker image:

1. Sets the default Ruby version to 3.1.3 as well as removes the ability to set a custom bundler version and uses the latest gem version
2. Upgrades to mysql 8 since there are no 5.7 images available for Apple Silicon
3. Makes it possible to start up the main service, named `app`, with all of the dependencies to make it possible to run tests in a container
4. Overrides GitHub Action MySQL service to use a different entrypoint script, which is not currently supported via the YAML configurations

See open-telemetry#250
See https://stackoverflow.com/questions/60902904/how-to-pass-mysql-native-password-to-mysql-service-in-github-actions
See trilogy-libraries/trilogy#26
@arielvalentin arielvalentin marked this pull request as ready for review December 31, 2022 02:00
@arielvalentin arielvalentin changed the title chore: Upgrade Docker Dependencies to latest chore: Upgrade some Docker dependencies to latest images Dec 31, 2022
@arielvalentin arielvalentin self-assigned this Dec 31, 2022
@arielvalentin arielvalentin merged commit c2cbcf5 into open-telemetry:main Jan 13, 2023
@arielvalentin arielvalentin deleted the docker-file-updates branch January 13, 2023 02:30
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.

None yet

3 participants