A personal blog about PowerShell, Automation and more.
Marco Blessing
94b2c9c8ed
#### 📖 Summary
- extend `.drone.yml`
- split trivy output and igrnore failure for unfixed CVEs.
- use build ARGS for base images
- extends dockerfile
- update nginx 1.21.6
- implements build args for base image
- use defaults for categories and tags
- restore stack-overflow link
- add PSTypeName post
- update Congo `2.1.0`
|
||
---|---|---|
.vscode | ||
archetypes | ||
assets | ||
config/_default | ||
content | ||
layouts | ||
static | ||
themes | ||
.dockerignore | ||
.drone.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.json | ||
.markdownlintignore | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
nginx.conf | ||
package-lock.json | ||
package.json | ||
README.md |
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