Compare commits
9 Commits
0.1.4
...
2111b8d707
| Author | SHA1 | Date | |
|---|---|---|---|
|
2111b8d707
|
|||
| ddb3aaa186 | |||
| 98f84f892d | |||
| 274681e4e6 | |||
| 1726f627c2 | |||
| e341150328 | |||
| 0824b3246b | |||
| 183112d67a | |||
| 6df4aecf68 |
@@ -1,5 +1,5 @@
|
|||||||
ARG REGISTRY=docker.io
|
ARG REGISTRY=docker.io
|
||||||
FROM ${REGISTRY}/node:24.13.1-alpine AS base
|
FROM ${REGISTRY}/node:24.14.0-alpine AS base
|
||||||
|
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
@@ -28,7 +28,7 @@ ENV HOST=0.0.0.0
|
|||||||
ENV SITE_URL=https://docs.alexlebens.dev
|
ENV SITE_URL=https://docs.alexlebens.dev
|
||||||
ENV PORT=4321
|
ENV PORT=4321
|
||||||
|
|
||||||
LABEL version="0.1.4"
|
LABEL version="0.1.5"
|
||||||
LABEL description="Astro based documentation website"
|
LABEL description="Astro based documentation website"
|
||||||
|
|
||||||
EXPOSE $PORT
|
EXPOSE $PORT
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "site-documentation",
|
"name": "site-documentation",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
|
|||||||
815
pnpm-lock.yaml
generated
815
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Talos Upgrade
|
title: Talos Upgrade 1.12.0
|
||||||
description: Steps followed for the v1.12.0 upgrade process
|
description: Steps followed for the v1.12.0 upgrade process
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Talos Upgrade
|
title: Talos Upgrade Generic
|
||||||
description: Steps followed for the standard upgrade process
|
description: Steps followed for the standard upgrade process
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user