Skip to content

Commit 62eb3fc

Browse files
committed
Updated docker base image location
1 parent ab40e4e commit 62eb3fc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docker/.dive-ci

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rules:
2+
# If the efficiency is measured below X%, mark as failed.
3+
# Expressed as a ratio between 0-1.
4+
lowestEfficiency: 0.99
5+
6+
# If the amount of wasted space is at least X or larger than X, mark as failed.
7+
# Expressed in B, KB, MB, and GB.
8+
highestWastedBytes: 15MB
9+
10+
# If the amount of wasted space makes up for X% or more of the image, mark as failed.
11+
# Note: the base image layer is NOT included in the total image size.
12+
# Expressed as a ratio between 0-1; fails if the threshold is met or crossed.
13+
highestUserWastedPercent: 0.02
14+

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This file assumes that the frontend has been built using ./scripts/frontend-build
55

6-
FROM jc21/nginx-full:node
6+
FROM nginxproxymanager/nginx-full:node
77

88
ARG TARGETPLATFORM
99
ARG BUILD_VERSION

docker/dev/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM jc21/nginx-full:node
1+
FROM nginxproxymanager/nginx-full:node
22
LABEL maintainer="Jamie Curnow <jc@jc21.com>"
33

44
ENV S6_LOGGING=0 \

0 commit comments

Comments
 (0)