Vincent Batts
acac817ea1
contrib: shellcheck lint
...
Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
2020-09-02 08:10:50 -04:00
Vincent Batts
b8360e2c20
contrib: allow newer ssh keys
...
Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
2020-09-02 08:10:47 -04:00
Vincent Batts
a43fcbb534
contrib: allow user to provide cloud-config template
...
Respecting that substitutions will still be made, the user may want to
also install their own unit files or similar
Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
2020-09-02 08:10:33 -04:00
shredgar
c666ae5614
Update create-coreos-vdi - grammar change
...
Fixed a grammar based line at `Line 47`:
`echo "$0: Target path (${DEST}) do not exists." >&2` -> `echo "$0: Target path (${DEST}) does not exist." >&2`
2020-06-05 12:12:50 +02:00
Flatcar Buildbot
1dad511f69
2317.0.1
2019-11-07 19:40:01 +01:00
Geoff Levand
1c16018906
Remove old Jenkins jobs
...
The new Jenkins jobs are hosed at:
https://github.com/coreos/jenkins-os
Signed-off-by: Geoff Levand <geoff@infradead.org>
2017-03-20 15:36:03 -07:00
Nick Owens
281f85941f
initial import of public jenkins jobs
2016-05-12 14:34:55 -07:00
Alessandro -oggei- Ogier
fbe60fa3fb
adding support for debian genisoimage
2016-05-06 19:32:37 +02:00
Michael Marineau
bad34243ef
*: convert assorted download references to https
2016-05-02 19:19:06 -07:00
Anders Henke
eda59ed214
Added simple error message on failed mkisofs.
...
When mkisofs failed, the script would still claim "Success".
2016-02-25 13:53:03 +01:00
Anders Henke
7b572d73f9
Added quotes around directory/file variables to enable working in a path with spaces in its name.
2016-02-25 13:31:44 +01:00
Dolf Dijkstra
f25b4df253
Fixed typo on URI for DEFAULT_ETCD_DISCOVERY.
...
It missed a colon after https.
2015-10-27 08:27:03 +01:00
kayrus
c0095ac844
Fixed outdated etcd2 script
2015-08-24 17:27:13 +02:00
Peter Mrekaj
fc9e5baa0d
Add check for mkisofs
...
This check helps to avoid exit the script with the message indicating
success even though the mkisofs is missing and an image has not been created.
2015-06-29 10:49:00 -07:00
Igor Bukanov
2f53ae1602
recognize ssh ed25519 keys
...
This extends the regexp matching ssh rsa and dss keys to ed25519 keys.
2015-06-18 19:39:28 +02:00
Jon Higgs
b7afa4f179
Avoid errors when paths contain spaces by quoting.
2015-04-17 13:00:32 +10:00
Fabrício Godoy
844b091671
Updated VirtualBox script for new releases
...
Changes to handle stable, beta and alpha special versions.
Fixed to always import GPG key from official CoreOS web page.
2015-02-17 00:46:07 -02:00
Fabrício Godoy
63d519b992
Script to create basic config-drive
...
New script that creates a basic config-drive, ideal to testing purpose.
2014-05-04 01:16:34 -03:00
Fabrício Godoy
8f3fc749c2
VirtualBox script changed to convert image untouched
...
With config drive there is no need to crack image to insert SSH keys. Then VirtualBox script was changed to just download CoreOS image and convert it to VDI format.
2014-05-04 01:16:34 -03:00
Fabrício Godoy
a1941954e3
Small fix to contrib VirtualBox script
...
Fixed VirtualBox script to create final VDI file at correct location.
Removed the file extension from VirtualBox script.
2014-04-08 23:27:29 -03:00
Fabrício Godoy
431d71a90f
Fixed authorized_keys file creation
...
Fix to create .ssh directory before the authorized_keys file.
The option -k renamed to -a to match another scripts.
Added verification if the VBoxManage exists.
2014-04-05 16:16:12 -03:00
Fabrício Godoy
6bdaf88b80
New script to create VirtualBox VDI
2014-04-05 16:11:11 -03:00