Skip to content

Fixed file handling for certificate installation #50

Fixed file handling for certificate installation

Fixed file handling for certificate installation #50

Workflow file for this run

name: Docker
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
services:
bmc:
image: docker.io/dmtf/redfish-mockup-server:latest
ports:
- 8000:8000
steps:
- uses: actions/checkout@v4
- uses: docker/setup-qemu-action@v3
- uses: docker/[email protected]
- name: Start containers
run: docker run --rm --network=host docker.io/dmtf/redfish-tacklebox:latest rf_manager_config.py --user root --password 123 --rhost http://localhost:8000