Skip to content

Commit

Permalink
Remove DOCKER_HOST as non used at the moment like virtualmachine
Browse files Browse the repository at this point in the history
Signed-off-by: cmoulliard <[email protected]>
  • Loading branch information
cmoulliard committed Sep 6, 2024
1 parent 4a60b3c commit dde014b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configurations/konflux/build-remote-ssh-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ component:

job:
resourceType: PipelineRun
name: pack-build-builder-image-remote
name: buildpack-remote
description: PipelineRun using the pack cli to build the builder image remotely

params:
Expand All @@ -36,7 +36,7 @@ job:
params:
- PACK_SOURCE_DIR: "$(params.source-dir)"
- PACK_CLI_VERSION: "v0.35.1"
- DOCKER_HOST: $(tasks.virtualmachine.results.ip)
#- DOCKER_HOST: $(tasks.virtualmachine.results.ip)
#- PACK_CMD_FLAGS:
# - "$(params.packCmdBuilderFlags)"
workspaces:
Expand All @@ -60,8 +60,8 @@ job:
pack --version
pack config experimental true
export DOCKER_HOST=tcp://$(params.DOCKER_HOST):2376
echo "DOCKER_HOST=tcp://$(params.DOCKER_HOST):2376"
#export DOCKER_HOST=tcp://$(params.DOCKER_HOST):2376
#echo "DOCKER_HOST=tcp://$(params.DOCKER_HOST):2376"
# We cannot get the array from the params PACK_CMD_FLAGS within the bash script as substitution don't work in this case !!
echo "Getting the arguments ..."
Expand Down

0 comments on commit dde014b

Please sign in to comment.