mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
[containers/*] Create a new workflow for verification. (#4)
* [containers/*] Create a new workflow for verification. #3 follow-up Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
3
.github/workflows/vib-scheduled-verify.yaml
vendored
3
.github/workflows/vib-scheduled-verify.yaml
vendored
@@ -53,6 +53,9 @@ jobs:
|
||||
with:
|
||||
pipeline: vib-verify.json
|
||||
env:
|
||||
# This workflow is not triggered by any git event. Instead of using SHA_ARCHIVE we are
|
||||
# setting directly the main branch url.
|
||||
VIB_ENV_URL: https://api.github.com/repos/bitnami/containers/tarball/main
|
||||
# Path with docker resources
|
||||
VIB_ENV_PATH: ${{ matrix.flavor }}
|
||||
# Container name
|
||||
|
||||
28
.vib/vib-scheduled-verify.json
Normal file
28
.vib/vib-scheduled-verify.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"phases": {
|
||||
"package": {
|
||||
"context": {
|
||||
"resources": {
|
||||
"url": "{VIB_ENV_URL}",
|
||||
"path": "{VIB_ENV_PATH}"
|
||||
}
|
||||
},
|
||||
"actions": [
|
||||
{
|
||||
"action_id": "container-image-package",
|
||||
"params": {
|
||||
"application": {
|
||||
"details": {
|
||||
"name": "{VIB_ENV_CONTAINER}",
|
||||
"tag": "{VIB_ENV_TAG}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"action_id": "container-image-lint"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user