File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Docker
2
+ on : [push, pull_request]
3
+
4
+ jobs :
5
+ test :
6
+ runs-on : ubuntu-latest
7
+ services :
8
+ bmc :
9
+ image : docker.io/dmtf/redfish-mockup-server:latest
10
+ ports :
11
+ - 8000:8000
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ - uses : docker/setup-qemu-action@v3
15
+
16
+ - name : Start containers
17
+ run : docker run --rm --network=host docker.io/dmtf/redfish-tacklebox:latest rf_manager_config.py --user root --password 123 --rhost http://localhost:8000
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Copyright 2019-2024 DMTF. All rights reserved.
6
6
[ ![ PyPI] ( https://img.shields.io/pypi/v/redfish-utilities )] ( https://pypi.org/project/redfish-utilities/ )
7
7
[ ![ Pulls] ( https://img.shields.io/docker/pulls/dmtf/redfish-tacklebox?style=flat&logo=docker&label=Pulls )] ( https://hub.docker.com/r/dmtf/redfish-tacklebox )
8
8
[ ![ Linters] ( https://github.com/DMTF/Redfish-Tacklebox/actions/workflows/linters.yml/badge.svg )] ( https://github.com/DMTF/Redfish-Tacklebox/actions/workflows/linters.yml )
9
+ [ ![ Docker] ( https://github.com/DMTF/Redfish-Tacklebox/actions/workflows/docker.yml/badge.svg )] ( https://github.com/DMTF/Redfish-Tacklebox/actions/workflows/docker.yml )
9
10
[ ![ GitHub stars] ( https://img.shields.io/github/stars/DMTF/Redfish-Tacklebox.svg?style=flat-square&label=github%20stars )] ( https://github.com/DMTF/Redfish-Tacklebox )
10
11
[ ![ GitHub Contributors] ( https://img.shields.io/github/contributors/DMTF/Redfish-Tacklebox.svg?style=flat-square )] ( https://github.com/DMTF/Redfish-Tacklebox/graphs/contributors )
11
12
You can’t perform that action at this time.
0 commit comments