Skip to content

Commit 79dc6b0

Browse files
committed
feat(upd_base_img_to_v0.14.02): Update base-image and cosign
* Update base-image to `v0.14.03` * Update cosign-installer to `v2.2.3` * Update DOCKER.md and RELEASE.md files
1 parent b271966 commit 79dc6b0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
pull-requests: write
1818
container:
19-
image: ghcr.io/kiracore/docker/base-image:v0.13.19
19+
image: ghcr.io/kiracore/docker/base-image:v0.14.03
2020
steps:
2121
# Work around https://github.com/actions/checkout/issues/760
2222
- name: Add safe.directory
@@ -200,11 +200,11 @@ jobs:
200200
pull-requests: write
201201
steps:
202202
# Install the cosign tool
203-
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
203+
# ref.: https://github.com/sigstore/cosign-installer, v3.4.0
204204
- name: Install cosign
205-
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
205+
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
206206
with:
207-
cosign-release: 'v2.0.0'
207+
cosign-release: 'v2.2.3'
208208
- name: Download artifacts
209209
uses: actions/download-artifact@v3.0.0
210210
with:

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Features:
22

3-
* Fix cosign installer
3+
* Update cosign installer
44
* Base image update

docs/DOCKER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \
1919
# echo $(globGet BASE_IMAGE_SRC)
2020
2121
BASE_NAME="test" && \
22-
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.11.4" && \
22+
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.03" && \
2323
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash
2424
2525
# Find container by name
@@ -32,4 +32,4 @@ docker start -i $id
3232
# Delete specific container
3333
# one liner: docker rm -f $(timeout 3 docker ps --no-trunc -aqf "name=^${BASE_NAME}$" 2> /dev/null || echo -n "")
3434
docker rm -f $id
35-
```
35+
```

0 commit comments

Comments
 (0)