Skip to content

Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images #55

Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images

Corrected the regex pattern when trying to discover the local system's address when directly hosting firmware images #55

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