Skip to content

Commit ad238d8

Browse files
authored
Merge pull request #2 from Phoenix7351/isdayo/CA-4490-docker-ce-migration
Replace Docker with Podman for artifact processing
2 parents 882c2b8 + 6874b1f commit ad238d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hooks/command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fi
4343
echo "--- :junit: Building the failures file"
4444

4545
if [[ "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_RUN_IN_DOCKER:-true}" =~ "true" ]]; then
46-
docker \
46+
podman \
4747
--log-level "error" \
4848
run \
4949
--rm \
@@ -63,7 +63,7 @@ echo "--- :junit: Processing the junits"
6363

6464
set +e
6565
if [[ "${BUILDKITE_PLUGIN_JUNIT_ANNOTATE_RUN_IN_DOCKER:-true}" =~ "true" ]]; then
66-
docker \
66+
podman \
6767
--log-level "error" \
6868
run \
6969
--rm \

0 commit comments

Comments
 (0)