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

CR 839, Build Ubuntu images #840

Closed
wants to merge 13 commits into from
Closed

Conversation

nkadel
Copy link

@nkadel nkadel commented Sep 8, 2023

Proposed changes

Provide Ubuntu images, based on existing Debian images, to provide Ubuntu images with contemporary nginx and similar optimizations.

Checklist

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

  • I have read the CONTRIBUTING document
  • I have run ./update.sh and ensured all entrypoint/Dockerfile template changes have been applied to the relevant image entrypoint scripts & Dockerfiles
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • I have updated any relevant documentation

@nkadel
Copy link
Author

nkadel commented Sep 8, 2023

My testing is limited, I don't have the awsecr and stacklibrary credentials to test everything, but the new Ubuntu dockerfile seems to work well in my modest test deployment.

@thresheek
Copy link
Collaborator

Thanks for the contribution @nkadel!

It's still not clear if we want to have it included (and my feeling is still we don't).

It looks like this PR has unrelated changes (e.g. a bump to 1.25.2), can you fix that for an easier review?

Additionally, I don't think it makes sense to base images off non-LTS version of Ubuntu.

@nkadel
Copy link
Author

nkadel commented Sep 8, 2023

I set the Ubuntu consistently to "jammy" for now, which is the current 22.04LTS version, with a comment to mention that. I admit that the name based rather than number based releases are a consistent confusion for Ubuntu, and are a Debian practice I wish they'd not preserved.

@nkadel nkadel mentioned this pull request Sep 8, 2023
@thresheek
Copy link
Collaborator

Closing for the reasons outlined in #839

@thresheek thresheek closed this Mar 9, 2024
done

for variant in debian-perl; do
variantAliases=( "${versionAliases[@]/%/-perl}" )
variantAliases=( "${variantAliases[@]//latest-/}" )

for tag in ${variantAliases[@]}; do

Choose a reason for hiding this comment

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

This is whitespace consistency change, including the "tag" logic within rather than out of line with the variant logic that includes it.

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.

3 participants