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

Use the latest cyhy-mailer Docker image everywhere #85

Merged
merged 1 commit into from
May 4, 2021

Conversation

jsf9k
Copy link
Member

@jsf9k jsf9k commented May 3, 2021

πŸ—£ Description

This pull request ensures that the latest version of the Docker cyhy-mailer Docker image is used.

πŸ’­ Motivation and context

In PR #84 I updated the cyhy-mailer Docker image version in docker-compose.yml, but the change did not take. I eventually figured out that this was because the image key (which was pointing to the previous version of the image) also existed in
docker-compose.{bod,cyhy-notification,cyhy}.yml. To make it so that we only need update the image in a single place, I am removing the redundant image key from docker-compose.{bod,cyhy-notification,cyhy}.yml.

Thanks to @climber-girl for noticing the error.

πŸ§ͺ Testing

All pre-commit hooks pass.

βœ… Checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

@jsf9k jsf9k added the bug This issue or pull request addresses broken functionality label May 3, 2021
@jsf9k jsf9k added this to In progress in Cyber Hygiene (CyHy) via automation May 3, 2021
@jsf9k jsf9k self-assigned this May 3, 2021
@jsf9k jsf9k requested review from mcdonnnj, dav3r and felddy May 3, 2021 13:53
@jsf9k jsf9k marked this pull request as ready for review May 3, 2021 13:56
@jsf9k jsf9k requested review from hillaryj and a team as code owners May 3, 2021 13:56
Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

In PR #84 I updated the cyhy-mailer Docker image version in
docker-compose.yml, but the change did not take.  I eventually figured
out that this was because the image key (which was pointing to the
previous version of the image) also exists in
docker-compose.{bod,cyhy-notification,cyhy}.yml.  To make it so that
we only need update the image in a single place, I am removing the
image key from docker-compose.{bod,cyhy-notification,cyhy}.yml.
@jsf9k jsf9k force-pushed the bugfix/use-latest-docker-image-everywhere branch from d13adcc to e9f6dfc Compare May 4, 2021 14:12
@jsf9k jsf9k requested a review from mcdonnnj May 4, 2021 14:12
Cyber Hygiene (CyHy) automation moved this from In progress to Reviewer approved May 4, 2021
Copy link
Member

@dav3r dav3r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎟️ 🎟️ 🎟️

Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An even more ideal solution. :shipit:

@jsf9k jsf9k merged commit f29329f into develop May 4, 2021
Cyber Hygiene (CyHy) automation moved this from Reviewer approved to Done May 4, 2021
@jsf9k jsf9k deleted the bugfix/use-latest-docker-image-everywhere branch May 4, 2021 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request addresses broken functionality
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants