From 45b1aec1d94e79208a940e94a017affda36d74cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 18 Jun 2022 21:27:09 +0200 Subject: [PATCH] add vivaldi browser. --- .github/workflows/build.yml | 2 +- .github/workflows/tags.yml | 2 ++ docs/changelog.md | 3 +++ docs/getting-started/README.md | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a93225d..f9e429b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: # Will build all images even if some fail. fail-fast: false matrix: - tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, tor-browser, remmina, vlc, xfce ] + tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, vivaldi, tor-browser, remmina, vlc, xfce ] env: DOCKER_TAG: ${{ matrix.tags }} steps: diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 16dfd70..26cbf32 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -78,6 +78,8 @@ jobs: platforms: linux/amd64 - tag: brave platforms: linux/amd64 + - tag: vivaldi + platforms: linux/amd64 - tag: tor-browser platforms: linux/amd64,linux/arm64 - tag: remmina diff --git a/docs/changelog.md b/docs/changelog.md index a51fc57..5d30683 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,9 @@ ## master branch +### New Features +- Added `m1k1o/neko:vivaldi` tag (thanks @Xeddius). + ## [n.eko v2.6](https://github.com/m1k1o/neko/releases/tag/v2.6) ### Bugs diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index 38b0dd6..a3495ca 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -7,6 +7,7 @@ Use the following docker images: - `m1k1o/neko:ungoogled-chromium` - for [Ungoogled Chromium](https://github.com/Eloston/ungoogled-chromium) (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)) (by @whalehub). - `m1k1o/neko:microsoft-edge` - for Microsoft Edge (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)). - `m1k1o/neko:brave` - for [Brave Browser](https://brave.com) (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)). +- `m1k1o/neko:vivaldi` - for [Vivaldi Browser](https://vivaldi.com) (needs `--cap-add=SYS_ADMIN`, see the [security implications](https://www.redhat.com/en/blog/container-tidbits-adding-capabilities-container)) (by @Xeddius). - `m1k1o/neko:tor-browser` - for Tor Browser. - `m1k1o/neko:remmina` - for remote desktop connection (by @lowne). - Pass env var `REMMINA_URL=://[[:]@]server[:port]` (proto being `vnc`, `rdp` or `spice`).