Skip to content

Commit

Permalink
chore: bump ubuntu from 20.04 to 24.04 (#111)
Browse files Browse the repository at this point in the history
* chore: bump ubuntu from 20.04 to 24.04

Bumps ubuntu from 20.04 to 24.04.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: update features

* ci: update pr checks

* ci: set dependabot to weekly

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
chrisjohnson00 and dependabot[bot] authored Jun 21, 2024
1 parent 5361f79 commit 59f832f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
interval: weekly
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 99
Expand All @@ -12,7 +12,7 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
interval: weekly
commit-message:
prefix: "chore"
pull-request-branch-name:
Expand Down
24 changes: 15 additions & 9 deletions .github/workflows/pr_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,23 @@ on:
jobs:
check-pr-title:
name: PR Title
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Dependencies
run: |
npm install @commitlint/config-conventional
echo "module.exports = {extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [0, 'always', ['sentence-case','lower-case', 'start-case']], 'header-max-length': [2, 'always', 120], 'body-max-line-length': [0, 'always', 120] }};" > commitlint.config.js
- uses: JulienKode/[email protected]
- uses: actions/checkout@v4
- name: Install Dependencies
# yamllint disable rule:line-length
run: |
npm install @commitlint/config-conventional
echo "module.exports = {extends: ['@commitlint/config-conventional'], rules: { 'subject-case': [0,'always',['sentence-case']],'header-max-length': [2, 'always', 120], 'body-max-line-length': [0, 'always', 120] }};" > commitlint.config.js
# yamllint enable rule:line-length
- name: Lint the PR Title
run: |
echo "${PR_TITLE}" | npx --yes commitlint
env:
PR_TITLE: '${{ github.event.pull_request.title }}'
check-pr-commits:
name: PR Commit Messages
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -31,7 +37,7 @@ jobs:
- uses: wagoid/[email protected]
apply-labels:
name: PR Labels
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Apply Herald rules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Version 1.8

FROM ubuntu:20.04
FROM ubuntu:24.04
MAINTAINER MarkusMcNugen

VOLUME /downloads
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ What you don't get:
![alt text][preview]

## Docker Features
* Base: Ubuntu 20.04
* Latest qBittorrent
* Base: Ubuntu 24.04
* AMD64, ARM64, ARMv7
* Latest qBittorrent available for Ubuntu 24.04
* Size: about 100mb
* Selectively enable or disable OpenVPN support
* IP tables kill switch to prevent IP leaking when VPN connection fails
Expand Down

0 comments on commit 59f832f

Please sign in to comment.