Skip to content

Commit 20df110

Browse files
dnschwarzercesmarvin
authored andcommitted
Merge branch 'release/v1.26.2-1'
2 parents a3b5e7f + 7921d8f commit 20df110

5 files changed

Lines changed: 15 additions & 9 deletions

File tree

.trivyignore

Whitespace-only changes.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.26.2-1] - 2024-11-19
11+
- Upgrade dogu-build-lib to v2.5.0
12+
- Upgrade ces-build-lib to v3.0.0
13+
- Upgrade base-image to v3.20.3-3
14+
- Upgrade nginx Version to v1.26.2
15+
1016
## [v1.26.1-11] - 2024-09-26
1117
### Added
1218
- Animated image for dogu-starting-page

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:lts-alpine as templating
22

33
ENV WORKDIR=/template \
44
# Used in template to invalidate caches - do not remove. The release script will auto update this line
5-
VERSION="1.26.1-11"
5+
VERSION="1.26.2-1"
66

77
RUN mkdir -p ${WORKDIR}
88
WORKDIR ${WORKDIR}
@@ -14,12 +14,12 @@ RUN yarn install
1414
RUN node template-colors.js ${WORKDIR}/resources/var/www/html/styles/default.css.tpl ${WORKDIR}/build/default.css
1515
RUN node template-error-pages.js ${WORKDIR}/resources/var/www/html/errors/error-page.html.tpl ${WORKDIR}/build/errors
1616

17-
FROM registry.cloudogu.com/official/base:3.20.2-1 as builder
17+
FROM registry.cloudogu.com/official/base:3.20.3-3 as builder
1818
LABEL maintainer="hello@cloudogu.com"
1919

2020
# dockerfile is based on https://github.com/dockerfile/nginx and https://github.com/bellycard/docker-loadbalancer
21-
ENV NGINX_VERSION=1.26.1 \
22-
NGINX_TAR_SHA256="f9187468ff2eb159260bfd53867c25ff8e334726237acf227b9e870e53d3e36b" \
21+
ENV NGINX_VERSION=1.26.2 \
22+
NGINX_TAR_SHA256="627fe086209bba80a2853a0add9d958d7ebbdffa1a8467a5784c9a6b4f03d738" \
2323
CES_CONFD_VERSION=0.9.0 \
2424
CES_CONFD_TAR_SHA256="8507f40824562b8d2c1f32afb43ce1aad576a82febd2f97bd2cf31b0753a8cbd" \
2525
WARP_MENU_VERSION=2.0.0 \
@@ -65,14 +65,14 @@ RUN wget --progress=bar:force:noscroll -O /tmp/warp.zip https://github.com/cloud
6565
&& echo "${WARP_MENU_TAR_SHA256} */tmp/warp.zip" | sha256sum -c - \
6666
&& unzip /tmp/warp.zip -d /build/var/www/html
6767

68-
FROM registry.cloudogu.com/official/base:3.20.2-1
68+
FROM registry.cloudogu.com/official/base:3.20.3-3
6969
LABEL maintainer="hello@cloudogu.com" \
7070
NAME="official/nginx" \
71-
VERSION="1.26.1-11"
71+
VERSION="1.26.2-1"
7272

7373
ENV CES_MAINTENANCE_MODE=false \
7474
# Used in template to invalidate caches - do not remove. The release script will auto update this line
75-
VERSION="1.26.1-11"
75+
VERSION="1.26.2-1"
7676

7777
RUN set -x -o errexit \
7878
&& set -o nounset \

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!groovy
2-
@Library(['github.com/cloudogu/dogu-build-lib@v2.3.1', 'github.com/cloudogu/ces-build-lib@2.2.1']) _
2+
@Library(['github.com/cloudogu/dogu-build-lib@v2.5.0', 'github.com/cloudogu/ces-build-lib@3.0.0']) _
33
import com.cloudogu.ces.dogubuildlib.*
44
import com.cloudogu.ces.cesbuildlib.*
55

dogu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "official/nginx",
3-
"Version": "1.26.1-11",
3+
"Version": "1.26.2-1",
44
"DisplayName": "Nginx",
55
"Description": "Nginx WebServer.",
66
"Logo": "https://cloudogu.com/images/dogus/nginx.png",

0 commit comments

Comments
 (0)