Compare commits
21 Commits
fa39f8b7d4
...
1.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 96bdd83385 | |||
| 7d94621192 | |||
| b5d80d90a0 | |||
| 06f5e5d27a | |||
| 3f239e2527 | |||
| 056748f20c | |||
| d4846a0ccf | |||
| 52460f8741 | |||
| d1c1cfd46f | |||
| bfd684f06f | |||
| c6007e71f8 | |||
| 4485b53801 | |||
| 0f96656929 | |||
| 74a1e3f206 | |||
| a611ceff70 | |||
| 7f98dc08ce | |||
| 8cc55e3bf8 | |||
| 6c6395097f | |||
| 821dbf140c | |||
| 22f4727800 | |||
| 113839c359 |
38
Dockerfile
38
Dockerfile
@ -1,60 +1,46 @@
|
||||
FROM alpine:latest as base
|
||||
ARG TARGETARCH
|
||||
|
||||
FROM base AS base-amd64
|
||||
ENV S6_OVERLAY_ARCH=x86_64
|
||||
|
||||
FROM base AS base-arm64
|
||||
ENV S6_OVERLAY_ARCH=aarch64
|
||||
|
||||
FROM base-${TARGETARCH}${TARGETVARIANT}
|
||||
FROM alpine:latest
|
||||
|
||||
ARG S6_OVERLAY_VERSION=3.1.5.0
|
||||
ARG CRONICLE_EDGE_VERSION=1.6.2
|
||||
|
||||
ENV CRONICLE_foreground=1
|
||||
ENV CRONICLE_echo=1
|
||||
ENV CRONICLE_color=1
|
||||
ENV EDITOR=nano
|
||||
ENV EDITOR=vi
|
||||
ENV MODE=manager
|
||||
ENV PUID=1000
|
||||
ENV PGID=1000
|
||||
ENV TZ=UTC
|
||||
ENV LOG_LEVEL=9
|
||||
|
||||
#Get required packages
|
||||
RUN apk update && apk add tzdata curl shadow bash xz git procps nodejs npm nano
|
||||
RUN apk update && apk add tzdata curl shadow bash xz git procps nodejs npm
|
||||
|
||||
#Make folders
|
||||
RUN mkdir /config && \
|
||||
mkdir /app && \
|
||||
#Create default user
|
||||
useradd -u 1000 -U -d /config -s /bin/false cronicle && \
|
||||
usermod -G users cronicle
|
||||
useradd -u 1000 -U -d /config -s /bin/false mrmeeb && \
|
||||
usermod -G users mrmeeb
|
||||
|
||||
#Install s6-overlay
|
||||
RUN curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz" | tar Jpxf - -C / && \
|
||||
curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-${S6_OVERLAY_ARCH}.tar.xz" | tar Jpxf - -C / && \
|
||||
curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-x86_64.tar.xz" | tar Jpxf - -C / && \
|
||||
curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-noarch.tar.xz" | tar Jpxf - -C / && \
|
||||
curl -fsSL "https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-symlinks-arch.tar.xz" | tar Jpxf - -C /
|
||||
ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1
|
||||
|
||||
#Install Cronicle
|
||||
RUN mkdir /app/cronicle && \
|
||||
cd /app/cronicle && \
|
||||
wget https://github.com/cronicle-edge/cronicle-edge/archive/refs/tags/v${CRONICLE_EDGE_VERSION}.tar.gz && \
|
||||
tar -xf v${CRONICLE_EDGE_VERSION}.tar.gz --strip-components 1 && \
|
||||
rm -rf Docker* .gitignore Readme.md .vscode && \
|
||||
rm -rf v${CRONICLE_EDGE_VERSION}.tar.gz
|
||||
|
||||
RUN git clone https://github.com/cronicle-edge/cronicle-edge.git /app/cronicle
|
||||
WORKDIR /app/cronicle
|
||||
RUN npm install && \
|
||||
node bin/build dist
|
||||
RUN rm -rf /app/cronicle/Docker* .vscode
|
||||
|
||||
#Create Cronicle user, necessary for SSH plugin with default settings
|
||||
RUN adduser --disabled-password --no-create-home cronicle
|
||||
|
||||
COPY root/ /
|
||||
RUN chmod +x /cronicle-prepare.sh && \
|
||||
chmod +x /container-init.sh && \
|
||||
chown -R ${PUID}:${PGID} /app /config
|
||||
chmod +x /container-init.sh
|
||||
|
||||
EXPOSE 3012
|
||||
|
||||
|
||||
12
README.md
12
README.md
@ -6,13 +6,6 @@ Dockerised Cronicle, based on the [Cronicle-Edge](https://github.com/cronicle-ed
|
||||
|
||||
Can function in both the **manager** and **worker** role.
|
||||
|
||||
*This repo is mirrored to GitHub*
|
||||
|
||||
## Links
|
||||
- :tea: [Gitea Repo (source)](https://git.mrmeeb.stream/MrMeeb/cronicle-docker)
|
||||
- :whale2: [Containers](https://git.mrmeeb.stream/MrMeeb/-/packages/container/cronicle/latest) - since I'm currently not also publishing them to ghcr.io
|
||||
- :mirror: [GitHub mirror](https://github.com/MrMeeb/cronicle-docker)
|
||||
|
||||
## Tags
|
||||
|
||||
|Tag |Description|
|
||||
@ -26,9 +19,9 @@ Tags relating to releases are also available, for locking in on a specific versi
|
||||
|
||||
`config.json`, located in `/config/cronicle/conf/config.json`, is automatically generated on the first run of Cronicle in 'manager' mode. This file must be kept identical between the manager and any workers it controls.
|
||||
|
||||
If you want to configure Cronicle before first run (e.g to use a different storage engine), download `config_sample.json` and adjust accordingly before placing in `/config/cronicle/conf/config.json`. Make sure to change the `secret`!
|
||||
If you want to configure Cronicle before first run (e.g to use a different storage engine), download `config_sample.json` and adjust accordingly before placing in `/config/cronicle/conf/config.json`.
|
||||
|
||||
:exclamation: You must define the hostname of the container. Cronicle expects the hostname to remain the same, so the randomly-generated container hostname can cause problems if it changes. :exclamation:
|
||||
:exclamation: NOTE: You must define the hostname of the container. Cronicle expects the hostname to remain the same, so the randomly-generated container hostname can cause problems if it changes. :exclamation:
|
||||
|
||||
### Docker CLI
|
||||
```
|
||||
@ -87,4 +80,3 @@ This container automatically checks for scripts in `/config/init` and runs them
|
||||
|PUID |int |1000 |Sets the UID of the user Cronicle runs under
|
||||
|PGID |int |1000 |Sets the GID of the user Cronicle runs under
|
||||
|TZ |[List of valid TZs](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List) |UTC |Sets the timezone of the container and by extension Cronicle
|
||||
|LOG_LEVEL|1-10 |9 |Sets log level from `1` (quietest) to `10` (loudest)|
|
||||
|
||||
@ -21,7 +21,6 @@ PUID=${PUID}
|
||||
PGID=${PGID}
|
||||
TZ=${TZ}
|
||||
MODE=${MODE}
|
||||
LOG_LEVEL=${LOG_LEVEL}
|
||||
----------------------------------------------------------------------
|
||||
"
|
||||
|
||||
@ -29,26 +28,26 @@ LOG_LEVEL=${LOG_LEVEL}
|
||||
if [[ ! "${PUID}" -eq 0 ]] && [[ ! "${PGID}" -eq 0 ]]; then
|
||||
echo "Executing usermod..."
|
||||
mkdir "/tmp/temphome"
|
||||
usermod -d "/tmp/temphome" cronicle
|
||||
usermod -o -u "${PUID}" cronicle
|
||||
usermod -d /config cronicle
|
||||
usermod -d "/tmp/temphome" mrmeeb
|
||||
usermod -o -u "${PUID}" mrmeeb
|
||||
usermod -d /config mrmeeb
|
||||
rm -rf "/tmp/temphome"
|
||||
groupmod -o -g "${PGID}" cronicle
|
||||
groupmod -o -g "${PGID}" mrmeeb
|
||||
else
|
||||
echo "Running as root is not supported, please fix your PUID and PGID!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Checking permissions in /config and /app."
|
||||
echo "Checking permissions in /config and /app (this can take some time)."
|
||||
|
||||
if [ ! "$(stat -c %u /app)" -eq "${PUID}" ] || [ ! "$(stat -c %g /app)" -eq "${PGID}" ]
|
||||
then
|
||||
echo "Fixing permissions for /app (this can take some time)."
|
||||
chown -R cronicle:cronicle /app
|
||||
echo "Fixing permissions for /app."
|
||||
chown -R mrmeeb:mrmeeb /app
|
||||
fi
|
||||
|
||||
if [ ! "$(stat -c %u /config)" -eq "${PUID}" ] || [ ! "$(stat -c %g /config)" -eq "${PGID}" ]
|
||||
then
|
||||
echo "Fixing permissions for /config (this can take some time)."
|
||||
chown -R cronicle:cronicle /config
|
||||
echo "Fixing permissions for /config."
|
||||
chown -R mrmeeb:mrmeeb /config
|
||||
fi
|
||||
@ -42,19 +42,9 @@ then
|
||||
#Copying config directory to /config/cronicle/conf if not already there, then linking back into Cronicle
|
||||
if [ ! -d /config/cronicle/conf ]
|
||||
then
|
||||
|
||||
echo "Config dir is missing, creating."
|
||||
|
||||
cp -r /app/cronicle/conf /config/cronicle/conf
|
||||
rm -rf /app/cronicle/conf
|
||||
ln -s /config/cronicle/conf /app/cronicle/conf
|
||||
else
|
||||
|
||||
echo "Config dir already exists. Doesn't need creating."
|
||||
echo "Linking persistent config dir back into Cronicle."
|
||||
rm -rf /app/cronicle/conf
|
||||
ln -s /config/cronicle/conf /app/cronicle/conf
|
||||
|
||||
fi
|
||||
|
||||
if [ ! -f /config/cronicle/data/.setup_done ]
|
||||
@ -70,6 +60,8 @@ then
|
||||
rm -rf /app/cronicle/data
|
||||
ln -s /config/cronicle/data /app/cronicle/data
|
||||
|
||||
#exec node /app/cronicle/lib/main.js --color 1
|
||||
|
||||
else
|
||||
|
||||
echo "Setup already completed."
|
||||
@ -77,6 +69,8 @@ then
|
||||
rm -rf /app/cronicle/data
|
||||
ln -s /config/cronicle/data /app/cronicle/data
|
||||
|
||||
#exec node /app/cronicle/lib/main.js --color 1
|
||||
|
||||
fi
|
||||
|
||||
elif [ $MODE == "worker" ]
|
||||
@ -95,7 +89,9 @@ then
|
||||
|
||||
#Removing default config.json and linking provided one back into Cronicle
|
||||
rm -rf /app/cronicle/conf/config.json
|
||||
ln -s /config/cronicle/conf/config.json /app/cronicle/conf/config.json
|
||||
ln -s /config/config.json /app/cronicle/conf/config.json
|
||||
|
||||
#exec node /app/cronicle/lib/main.js --color 1
|
||||
|
||||
fi
|
||||
|
||||
@ -103,4 +99,9 @@ else
|
||||
|
||||
echo "'$MODE' is not a recognised appion for the MODE environment variable. Accepted appions are 'manager' and 'worker'."
|
||||
|
||||
fi
|
||||
fi
|
||||
|
||||
#echo "Applying permissions to /config and /app (this can take a while on first run or after PUID/PGID changes)"
|
||||
#chmod "=rwx" /config
|
||||
#chown -R mrmeeb:mrmeeb /config
|
||||
#chown -R mrmeeb:mrmeeb /app
|
||||
@ -1 +1 @@
|
||||
exec s6-setuidgid cronicle /cronicle-prepare.sh
|
||||
exec s6-setuidgid mrmeeb /cronicle-prepare.sh
|
||||
@ -1,3 +1,3 @@
|
||||
#!/command/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
exec s6-setuidgid cronicle node /app/cronicle/lib/main.js --debug_level ${LOG_LEVEL} --color ${CRONICLE_color}
|
||||
exec s6-setuidgid mrmeeb node /app/cronicle/lib/main.js --color 1
|
||||
Reference in New Issue
Block a user