Merge pull request 'chore(deps): pin dependencies' (#14) from renovate/pin-dependencies into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/custom-html/pulls/14
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ kind: pipeline
|
||||
name: deploy to swarm-test.autonomic.zone
|
||||
steps:
|
||||
- name: deployment
|
||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest@sha256:fc1fa69bea5528db7ba184297735ac1bbd278720910e4cb1f502de9aee14e228
|
||||
settings:
|
||||
host: swarm-test.autonomic.zone
|
||||
stack: custom_html
|
||||
@@ -26,7 +26,7 @@ kind: pipeline
|
||||
name: generate recipe catalogue
|
||||
steps:
|
||||
- name: release a new version
|
||||
image: plugins/downstream
|
||||
image: plugins/downstream@sha256:03ff02d8a5637ea5197fa08929a91dfeeb5e30b1da62b82b6c2a895b170338ca
|
||||
settings:
|
||||
server: https://build.coopcloud.tech
|
||||
token:
|
||||
|
||||
@@ -3,7 +3,7 @@ services:
|
||||
git:
|
||||
environment:
|
||||
- GIT_REPO_URL
|
||||
image: alpine/git:v2.54.0
|
||||
image: alpine/git:v2.54.0@sha256:ae0f6f4bce38d2b8c40becc0d6241a08d9f57186ea03029de2189a2b5e722d94
|
||||
entrypoint: /docker-entrypoint.sh
|
||||
volumes:
|
||||
- content:/git
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
ssh:
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
image: lscr.io/linuxserver/openssh-server:latest@sha256:946fa26105e0ec212fdf821b9ddc59aab65f2c2d07c02b25ff0f5001fc332ff0
|
||||
networks:
|
||||
- proxy
|
||||
environment:
|
||||
@@ -22,7 +22,7 @@ services:
|
||||
# that content can be transferred through the unprivileged sshd process
|
||||
# using `scp` etc.
|
||||
sshstart:
|
||||
image: lscr.io/linuxserver/openssh-server:latest
|
||||
image: lscr.io/linuxserver/openssh-server:latest@sha256:946fa26105e0ec212fdf821b9ddc59aab65f2c2d07c02b25ff0f5001fc332ff0
|
||||
user: root
|
||||
depends_on:
|
||||
- ssh
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: nginx:1.31.6
|
||||
image: nginx:1.31.6@sha256:908dc23e643a1447dbfb2e189ed268bfde6a51a5bf9a34d3dd3440a24f58ccf7
|
||||
networks:
|
||||
- proxy
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user