Update 'build-factario-container.jenkins'
This commit is contained in:
parent
51973bb08b
commit
aa98f4a2ba
@ -2,8 +2,8 @@ def label = "jenkins-${UUID.randomUUID().toString()}"
|
||||
|
||||
def repository = "registry.cluster.test-chamber-13.lan"
|
||||
def repositoryCreds = "harbor-repository-creds"
|
||||
def kanikoImage = "registry.test-chamber-13.lan/nhyatt/kaniko:latest"
|
||||
def imageName = "factorio/factorio"
|
||||
def kanikoImage = "${repository}/library/kaniko:latest"
|
||||
def imageName = "library/factorio"
|
||||
def imageTag = "latest"
|
||||
|
||||
def FactorioDownloadURL="https://factorio.com/get-download/stable/headless/linux64"
|
||||
@ -19,7 +19,7 @@ def GlibcLanguage = "C.UTF-8"
|
||||
def TimeZone = "America/Chicago"
|
||||
|
||||
def dockerFile = """
|
||||
FROM registry.test-chamber-13.lan/nhyatt/alpine:latest
|
||||
FROM registry.cluster.test-chamber-13.lan/library/alpine:latest
|
||||
|
||||
MAINTAINER The_Spider <spider@smoothnet.org>
|
||||
|
||||
|
Reference in New Issue
Block a user