-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* seed RNG to create random strings and remove data races
- Loading branch information
Showing
11 changed files
with
361 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# Arcaflow engine deployer podman | ||
|
||
This library is an implementation of the [arcaflow deployer interface](https://github.com/arcalot/arcaflow-engine-deployer) that uses the podman CLI. | ||
This library is an implementation of the [arcaflow deployer interface](https://github.com/arcalot/arcaflow-engine-deployer) that uses the podman CLI. | ||
|
||
## Verified Podman CLI Version | ||
|
||
Testing has been performed on this Podman version to validate | ||
functionality. | ||
|
||
``` | ||
❯ podman version | ||
Client: Podman Engine | ||
Version: 4.5.0 | ||
API Version: 4.5.0 | ||
Go Version: go1.19.7 | ||
Built: Fri Apr 14 11:42:56 2023 | ||
OS/Arch: linux/amd64 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.