Skip to content

Errors running on ubuntu - temp_ca_dir_created: parameter not set #46

@ShaneMcC

Description

@ShaneMcC

When running on ubuntu using /bin/sh (which defaults to dash) the script generates the following errors:

Install base Alpine (plus bootloader packages) for x86_64 arch inside chroot
/tmp/alpine-build/create.sh: 464: temp_ca_dir_created: parameter not set


AN ERROR OCCURRED, cleaning up before aborting!


/tmp/alpine-build/create.sh: 214: working_dir: parameter not set
There was an error building.

Switching the shebang out to use /bin/bash instead gives different errors:

/tmp/alpine-build/create.sh: line 464: temp_ca_dir_created: unbound variable


AN ERROR OCCURRED, cleaning up before aborting!


/tmp/alpine-build/create.sh: line 214: working_dir: unbound variable
There was an error building.

This is partly related to the previous failed run - but the unbound variables are still a problem regardless.

Removing /etc/apk allows getting further.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions