aboutsummaryrefslogtreecommitdiff
path: root/include/docker.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix includesJoseph Hunkeler2024-10-141-0/+2
|
* Rebrand OhMyCal (OMC) as STASIS (#7)Joseph Hunkeler2024-06-211-8/+8
|
* Add docker_validate_image_compression()Joseph Hunkeler2024-04-101-0/+2
|
* Add docker_sanitize_tag()Joseph Hunkeler2024-04-101-0/+1
| | | | * Replace invalid docker tag characters with dash ('-')
* docker_save function will pipe output of "docker save" to a compression ↵Joseph Hunkeler2024-03-061-1/+4
| | | | program if requested
* Prototypes documentationJoseph Hunkeler2024-03-041-4/+66
| | | | | | | Includes minor changes: * Rename jfrt_upload_set_defaults to jfrt_upload_init * Move jfrt_auth_init to artifactory.c * Adds missing error handling to git_describe and git_rev_parse
* Initial commit of docker integration codeJoseph Hunkeler2024-02-231-0/+22