generated from Templates/Baseline
Compare commits
3 Commits
5781d8d02f
...
709878fefd
Author | SHA1 | Date | |
---|---|---|---|
709878fefd | |||
b79c637259 | |||
bd93b021db |
@ -5,7 +5,7 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:2.2.1'
|
||||
- &build_plugin 'woodpeckerci/plugin-docker-buildx:2.3.0'
|
||||
# deployment targets
|
||||
- &publish_repos 'ocram85/arkanum,gitea.ocram85.com/codeserver/arkanum,ghcr.io/ocram85/arkanum,codeberg.org/codeserver/arkanum'
|
||||
# logins for deployment targets
|
||||
@ -82,15 +82,16 @@ steps:
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
triggerPortainer:
|
||||
image: ocram85/portainer-serviceupdate
|
||||
settings:
|
||||
VERBOSE: true
|
||||
URI: "https://portainer.ocram85.com"
|
||||
TOKEN:
|
||||
from_secret: NEXT_TOKEN
|
||||
when:
|
||||
event: [pull_request]
|
||||
# disabled for Portainer-EE: Can handle image tag updates without manual redeploy
|
||||
#triggerPortainer:
|
||||
# image: ocram85/portainer-serviceupdate
|
||||
# settings:
|
||||
# VERBOSE: true
|
||||
# URI: "https://portainer.ocram85.com"
|
||||
# TOKEN:
|
||||
# from_secret: NEXT_TOKEN
|
||||
# when:
|
||||
# event: [pull_request]
|
||||
|
||||
gitea-release:
|
||||
image: plugins/gitea-release
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM quay.io/linuxserver.io/code-server:4.20.1
|
||||
FROM quay.io/linuxserver.io/code-server:4.22.1
|
||||
|
||||
#LABEL build_version=""
|
||||
LABEL maintainer="OCram85"
|
||||
@ -19,7 +19,10 @@ LABEL org.opencontainers.image.documentation="https://gitea.ocram85.com/CodeServ
|
||||
|
||||
RUN \
|
||||
echo "**** install starship prompt ****" && \
|
||||
curl -sS https://starship.rs/install.sh | sh -s -- -f && \
|
||||
curl -sS -o /tmp/install.sh https://starship.rs/install.sh && \
|
||||
chmod +x /tmp/install.sh && \
|
||||
/tmp/install.sh --verbose --force --version latest && \
|
||||
rm -f /tmp/install.sh && \
|
||||
echo "eval \"\$(starship init bash)\"" >> /etc/bash.bashrc
|
||||
|
||||
ENV STARSHIP_CONFIG=/etc/starship.toml
|
||||
|
Loading…
Reference in New Issue
Block a user