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 force-pushed the chore/update-nginx-docker branch from 954e22a to e3c256b Compare August 31, 2023 11:20
@ciarams87 ciarams87 force-pushed the chore/update-nginx-docker branch from e3c256b to d79e1fa Compare September 1, 2023 15:38
@ciarams87 ciarams87 force-pushed the chore/update-nginx-docker branch from d79e1fa to 1f499f2 Compare September 1, 2023 16:21
@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
@ciarams87 ciarams87 force-pushed the chore/update-nginx-docker branch from 1f499f2 to 4b7c616 Compare September 6, 2023 14:13
@ciarams87 ciarams87 force-pushed the chore/update-nginx-docker branch from 4b7c616 to da5eac5 Compare September 15, 2023 09:34
@ciarams87 ciarams87 requested a review from lucacome September 15, 2023 09: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 force-pushed the chore/update-nginx-docker branch from da5eac5 to 8e05063 Compare September 18, 2023 08:49
@ciarams87 ciarams87 merged commit f6820eb into nginxinc:main Sep 18, 2023
22 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
Archived in project
Development

Successfully merging this pull request may close these issues.

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