yoki
yoki copied to clipboard
Docker Engine Remote API client
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.5 to 0.8.0. Release notes Sourced from org.jetbrains.kotlinx.kover's releases. 0.8.0 This release introduces DSL rework to simplify the work with Android build variants, adds the possibility of...
Bumps [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) from 0.2.1 to 0.3.4. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-io-core's releases. v0.3.4 Features Kotlin updated to 1.9.24 #315 Supported linuxArm32Hfp target #303 Enabled KLib ABI validation Provided extension functions...
I moved the exec creation command to ExecResource to mirror the API. It now correctly returns the exec instance id.
Based on #152
Based on #153 This is just a utility to ease debugging while writing tests. You can now pass `debugHttpCalls = true` to the `ResourceIT` constructor.
Bumps `ktor` from 2.3.8 to 2.3.9. Updates `io.ktor:ktor-client-core` from 2.3.8 to 2.3.9 Release notes Sourced from io.ktor:ktor-client-core's releases. 2.3.9 Published 4 March 2024 Improvements Allow to set secure cookie even...
Bumps `kotlin` from 1.9.10 to 1.9.22. Updates `org.jetbrains.kotlin.multiplatform` from 1.9.10 to 1.9.22 Release notes Sourced from org.jetbrains.kotlin.multiplatform's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module...
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.2. Release notes Sourced from org.junit.jupiter:junit-jupiter-engine's releases. JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2 JUnit...
We currently do not support authentication against the Docker registry, so private registries will not work. I was thinking of a simple implementation but nothing too concrete like this: ```kotlin...
Currently there is no logging, it would be good to add debugs in commands and warnings in certain configurations, like for example some commands that send warnings even when they...