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

Add workflow for updating nginx base image #1019

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

ciarams87
Copy link
Member

Proposed changes

As a user of NKG
I want the data plane image to be automatically updated when the nginx image is updated
So that the data plane for NKG always includes the most up to date image for a given version of nginx.

NOTE: This does not update the image version itself, but rather the underlying base image (e.g. to include patched libraries)

Closes #904

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@github-actions github-actions bot added the chore Pull requests for routine tasks label Aug 31, 2023
@ciarams87 ciarams87 marked this pull request as ready for review September 5, 2023 16:35
@ciarams87 ciarams87 requested a review from a team as a code owner September 5, 2023 16:35
Copy link
Member

@lucacome lucacome left a comment

Choose a reason for hiding this comment

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

🚀

@ciarams87 ciarams87 merged commit f6820eb into nginxinc:main Sep 18, 2023
23 checks passed
@ciarams87 ciarams87 deleted the chore/update-nginx-docker branch September 18, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Automatically update custom nginx data container with new nginx versions
5 participants