Compare commits

..

19 Commits

Author SHA1 Message Date
a7f62c45a5 🚀RELEASE 3.15.426-0 [CI SKIP] 2023-10-22 00:25:10 +00:00
3c7fa7eb62 🚀RELEASE 3.15.425 [CI SKIP] 2023-10-15 00:25:11 +00:00
0b753e9dd4 🚀RELEASE 3.15.424 [CI SKIP] 2023-10-08 00:12:15 +00:00
8cd57b03f4 🚀RELEASE 3.15.423 [CI SKIP] 2023-10-01 00:12:14 +00:00
01a7e988b4 🚀RELEASE 3.15.422 [CI SKIP] 2023-09-24 00:12:13 +00:00
64066c083b 🚀RELEASE 3.15.421 [CI SKIP] 2023-09-17 00:12:12 +00:00
df1080fbba 🚀RELEASE 3.15.421-0 [CI SKIP] 2023-09-10 00:03:52 +00:00
9c0d2cecba 🚀RELEASE 3.15.420 [CI SKIP] 2023-09-03 00:03:51 +00:00
4ed47095de 🚀RELEASE 3.15.420-0 [CI SKIP] 2023-08-20 00:02:29 +00:00
fd7bd3602a 🚀RELEASE 3.15.419 [CI SKIP] 2023-08-13 00:02:22 +00:00
73d1794979 🚀RELEASE 3.15.418 [CI SKIP] 2023-07-23 00:02:36 +00:00
a946c7775a 🚀RELEASE 3.15.417 [CI SKIP] 2023-07-16 00:05:39 +00:00
a3e62c5d09 🚀RELEASE 3.15.416 [CI SKIP] 2023-07-13 06:56:03 +00:00
cd2cff9bf2 Merge pull request 'Update registry.odit.services/hub/library/node Docker tag to v19' (#127) from renovate/registry.odit.services-hub-library-node-19.x into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #127
2023-07-13 06:55:23 +00:00
88236c15e1 Update registry.odit.services/hub/library/node Docker tag to v19 2023-07-13 06:53:06 +00:00
3c36f99e12 🚀RELEASE 3.15.415 [CI SKIP] 2023-07-13 06:50:29 +00:00
74ebdf4640 Disable Signing
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-13 06:50:05 +00:00
f671ed4fc8 🚀RELEASE 3.15.414 [CI SKIP] 2023-07-13 06:48:49 +00:00
87418b26e3 Added missing registry
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-13 06:48:23 +00:00
2 changed files with 12 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ name: build:latest
steps:
- name: bump_patch
depends_on: [clone]
image: registry.odit.services/hub/library/node:18.6.0-alpine3.15
image: registry.odit.services/hub/library/node:19.2.0-alpine3.15
commands:
- apk add git
- git config --global push.default current
@@ -76,6 +76,7 @@ steps:
password:
from_secret: docker_password
repo: library/nginx-brotli
registry: registry.odit.services
tags:
- latest
cache: true
@@ -100,14 +101,14 @@ steps:
- "${DRONE_TAG}"
cache: true
registry: registry.odit.services
- name: sign_image
image: registry.odit.services/hub/library/alpine:edge
depends_on: [build_tag]
commands:
- apk add cosign docker
- echo $COSIGN_KEY | sed 's/<br>/\n/g' > cosign.key
- echo $DOCKER_PASSWORD | docker login registry.odit.services -u $DOCKER_USERNAME --password-stdin
- "cosign sign --key cosign.key registry.odit.services/library/nginx-brotli:${DRONE_TAG}"
# - name: sign_image
# image: registry.odit.services/hub/library/alpine:edge
# depends_on: [build_tag]
# commands:
# - apk add cosign docker
# - echo $COSIGN_KEY | sed 's/<br>/\n/g' > cosign.key
# - echo $DOCKER_PASSWORD | docker login registry.odit.services -u $DOCKER_USERNAME --password-stdin
# - "cosign sign --key cosign.key registry.odit.services/library/nginx-brotli:${DRONE_TAG}"
environment:
COSIGN_KEY:
from_secret: cosign_key
@@ -153,7 +154,7 @@ name: build:weekly
steps:
- name: bump_prepatch
depends_on: [clone]
image: registry.odit.services/hub/library/node:18.6.0-alpine3.15
image: registry.odit.services/hub/library/node:19.2.0-alpine3.15
commands:
- apk add git
- git config --global push.default current

View File

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