Skip to content

Build with provided build command is failing #7

@A7exSchin

Description

@A7exSchin

The provided build instruction in the readme file with

#!/bin/bash
docker build \
  --no-cache \
  --progress=plain \
  --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
  --build-arg VCS_REF=$(git rev-list -1 HEAD) \
  --build-arg VERSION=`cat version.txt` \
  -t klibio/osgi-starterkit:latest \
  .

Failes at step 6/6

RUN cd /data && ./setup_01_java.sh && ./setup_02_osgi-starterkit.sh:

with

executor failed running [/bin/sh -c cd /data &&     ./setup_01_java.sh &&     ./setup_02_osgi-starterkit.sh]: exit code: 127

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions