Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nherit/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/alwatr/nginx-json:4.0.0
FROM ghcr.io/alwatr/nginx-json:4.5.3

LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:3.5.0"

Expand Down Expand Up @@ -36,7 +36,7 @@
nitrobaseRegionPerOwner="o" \
nitrobaseRegionValidateAuth="auth"

LABEL org.opencontainers.image.title="alwatr/nitrobase-nginx" \

Check warning on line 39 in packages/nherit/Dockerfile

View workflow job for this annotation

GitHub Actions / Build & Publish Containers (nitrobase-nginx, ./packages/nherit, ./packages/nherit)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_REV' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 39 in packages/nherit/Dockerfile

View workflow job for this annotation

GitHub Actions / Build & Publish Containers (nitrobase-nginx, ./packages/nherit, ./packages/nherit)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_DATE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 39 in packages/nherit/Dockerfile

View workflow job for this annotation

GitHub Actions / Build & Publish Containers (nitrobase-nginx, ./packages/nherit, ./packages/nherit)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_DATE' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 39 in packages/nherit/Dockerfile

View workflow job for this annotation

GitHub Actions / Build & Publish Containers (nitrobase-nginx, ./packages/nherit, ./packages/nherit)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$BUILD_REV' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
org.opencontainers.image.description="Extremely fast and compact JSON-based database that operates in memory, includes a JSON file backup, and serves over the highly accelerated Nginx." \
org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-core:3.5.0" \
org.opencontainers.image.version="3.5.0" \
Expand Down
Loading