Skip to content

Commit

Permalink
Merge pull request #13 from linuxserver/master-3.19
Browse files Browse the repository at this point in the history
Rebase to 3.19
  • Loading branch information
thespad authored Mar 20, 2024
2 parents e931793 + 07d900b commit 3b5c97e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.18
FROM ghcr.io/linuxserver/baseimage-alpine:3.19

# set version label
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19

# set version label
ARG BUILD_DATE
Expand Down
21 changes: 2 additions & 19 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ project_logo: ""
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) provides an online web interface which displays a set of maintained images from one or more owned repositories."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"

project_blurb_optional_extras_enabled: false
project_blurb_optional_extras: []

# supported architectures
available_architectures:
- { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
Expand All @@ -34,7 +31,7 @@ param_env_vars:

param_usage_include_vols: true
param_volumes:
- { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "The primary config file and rolling log files." }
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "The primary config file and rolling log files." }

param_usage_include_ports: true
param_ports:
Expand All @@ -44,21 +41,6 @@ opt_param_usage_include_env: true
opt_param_env_vars:
- { env_var: "fleet_admin_secret", env_value: "randomstring", desc: "A string used as part of the password key derivation process." }

opt_param_usage_include_vols: false
opt_param_volumes:

opt_param_usage_include_ports: false
opt_param_ports:

opt_param_device_map: false
opt_param_devices:

opt_cap_add_param: false
opt_cap_add_param_vars:

optional_block_1: false
optional_block_1_items: ""

app_setup_block_enabled: true
app_setup_block: |
Navigate to `http://your_ip_here:8080` to display the home page. If `DATABASE` is selected as the preferred authentication process, ensure that you set up an
Expand All @@ -67,6 +49,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
- { date: "12.07.23:", desc: "Rebase to Alpine 3.18."}
- { date: "13.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
- { date: "02.05.22:", desc: "Rebase to Alpine 3.15."}
Expand Down

0 comments on commit 3b5c97e

Please sign in to comment.