Skip to content

Commit

Permalink
Add TKS container
Browse files Browse the repository at this point in the history
A new container has been added for TKS subsystem.

A new test has been added to create CA and TKS containers, then
perform some basic validations. The proper test for TKS container
will be added later as part of TPS container test.
  • Loading branch information
edewata committed Jun 19, 2024
1 parent 311d7b4 commit 0d745dc
Show file tree
Hide file tree
Showing 6 changed files with 754 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,18 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
outputs: type=docker

- name: Build pki-tks image
uses: docker/build-push-action@v5
with:
context: .
build-args: |
BASE_IMAGE=${{ env.BASE_IMAGE }}
COPR_REPO=${{ env.COPR_REPO }}
tags: pki-tks
target: pki-tks
cache-from: type=local,src=/tmp/.buildx-cache
outputs: type=docker

- name: Save PKI images
run: |
docker images
Expand All @@ -148,7 +160,8 @@ jobs:
pki-server \
pki-ca \
pki-kra \
pki-ocsp
pki-ocsp \
pki-tks
- name: Store PKI images
uses: actions/cache@v4
Expand Down
Loading

0 comments on commit 0d745dc

Please sign in to comment.