Closed maldex closed 5 years ago
@maldex, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org>
to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.
darn, sometimes, git and I are not friends
if someone sees this, i'm too stupid to update the content of _dockerimage/ correctly. And as it's almost 1am again, ... how would i exactly start all-over again and just contribute these four files in https://github.com/maldex/nsx-t-datacenter-ci-pipelines/tree/master/docker_image?
and can this pull request be obliterated?
All tough I still don't get why
fly sync
can work beforefly login
, the current image only seems to work on ubuntu hosts. Following up issue #18 and the discussion with pull request #19, the attached proposal is an overhaul of the current build and run methods.Essentially: run.sh
run.sh
allows for argument segretation of docker related and application related arguments. Please find a sample in the simplifiedrun.nsx-t-install-er.sh
script.--rm
switch and ensuringdocker-compose down
was called upon graceful container termination)Dockerfile
run
statements leveraging the layering during the build.So far i was able to bring the concourse pipeline for nsx-t-install up and running on a Fedora host. cheers