Skip to content

Commit

Permalink
Renamed yasu
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Mar 4, 2021
1 parent 97f30df commit c38970f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2020-07-29-r8 (2021/03/04)

* Renamed `yasu` (more info https://github.com/crazy-max/yasu#yet-another)

## 2020-07-29-r7 (2021/03/02)

* Switch to `gosu`
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG DOKUWIKI_VERSION="2020-07-29"
ARG DOKUWIKI_MD5="8867b6a5d71ecb5203402fe5e8fa18c9"

FROM crazymax/gosu:latest AS gosu
FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:3.12-2.1.0.2
LABEL maintainer="CrazyMax"

COPY --from=gosu / /
COPY --from=yasu / /
RUN apk --update --no-cache add \
curl \
imagemagick \
Expand Down
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/03-config.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/with-contenv sh

runas_user() {
gosu dokuwiki:dokuwiki "$@"
yasu dokuwiki:dokuwiki "$@"
}

TZ=${TZ:-UTC}
Expand Down

0 comments on commit c38970f

Please sign in to comment.