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

Site maintenance etc. #112

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

jdolitsky
Copy link
Member

@jdolitsky jdolitsky commented Aug 7, 2024

  • Move site build logic into ./hack/build-static-site.sh
  • Update Go modules
  • Update Ruby gems
  • Remove the strange topbar issue mentioned in Slack

Copy link

netlify bot commented Aug 7, 2024

Deploy Preview for oci-conformance ready!

Name Link
🔨 Latest commit ef6fd6c
🔍 Latest deploy log https://app.netlify.com/sites/oci-conformance/deploys/66b30d67df7a7e0008266a50
😎 Deploy Preview https://deploy-preview-112--oci-conformance.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jdolitsky jdolitsky force-pushed the maintenance branch 6 times, most recently from 65de304 to df3fd11 Compare August 7, 2024 05:57
Signed-off-by: Josh Dolitsky <[email protected]>
Copy link
Contributor

@sudo-bmitch sudo-bmitch left a comment

Choose a reason for hiding this comment

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

I don't have Ruby installed locally, so this SGTM, but I'm far from an expert in this part of the code.

Comment on lines +5 to +6
// See https://github.com/darccio/mergo#important-notes
replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.16
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems like a sign we'd want to either update our code or swap out the dependency.

Comment on lines +3 to +5
# build-static-site.sh
# Generates a static HTML site into _site/
# Requires Go ...and Ruby
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it would be useful to make this available to run with a docker container (e.g. with a make serve command that does a docker build / docker run) for developers to test locally.

@jdolitsky
Copy link
Member Author

@sudo-bmitch - I converted your two comments into issues:

Will go ahead and merge this since it gets us into a better spot

@jdolitsky jdolitsky merged commit 0239ba7 into opencontainers:main Aug 7, 2024
5 checks passed
@jdolitsky jdolitsky deleted the maintenance branch August 7, 2024 15:14
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