generated from Templates/Baseline
Compare commits
3 Commits
v1.0.0-rc2
...
e4b45a786e
Author | SHA1 | Date | |
---|---|---|---|
e4b45a786e | |||
8c34a90047 | |||
8dd8cba043 |
@ -23,20 +23,14 @@ pipeline:
|
|||||||
buildTag:
|
buildTag:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.ocram85.com/codeserver/arkanum, ocram85/arkanum
|
registry: gitea.ocram85.com
|
||||||
|
repo: gitea.ocram85.com/codeserver/arkanum
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
logins:
|
username:
|
||||||
- registry: https://gitea.ocram85.com
|
from_secret: gitea_user
|
||||||
username:
|
password:
|
||||||
from_secret: gitea_user
|
from_secret: gitea_passwd
|
||||||
password:
|
|
||||||
from_secret: gitea_passwd
|
|
||||||
- registry: https://index.docker.io/v1/
|
|
||||||
username:
|
|
||||||
from_secret: docker_user
|
|
||||||
password:
|
|
||||||
from_secret: docker_passwd
|
|
||||||
build_args:
|
build_args:
|
||||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||||
- TAG=${CI_COMMIT_TAG}
|
- TAG=${CI_COMMIT_TAG}
|
||||||
|
@ -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 build_version=""
|
||||||
LABEL maintainer="OCram85"
|
LABEL maintainer="OCram85"
|
||||||
|
1
arkanum
1
arkanum
@ -171,7 +171,6 @@ function instVolta() {
|
|||||||
|
|
||||||
function instPwsh() {
|
function instPwsh() {
|
||||||
say "Installing PowerShell requirements..." "PowerShell"
|
say "Installing PowerShell requirements..." "PowerShell"
|
||||||
sudo -E apt-get update > /dev/null
|
|
||||||
sudo -E apt-get install --no-install-recommends -y \
|
sudo -E apt-get install --no-install-recommends -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
software-properties-common
|
software-properties-common
|
||||||
|
Reference in New Issue
Block a user