Skip to content

Commit

Permalink
Merge pull request #6345 from EnterpriseDB/automation/josh/validation…
Browse files Browse the repository at this point in the history
…-for-relgen

add schema validation for relgen
  • Loading branch information
josh-heyer authored Jan 13, 2025
2 parents d41dd1e + eade724 commit 1d5ff9f
Show file tree
Hide file tree
Showing 40 changed files with 2,850 additions and 1,033 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/EnterpriseDB/docs/automation/josh/validation-for-relgen/tools/automation/generators/relgen/meta-schema.json
product: EDB Postgres AI - AI Accelerator
shortname: ai-accelerator
title: EDB Postgres AI - AI Accelerator release notes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/EnterpriseDB/docs/automation/josh/validation-for-relgen/tools/automation/generators/relgen/relnote-schema.json
product: AI Accelerator - Pipelines
version: 1.0.7
date: 10 December 2024
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: ../tools/automation/actions/link-check
dockerfile_inline: |
FROM node:20-alpine
FROM node:22-alpine
COPY . /app
WORKDIR /app
RUN npm i
Expand Down
2 changes: 0 additions & 2 deletions docker/docker-compose.install-template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
install-docs-template-renderer:
build:
Expand Down
3 changes: 1 addition & 2 deletions docker/docker-compose.quickstart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
docs-dev-server:
build:
Expand All @@ -20,6 +18,7 @@ services:
volumes:
- ../advocacy_docs:/app/advocacy_docs:ro
- ../product_docs:/app/product_docs:rw
- ../patches:/app/patches:ro
- ../scripts:/app/scripts:ro
- ../src:/app/src:ro
- ../static:/app/static:ro
Expand Down
3 changes: 1 addition & 2 deletions docker/images/Dockerfile.install-template
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:18-alpine as base
FROM node:22-alpine as base

RUN npm install -g npm@9
WORKDIR /app


Expand Down
3 changes: 1 addition & 2 deletions docker/images/Dockerfile.quickstart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM node:18-slim as base
FROM node:22-slim as base

RUN npm install -g npm@9
WORKDIR /app
COPY . .

Expand Down
Loading

1 comment on commit 1d5ff9f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.