mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 23:47:11 +00:00
tests: Rename kernel-config image to test-kernel-config
Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
@@ -19,7 +19,7 @@ onboot:
|
||||
net: host
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: check-kernel-config
|
||||
image: "linuxkit/kernel-config:ecff41279ccbc408079a3996a956432651c6eb9c"
|
||||
image: "linuxkit/test-kernel-config:ecff41279ccbc408079a3996a956432651c6eb9c"
|
||||
readonly: true
|
||||
services:
|
||||
- name: poweroff
|
||||
|
@@ -1,7 +1,7 @@
|
||||
.PHONY: tag push
|
||||
|
||||
BASE=alpine:3.5
|
||||
IMAGE=kernel-config
|
||||
IMAGE=test-kernel-config
|
||||
|
||||
default: push
|
||||
|
||||
|
Reference in New Issue
Block a user