A personal blog about PowerShell, Automation and more.
CI-Bot
5dd6b297eb
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aquasec/trivy](https://github.com/aquasecurity/trivy) | minor | `0.24.3` -> `0.35.0` | ⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9--> Co-authored-by: Drone-Bot <noreply@ocram85.com> Reviewed-on: #32 Co-authored-by: CI-Bot <noreply@ocram85.com> Co-committed-by: CI-Bot <noreply@ocram85.com> |
||
---|---|---|
.gitea | ||
.github | ||
.vscode | ||
.woodpecker | ||
archetypes | ||
assets | ||
config/_default | ||
content | ||
layouts | ||
static | ||
themes | ||
.changelog.yml | ||
.dockerignore | ||
.drone.yml.bak | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.json | ||
.markdownlintignore | ||
contributing.md | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json |
OCram85.com
A personal blog about PowerShell, Automation and more.
Tags
latest
This tag contains currently active source for OCram85.com and will be updated by changes on the master branch
next
The next tag is used for testing any code changes on development branches and pull request. Site preview is available on next.OCram85.com
Content
This image contains the hugo based sources for my personal blog. It's made with the Congo theme. The static pages are served by the included nginx server with a custom config. The custom config is needed to redirect 404 errors to a custom page.
You can simply run the container with docker run -it --rm -p "8080:80" ocram85/blog:latest