File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
pull-requests : write
18
18
container :
19
- image : ghcr.io/kiracore/docker/base-image:v0.13.19
19
+ image : ghcr.io/kiracore/docker/base-image:v0.14.03
20
20
steps :
21
21
# Work around https://github.com/actions/checkout/issues/760
22
22
- name : Add safe.directory
@@ -200,11 +200,11 @@ jobs:
200
200
pull-requests : write
201
201
steps :
202
202
# 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
204
204
- name : Install cosign
205
- uses : sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
205
+ uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
206
206
with :
207
- cosign-release : ' v2.0.0 '
207
+ cosign-release : ' v2.2.3 '
208
208
- name : Download artifacts
209
209
uses : actions/download-artifact@v3.0.0
210
210
with :
Original file line number Diff line number Diff line change 1
1
Features:
2
2
3
- * Fix cosign installer
3
+ * Update cosign installer
4
4
* Base image update
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \
19
19
# echo $(globGet BASE_IMAGE_SRC)
20
20
21
21
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 " && \
23
23
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash
24
24
25
25
# Find container by name
@@ -32,4 +32,4 @@ docker start -i $id
32
32
# Delete specific container
33
33
# one liner: docker rm -f $(timeout 3 docker ps --no-trunc -aqf "name=^${BASE_NAME}$" 2> /dev/null || echo -n "")
34
34
docker rm -f $id
35
- ```
35
+ ```
You can’t perform that action at this time.
0 commit comments