mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +00:00
tests: Rename kernel-config image to test-kernel-config
Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
parent
e4d84cf304
commit
16cfd3ea2d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user