Compare commits
No commits in common. "ba69728c8174d9babc389a85b46e05a0e11a67ff" and "1b7204c2badfbfe54c18dd0772aae4efa1e4532f" have entirely different histories.
ba69728c81
...
1b7204c2ba
0
.jenkins/Jenkinsfile → Jenkinsfile
vendored
0
.jenkins/Jenkinsfile → Jenkinsfile
vendored
8
goss.yaml
Normal file
8
goss.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
port:
|
||||
tcp:80:
|
||||
listening: true
|
||||
ip:
|
||||
- 0.0.0.0
|
||||
process:
|
||||
python3:
|
||||
running: true
|
@ -5,7 +5,6 @@ metadata:
|
||||
jenkins: "slave"
|
||||
jenkins/label: "kubernetes-agent"
|
||||
spec:
|
||||
runtimeClassName: sysbox-runc
|
||||
containers:
|
||||
- name: jnlp
|
||||
image: jenkins/inbound-agent:alpine
|
||||
@ -34,6 +33,8 @@ spec:
|
||||
image: marcin00.azurecr.io/azure-cli-docker:slim-bookworm
|
||||
tty: true
|
||||
workingDir: /home/jenkins/agent
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- name: workspace-volume
|
||||
mountPath: /home/jenkins/agent
|
Loading…
x
Reference in New Issue
Block a user