Skip to content

Commit

Permalink
Merge branch 'release/v1.26.2-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschwarzer authored and cesmarvin committed Nov 19, 2024
2 parents a3b5e7f + 7921d8f commit 20df110
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
Empty file added .trivyignore
Empty file.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.26.2-1] - 2024-11-19
- Upgrade dogu-build-lib to v2.5.0
- Upgrade ces-build-lib to v3.0.0
- Upgrade base-image to v3.20.3-3
- Upgrade nginx Version to v1.26.2

## [v1.26.1-11] - 2024-09-26
### Added
- Animated image for dogu-starting-page
Expand Down
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine as templating

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

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

FROM registry.cloudogu.com/official/base:3.20.2-1 as builder
FROM registry.cloudogu.com/official/base:3.20.3-3 as builder
LABEL maintainer="[email protected]"

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

FROM registry.cloudogu.com/official/base:3.20.2-1
FROM registry.cloudogu.com/official/base:3.20.3-3
LABEL maintainer="[email protected]" \
NAME="official/nginx" \
VERSION="1.26.1-11"
VERSION="1.26.2-1"

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

RUN set -x -o errexit \
&& set -o nounset \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!groovy
@Library(['github.com/cloudogu/dogu-build-lib@v2.3.1', 'github.com/cloudogu/ces-build-lib@2.2.1']) _
@Library(['github.com/cloudogu/dogu-build-lib@v2.5.0', 'github.com/cloudogu/ces-build-lib@3.0.0']) _
import com.cloudogu.ces.dogubuildlib.*
import com.cloudogu.ces.cesbuildlib.*

Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/nginx",
"Version": "1.26.1-11",
"Version": "1.26.2-1",
"DisplayName": "Nginx",
"Description": "Nginx WebServer.",
"Logo": "https://cloudogu.com/images/dogus/nginx.png",
Expand Down

0 comments on commit 20df110

Please sign in to comment.