Compare commits
No commits in common. "c65c2c083497cf668865e840e31cfab5e5f46f20" and "848e05c015525e184a124a9298932cb8e5c2992b" have entirely different histories.
c65c2c0834
...
848e05c015
@ -1,16 +0,0 @@
|
|||||||
FROM python:3.13-slim-bookworm
|
|
||||||
|
|
||||||
RUN \
|
|
||||||
apt update && \
|
|
||||||
apt install -y --no-install-recommends \
|
|
||||||
ca-certificates \
|
|
||||||
git \
|
|
||||||
libcairo2 && \
|
|
||||||
pip install \
|
|
||||||
mkdocs \
|
|
||||||
mkdocs-material \
|
|
||||||
mkdocs-material[imaging]
|
|
||||||
|
|
||||||
COPY build.sh /build.sh
|
|
||||||
|
|
||||||
ENTRYPOINT [ "/build.sh" ]
|
|
@ -1,9 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
git clone "${REPO:-'https://git.tek.govt.hu/dowerx/www.git'}" /src
|
|
||||||
|
|
||||||
cd /src
|
|
||||||
|
|
||||||
mkdocs build --site-dir "${SITE_DIR:-'/site'}"
|
|
@ -1,30 +0,0 @@
|
|||||||
registries:
|
|
||||||
- registry.tek.govt.hu
|
|
||||||
repos:
|
|
||||||
- name: www
|
|
||||||
library: dowerx
|
|
||||||
path: .
|
|
||||||
tags:
|
|
||||||
- name: latest
|
|
||||||
tags:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- armv7
|
|
||||||
- name: "${DATE}"
|
|
||||||
tags:
|
|
||||||
- "${DATE}-amd64"
|
|
||||||
- "${DATE}-arm64"
|
|
||||||
- "${DATE}-armv7"
|
|
||||||
builds:
|
|
||||||
- arch: amd64
|
|
||||||
tags:
|
|
||||||
- amd64
|
|
||||||
- "${DATE}-amd64"
|
|
||||||
- arch: arm64
|
|
||||||
tags:
|
|
||||||
- arm64
|
|
||||||
- "${DATE}-arm64"
|
|
||||||
- arch: armv7
|
|
||||||
tags:
|
|
||||||
- armv7
|
|
||||||
- "${DATE}-armv7"
|
|
@ -1,3 +1 @@
|
|||||||
# Documentation and blog about things I do
|
# Documentation and blog about things I do
|
||||||
|
|
||||||
Feel free to explore.
|
|
@ -1,5 +1,4 @@
|
|||||||
site_name: www.tek.govt.hu
|
site_name: www.tek.govt.hu
|
||||||
site_url: https://www.tek.govt.hu
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Projects: /projects
|
- Projects: /projects
|
||||||
|
Loading…
Reference in New Issue
Block a user