Update packer
This commit is contained in:
parent
b4f8c5601a
commit
a80d3cbe64
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ image: docker:latest
|
|||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
PACKER_VERSION: 1.2.0
|
||||
PACKER_VERSION: 1.4.3
|
||||
ANNOUNCE: http://labsync.lab.fablab-nea.de:6969/announce
|
||||
WEBSEED: http://labsync.lab.fablab-nea.de/labsync/$CI_COMMIT_REF_NAME/$CI_PIPELINE_ID/images
|
||||
DOCKER_IMAGE_BUILDER: ${CI_REGISTRY_IMAGE}/labsync-builder:$CI_COMMIT_REF_SLUG
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
PACKER_VERSION ?= 1.3.5
|
||||
PACKER_VERSION ?= 1.4.3
|
||||
ANNOUNCE ?= http://10.2.2.1:6969/announce
|
||||
WEBSEED ?= http://10.2.2.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue