Skip to content

Commit

Permalink
Merge pull request #552 from KiraCore/feature/upd_base_img_to_v0.14.03
Browse files Browse the repository at this point in the history
feature/upd_base_img_to_v0.14.03 -> release/v0.12.20
  • Loading branch information
MrLutik authored Apr 8, 2024
2 parents b271966 + 4b77c05 commit bc17ec7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id-token: write
pull-requests: write
container:
image: ghcr.io/kiracore/docker/base-image:v0.13.19
image: ghcr.io/kiracore/docker/base-image:v0.14.03
steps:
# Work around https://github.com/actions/checkout/issues/760
- name: Add safe.directory
Expand Down Expand Up @@ -200,11 +200,11 @@ jobs:
pull-requests: write
steps:
# Install the cosign tool
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
# ref.: https://github.com/sigstore/cosign-installer, v3.4.0
- name: Install cosign
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
with:
cosign-release: 'v2.0.0'
cosign-release: 'v2.2.3'
- name: Download artifacts
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Features:

* Fix cosign installer
* Update cosign installer
* Base image update
4 changes: 2 additions & 2 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \
# echo $(globGet BASE_IMAGE_SRC)
BASE_NAME="test" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.11.4" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.03" && \
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash
# Find container by name
Expand All @@ -32,4 +32,4 @@ docker start -i $id
# Delete specific container
# one liner: docker rm -f $(timeout 3 docker ps --no-trunc -aqf "name=^${BASE_NAME}$" 2> /dev/null || echo -n "")
docker rm -f $id
```
```
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "v0.12.01"
echo "v0.12.20"

0 comments on commit bc17ec7

Please sign in to comment.