Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit 222b99e

Browse files
committed
Rebase to Jammy, migrate to s6v3
1 parent 8142416 commit 222b99e

14 files changed

Lines changed: 23 additions & 15 deletions

File tree

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:jammy
22

33
# set version label
44
ARG BUILD_DATE
@@ -13,9 +13,8 @@ ENV HOME="/config"
1313
RUN \
1414
apt-get update && \
1515
apt-get install -y \
16-
jq \
17-
libicu66 \
18-
libssl1.0 \
16+
libicu70 \
17+
libssl3 \
1918
unzip && \
2019
echo "**** install embystat ****" && \
2120
mkdir -p \

Dockerfile.aarch64

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-focal
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-jammy
22

33
# set version label
44
ARG BUILD_DATE
@@ -13,9 +13,8 @@ ENV HOME="/config"
1313
RUN \
1414
apt-get update && \
1515
apt-get install -y \
16-
jq \
17-
libicu66 \
18-
libssl1.0 \
16+
libicu70 \
17+
libssl3 \
1918
unzip && \
2019
echo "**** install embystat ****" && \
2120
mkdir -p \

Dockerfile.armhf

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-focal
1+
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm32v7-jammy
22

33
# set version label
44
ARG BUILD_DATE
@@ -13,9 +13,8 @@ ENV HOME="/config"
1313
RUN \
1414
apt-get update && \
1515
apt-get install -y \
16-
jq \
17-
libicu66 \
18-
libssl1.0 \
16+
libicu70 \
17+
libssl3 \
1918
unzip && \
2019
echo "**** install embystat ****" && \
2120
mkdir -p \

root/etc/s6-overlay/s6-rc.d/init-config-end/dependencies.d/init-embystat-config

Whitespace-only changes.

root/etc/s6-overlay/s6-rc.d/init-embystat-config/dependencies.d/init-config

Whitespace-only changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/usr/bin/with-contenv bash
2+
3+
# make our folders
4+
mkdir -p /config/logs
5+
6+
# permissions
7+
lsiown -R abc:abc \
8+
/config
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oneshot
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/s6-overlay/s6-rc.d/init-embystat-config/run

root/etc/s6-overlay/s6-rc.d/svc-embystat/dependencies.d/init-services

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3

0 commit comments

Comments
 (0)