Sha256: aff65650e8985d2a7fa94f72126e35dec3192b2bf2ae3958e7bb60ab5c5ebf64
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
#!/bin/sh set -x sudo python /usr/share/imagebundle/image_bundle.py -r / -o /tmp/ --log_file=/tmp/image_creation.log echo please now find the logs and the tar.gz in /tmp. You might want to try this: echo gsutil mb gs://gce-java-image/ echo gsutil cp /tmp/*.tar.gz gs://gce-java-image/java-image.tar.gz
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sakuric-2.1.3 | bin/gce-create-custom-image |
sakuric-2.0.3 | bin/gce-create-custom-image |
sakuric-2.0.1 | bin/gce-create-custom-image |