-
Notifications
You must be signed in to change notification settings - Fork 36
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
(WIP) Re-hosting Docs #149
Draft
kingdonb
wants to merge
6
commits into
teamhephy:master
Choose a base branch
from
kingdonb:rebase-for-upstreaming
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Nov 12, 2022
-
update mkdocs requirements, python version
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Kingdon Barrett committedNov 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 0be2ec7 - Browse repository at this point
Copy the full SHA 0be2ec7View commit details
Commits on Nov 14, 2022
-
* test build and push * test again * pull the result of build This is not for merge, it is just for the example * actions/cache@v3 * this is too much indirection but it's for testing so I think it's OK (the original idea was to pull this at runtime, so we'd always have the latest – this is going to need some refining, but I just want something that I can run right now, and say the job is done, point a domain at it, and call it good for today) push server * slightly broken ingress manifests works: http://teamhephy.info/ http://docs.teamhephy.info/ http://teamhephy.info/workflow/docs/ http://docs.teamhephy.info/workflow/docs/ doesn't (bad): http://docs.teamhephy.info/workflow/docs http://teamhephy.info/workflow/docs enable production letsencrypt try a new text trigger another build try imagePullPolicy: Always try another build try one more tracking one behind Add keyless (experimental) signing with Cosign This may or may not work? Just try it... Signed-off-by: Kingdon Barrett <kingdon@weave.works> add differentiation between "build" and "serve" we're going to remove this again in a moment, but it will be helpful to have the tasks separated before we try to obviate them together again set up flux-pull.sh for exec at runtime update deployment manifest and add init container soften rsync -a rsync: [generator] chgrp "/usr/share/nginx/html/." failed: Operation not permitted (1) a side effect of the -g in -rlptgoD, (how -a is expanded) further soften -t rsync: [generator] failed to set times on "/usr/share/nginx/html/.": Operation not permitted (1) further soften -p rsync: [generator] failed to set permissions on "/usr/share/nginx/html/.": Operation not permitted (1) USER 101 directive messes a bunch of things up nginx will drop the root user permission, so long as we are root when we start running (but with this USER directive here, it won't even start) Signed-off-by: Kingdon Barrett <kingdon@weave.works> try rebuilding docs add write packages permission here skip the pre-build part try again with fresh docs all of this chown stuff is unnecessary the server drops permissions, but the container starts as root let's test tagging docs not sure if these really worked try for beta2 try later metadata-action version remove redundant USER root make sure to tag the artifact as "testing" too this is our environment tag (until we come up with something better!) beta3 Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Kingdon Barrett committedNov 14, 2022 Configuration menu - View commit details
-
Copy full SHA for dc8cf85 - Browse repository at this point
Copy the full SHA dc8cf85View commit details -
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Kingdon Barrett committedNov 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0cd3cf3 - Browse repository at this point
Copy the full SHA 0cd3cf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ae012 - Browse repository at this point
Copy the full SHA a6ae012View commit details
Commits on Jan 21, 2023
-
fix output to use GITHUB_OUTPUT file
try fixup cosign * only build main when Dockerfile changes we don't need a new `serve` image unless one of these files has changed try fixup action puts debugger * ahhhh it is working cosign OCI manifests which are addressed by digest are signed without warning Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Kingdon Barrett committedJan 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 0254198 - Browse repository at this point
Copy the full SHA 0254198View commit details -
Signed-off-by: Kingdon Barrett <kingdon@weave.works>
Kingdon Barrett committedJan 21, 2023 Configuration menu - View commit details
-
Copy full SHA for a993fcd - Browse repository at this point
Copy the full SHA a993fcdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.