You've already forked dhcpd-docker
Compare commits
1 Commits
master
...
30926b37a9
Author | SHA1 | Date | |
---|---|---|---|
30926b37a9
|
@ -66,7 +66,7 @@ steps:
|
|||||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/plugins/docker:20.18.6
|
image: docker.io/plugins/docker:20.18.8
|
||||||
settings:
|
settings:
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@ -132,7 +132,7 @@ steps:
|
|||||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/plugins/docker:20.18.6
|
image: docker.io/plugins/docker:20.18.8
|
||||||
settings:
|
settings:
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@ -315,7 +315,7 @@ steps:
|
|||||||
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
image: git.cryptic.systems/volker.raschek/git:1.4.0
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: docker.io/plugins/docker:20.18.6
|
image: docker.io/plugins/docker:20.18.8
|
||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: amd64
|
auto_tag_suffix: amd64
|
||||||
|
4
Makefile
4
Makefile
@ -5,8 +5,8 @@ CONTAINER_RUNTIME?=$(shell which docker)
|
|||||||
|
|
||||||
# DHCPD_IMAGE_REGISTRY_NAME
|
# DHCPD_IMAGE_REGISTRY_NAME
|
||||||
# Defines the name of the new container to be built using several variables.
|
# Defines the name of the new container to be built using several variables.
|
||||||
DHCPD_IMAGE_REGISTRY_NAME?=git.cryptic.systems
|
DHCPD_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||||
DHCPD_IMAGE_REGISTRY_USER?=volker.raschek
|
DHCPD_IMAGE_REGISTRY_USER:=volker.raschek
|
||||||
|
|
||||||
DHCPD_IMAGE_NAMESPACE?=${DHCPD_IMAGE_REGISTRY_USER}
|
DHCPD_IMAGE_NAMESPACE?=${DHCPD_IMAGE_REGISTRY_USER}
|
||||||
DHCPD_IMAGE_NAME:=dhcpd
|
DHCPD_IMAGE_NAME:=dhcpd
|
||||||
|
Reference in New Issue
Block a user