mirror of
https://github.com/rancher/os-kernel.git
synced 2025-06-24 12:41:34 +00:00
7 lines
133 B
Bash
Executable File
7 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname $0)/..
|
|
|
|
rm -rf build dist
|
|
docker rmi $(docker images os-kernel --format "{{.Repository}}:{{.Tag}}") | true
|