-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
jenkins-vars.yml
27 lines (26 loc) · 1.02 KB
/
jenkins-vars.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
# jenkins variables
project_name: docker-baseimage-alpine-nginx
external_type: na
custom_version_command: "echo $(curl -sL http://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz | tar -xz -C /tmp && awk '/^P:'\"nginx\"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://')_$(curl -sL http://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz | tar -xz -C /tmp && awk '/^P:'\"php83\"'$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://')"
release_type: stable
release_tag: "3.20"
ls_branch: master
repo_vars:
- BUILD_VERSION_ARG = 'OS'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-baseimage-alpine-nginx'
- CONTAINER_NAME = 'baseimage-alpine-nginx'
- DOCKERHUB_IMAGE = 'lsiobase/nginx'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/baseimage-nginx'
- PR_DOCKERHUB_IMAGE = 'lspipepr/baseimage-nginx'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'
- CI='true'
- CI_WEB='true'
- CI_PORT='80'
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='user:password'
- CI_WEBPATH=''