generated from Templates/Baseline
Compare commits
10 Commits
v1.8.0
...
add/devcon
Author | SHA1 | Date | |
---|---|---|---|
1f368cc469 | |||
52ba6dcd29 | |||
c9ac74115c | |||
f03dba3053 | |||
8a1ff7713d | |||
c97ba52acd | |||
dcf11ea9f1 | |||
c62d1d2132 | |||
fe19112193 | |||
6f87fac874 |
26
.devcontainer.json
Normal file
26
.devcontainer.json
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "Arkanum",
|
||||
"image": "ocram85/arkanum:1",
|
||||
"containerUser": "abc",
|
||||
"containerEnv": {
|
||||
"TZ": "Europe/Berlin",
|
||||
"PASSWORD": "foo",
|
||||
"SUDO_PASSWORD": "foobar",
|
||||
"DEFAULT_WORKSPACE": "/config/workspace"
|
||||
},
|
||||
"overrideCommand": false,
|
||||
"forwardPorts": [
|
||||
"8088:8443"
|
||||
],
|
||||
"portsAttributes": {
|
||||
"8443": {
|
||||
"label": "Applicaition",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"customizations": {
|
||||
"devpod": {
|
||||
"prebuildRepository": "ocram85/arkanum:1"
|
||||
}
|
||||
}
|
||||
}
|
@ -82,6 +82,21 @@ steps:
|
||||
when:
|
||||
event: [pull_request]
|
||||
|
||||
build-pr-image:
|
||||
image: *build_plugin
|
||||
settings:
|
||||
repo: *publish_repos
|
||||
dockerfile: Dockerfile
|
||||
platforms: linux/amd64
|
||||
tag: pull_${CI_COMMIT_PULL_REQUEST}
|
||||
logins: *publish_logins
|
||||
build_args:
|
||||
- VERSION=${CI_COMMIT_TAG:-PR ${CI_COMMIT_PULL_REQUEST}}
|
||||
- TAG=${CI_COMMIT_TAG}
|
||||
when:
|
||||
evaluate: 'CI_COMMIT_PULL_REQUEST_LABELS contains "build_pr_images"'
|
||||
event: pull_request
|
||||
|
||||
gitea-release:
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
|
Reference in New Issue
Block a user