Compare commits

..

1 Commits

3 changed files with 23 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ steps:
- yarn release:patch - yarn release:patch
- git pull - git pull
- name: push to repo - name: push to repo
image: registry.odit.services/hub/appleboy/drone-git-push image: appleboy/drone-git-push
depends_on: [bump_patch] depends_on: [bump_patch]
settings: settings:
commit: false commit: false
@@ -162,7 +162,7 @@ steps:
- "yarn release:prepatch" - "yarn release:prepatch"
- git pull - git pull
- name: push to repo - name: push to repo
image: registry.odit.services/hub/appleboy/drone-git-push image: appleboy/drone-git-push
depends_on: [bump_prepatch] depends_on: [bump_prepatch]
settings: settings:
commit: false commit: false
@@ -194,4 +194,21 @@ trigger:
- cron - cron
cron: cron:
include: include:
- weekly - weekly
# ---
# kind: pipeline
# type: kubernetes
# name: build:pr
# steps:
# - name: docker release
# image: plugins/docker
# user: 0
# depends_on: [clone]
# settings:
# dry_run: true
# tags:
# - "PR-${DRONE_STAGE_STARTED}"
# mtu: 1000
# trigger:
# event:
# - pull_request

View File

@@ -48,7 +48,7 @@ ARG CONFIG="\
--add-module=/usr/src/ngx_brotli \ --add-module=/usr/src/ngx_brotli \
" "
FROM registry.odit.services/hub/library/alpine:3.15 FROM registry.odit.services/hub/library/alpine:3.17
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
ARG NGINX_VERSION ARG NGINX_VERSION
@@ -133,7 +133,7 @@ RUN \
| xargs -r apk info --installed \ | xargs -r apk info --installed \
| sort -u > /tmp/runDeps.txt | sort -u > /tmp/runDeps.txt
FROM registry.odit.services/hub/library/alpine:3.15 FROM registry.odit.services/hub/library/alpine:3.17
ARG NGINX_VERSION ARG NGINX_VERSION
COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt COPY --from=0 /tmp/runDeps.txt /tmp/runDeps.txt

View File

@@ -1,6 +1,6 @@
{ {
"name": "nginx-brotli", "name": "nginx-brotli",
"version": "3.15.413", "version": "3.15.252",
"description": "NGINX Base Image feat. brotli", "description": "NGINX Base Image feat. brotli",
"repository": { "repository": {
"type": "git", "type": "git",