Skip to content

Commit 1b0c6cb

Browse files
committed
Remove dist_tag (unused)
1 parent 0a336bb commit 1b0c6cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ pipeline {
2727
DEV_DOCKERHUB_IMAGE = 'lsiodev/socket-proxy'
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/socket-proxy'
2929
DIST_IMAGE = 'alpine'
30-
DIST_TAG = '3.20'
3130
DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.21/main/'
3231
DIST_REPO_PACKAGES = 'nginx'
3332
MULTIARCH='true'

jenkins-vars.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ repo_vars:
1717
- DEV_DOCKERHUB_IMAGE = 'lsiodev/socket-proxy'
1818
- PR_DOCKERHUB_IMAGE = 'lspipepr/socket-proxy'
1919
- DIST_IMAGE = 'alpine'
20-
- DIST_TAG = '3.20'
2120
- DIST_REPO = 'http://dl-cdn.alpinelinux.org/alpine/v3.21/main/'
2221
- DIST_REPO_PACKAGES = 'nginx'
2322
- MULTIARCH='true'

0 commit comments

Comments
 (0)