Merge pull request #9211 from medyagh/release_docs_kic
Docs: update kic base release taggingpull/9233/head
commit
f18eed2afd
|
@ -326,7 +326,7 @@ jobs:
|
|||
$docker_running = $?
|
||||
}
|
||||
Write-Output "Docker is running"
|
||||
docker system prune -f -a
|
||||
docker system prune -f
|
||||
- name: Info
|
||||
shell: powershell
|
||||
run: |
|
||||
|
@ -464,7 +464,7 @@ jobs:
|
|||
$docker_running = $?
|
||||
}
|
||||
Write-Output "Docker is running"
|
||||
docker system prune -f -a
|
||||
docker system prune -f
|
||||
- name: Info
|
||||
continue-on-error: true
|
||||
shell: powershell
|
||||
|
|
|
@ -324,7 +324,7 @@ jobs:
|
|||
$docker_running = $?
|
||||
}
|
||||
Write-Output "Docker is running"
|
||||
docker system prune -f -a
|
||||
docker system prune -f
|
||||
- name: Info
|
||||
shell: powershell
|
||||
run: |
|
||||
|
@ -462,7 +462,7 @@ jobs:
|
|||
$docker_running = $?
|
||||
}
|
||||
Write-Output "Docker is running"
|
||||
docker system prune -f -a
|
||||
docker system prune -f
|
||||
- name: Info
|
||||
continue-on-error: true
|
||||
shell: powershell
|
||||
|
|
|
@ -20,6 +20,14 @@ description: >
|
|||
|
||||
See [ISO release instructions]({{<ref "iso.md">}})
|
||||
|
||||
## Tag KIC base image
|
||||
|
||||
for container drivers (docker,podman), if there has been any change in Dockerfile
|
||||
(and there is a -snapshot image), should tag with latest release and push to gcr and docker hub and github packages.
|
||||
|
||||
for example if you are releasing v0.0.13 and latest kicbase image is v0.0.12-snapshot
|
||||
should tag v0.0.13 and change the [kic/types.go](https://github.com/medyagh/minikube/blob/635ff53a63e5bb1be4e1abb9067ebe502a16224e/pkg/drivers/kic/types.go#L29-L30) file as well.
|
||||
|
||||
## Update Release Notes
|
||||
|
||||
Run the following script from your local upstream repo copy to generate updated release notes:
|
||||
|
|
Loading…
Reference in New Issue