SAP-samples / btp-setup-automator

Automate the setup of your SAP BTP account with the SAP BTP CLI and other CLI tools.
Apache License 2.0
94 stars 43 forks source link

[BUG] Docker Build fails #617

Closed lechnerc77 closed 7 months ago

lechnerc77 commented 9 months ago

Is there an existing issue for this?

Are you using the latest docker image for BTPSA?

Which area is mainly impacted

Docker Image (Build or Run)

Current Behavior

Automated Build of Docker image fails

Expected Behavior

Docker image can be built and stored in GH registry

Steps To Reproduce

Execute any GH Action that trys to build the Dokcer image (main or dev) branch

Logs and configuration files available?

logs_3946.zip

Anything else?

Probably an issue with the moby cofig

Currently no pre-built images can be provsioned

lechnerc77 commented 9 months ago

Issue with cf plugin-install and alpine Linux. Local build shows:

Error relocating /home/user/.config/cf/.cf/plugins/temp4039725408/3357988548: __vfprintf_chk: symbol not found
Error relocating /home/user/.config/cf/.cf/plugins/temp4039725408/3357988548: __fprintf_chk: symbol not found
exit status 127
File is not a valid cf CLI plugin binary.
FAILED
lechnerc77 commented 9 months ago

See also https://github.com/cloudfoundry/multiapps-cli-plugin/issues/186

lechnerc77 commented 9 months ago

Workaround is in place with PR: https://github.com/SAP-samples/btp-setup-automator/pull/619

lechnerc77 commented 7 months ago

Closing the issue as repository will be archived.