Compare commits

..

3 Commits

Author SHA1 Message Date
e4b45a786e update arkanum calls in dockerfile
All checks were successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/deploy Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
2023-08-02 07:57:26 +02:00
8c34a90047 fix code completion bin binding 2023-08-02 07:56:58 +02:00
8dd8cba043 rework arkanum command and option structure
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/pr/deploy Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
2023-08-01 15:04:43 +02:00
3 changed files with 7 additions and 14 deletions

View File

@ -23,20 +23,14 @@ pipeline:
buildTag:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: gitea.ocram85.com/codeserver/arkanum, ocram85/arkanum
registry: gitea.ocram85.com
repo: gitea.ocram85.com/codeserver/arkanum
dockerfile: Dockerfile
auto_tag: true
logins:
- registry: https://gitea.ocram85.com
username:
from_secret: gitea_user
password:
from_secret: gitea_passwd
- registry: https://index.docker.io/v1/
username:
from_secret: docker_user
password:
from_secret: docker_passwd
username:
from_secret: gitea_user
password:
from_secret: gitea_passwd
build_args:
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
- TAG=${CI_COMMIT_TAG}

View File

@ -1,4 +1,4 @@
FROM quay.io/linuxserver.io/code-server:4.16.1
FROM quay.io/linuxserver.io/code-server:4.15.0
#LABEL build_version=""
LABEL maintainer="OCram85"

View File

@ -171,7 +171,6 @@ function instVolta() {
function instPwsh() {
say "Installing PowerShell requirements..." "PowerShell"
sudo -E apt-get update > /dev/null
sudo -E apt-get install --no-install-recommends -y \
apt-transport-https \
software-properties-common