Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Downgrade Ubuntu focal dumb-init dependency (#17)
Browse files Browse the repository at this point in the history
\### Changed
- Downgrade Ubuntu focal dependency dumb-init 1.2.5-2 -> 1.2.2-1.2
  • Loading branch information
RemcoSpigot committed Dec 13, 2022
1 parent 9c91027 commit 2344f25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add ubuntu-jammy distribution (build + Docker support)
- Add ubuntu-focal distribution (build + Docker support)

## Changed
### Changed
- Update Eclipse Temurin Ubuntu image from 17.0.3_7-jre -> 17.0.5_8-jre-(jammy|focal)
- Update Eclipse Temurin Debian image from 17.0.3_7-jdk -> 17.0.5_8-jdk
- Update Debian slim image from stable-20220622-slim -> stable-20221205-slim
Expand All @@ -20,9 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update Alpine init image from Alpine 3.16.0 -> 3.17.0
- Update Alpine init image dependency libintl 0.21-r2 -> 0.21.1-r1
- Update Alpine init image dependency gettext 0.21-r2 -> 0.21.1-r1
- Downgrade Ubuntu focal dependency dumb-init 1.2.5-2 -> 1.2.2-1.2
- Update Multipaper to 1.19.2

## Removed
### Removed
- Generic ubuntu distribution

## [0.1.2] - 2022-06-07
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu-focal/Dockerfile.master
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG MASTER_VERSION=2.10.1
# Setup groups and install dumb init
RUN addgroup --gid 1001 multipaper && \
adduser --system --home /multipaper --uid 1001 --gid 1001 multipaper && \
apt update && apt install -y --no-install-recommends dumb-init=1.2.5-2
apt update && apt install -y --no-install-recommends dumb-init=1.2.2-1.2

# Use the multipaper's home directory as our work directory
WORKDIR /multipaper
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu-focal/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG FULL_VERSION="$VERSION-$BUILD"
# Setup groups and install dumb init
RUN addgroup --gid 1001 multipaper && \
adduser --system --home /multipaper --uid 1001 --gid 1001 multipaper && \
apt update && apt install -y --no-install-recommends dumb-init=1.2.5-2
apt update && apt install -y --no-install-recommends dumb-init=1.2.2-1.2

# Use the multipaper's home directory as our work directory
WORKDIR /multipaper
Expand Down

0 comments on commit 2344f25

Please sign in to comment.