Avi Deitcher
203cbd9b9f
multiple containerd options
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2020-10-21 11:11:48 +03:00
Avi Deitcher
865ed8a1ce
add containerd cli opts
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2020-10-19 14:49:15 +03:00
Avi Deitcher
00b9bb56a0
Merge pull request #3532 from deitch/split-push-sign
...
options to split image steps and manifest steps
2020-06-10 11:13:01 +03:00
Avi Deitcher
ea18be414e
options to split image steps and manifest steps
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2020-05-24 16:23:46 +03:00
Avi Deitcher
bcd36a4661
support merge yaml flags
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2020-05-18 17:41:36 +03:00
Karol Woźniak
d861987b79
scaleway: Fix bugs and add option for changing image size
...
* Fix using ams1 as zone
* Allow specifying image size (+ calculate default from ISO size)
* Fix mangling logs when asking for ssh passphrase
* Some minor code and docs cleanups
Signed-off-by: Karol Woźniak <wozniakk@gmail.com >
2020-05-01 01:15:24 +02:00
Federico Pellegatta
5fc196c289
Add partition table type selector (defaulted to DOS/MBR) to format package
...
Signed-off-by: Federico Pellegatta <12744504+federico-pellegatta@users.noreply.github.com >
2020-04-23 10:16:36 +02:00
Rolf Neugebauer
25d5ba8ef8
Update linuxkit/go-compile to the latest
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2020-04-17 10:36:03 +01:00
Rolf Neugebauer
5d2f1ccbd0
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2020-04-17 10:36:03 +01:00
Aymen EL AMRI
a7a42e986d
add SG to linuxkit run command
...
Signed-off-by: Aymen EL AMRI <aymen@eralabs.io >
2020-02-17 13:41:09 +01:00
Nick Jones
10b2436eec
[OpenStack] Support os-client-config usage for authentication
...
Update Gophercloud dependencies and also bring in the 'utils'
package. This provides support for configuring access to OpenStack
clouds as detailed in the [official
documentation](https://docs.openstack.org/os-client-config/latest/user/configuration.html ).
By relying on this package we can simplify the code required to
interact with OpenStack's APIs. Support is also provided upstream for
self-signed and insecure SSL configurations.
Tested with a public cloud running OpenStack 'Rocky', the latest release.
Signed-off-by: Nick Jones <nick@dischord.org >
2019-10-08 12:46:43 +01:00
Simon Fridlund
fc88e2104e
Add Hetzner provider in the metadata package
...
Signed-off-by: Simon Fridlund <simon@fridlund.email >
2019-10-07 17:31:57 +02:00
Avi Deitcher
fad3354448
Add docker-standard ftp_proxy/FTP_PROXY env var, and socks-standard all_proxy/ALL_PROXY
...
Signed-off-by: Avi Deitcher <avi@deitcher.net >
2019-09-03 11:00:26 +03:00
Patrik Cyvoct
6a4d127fd3
Update Scaleway Provider with new Go SDK
...
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io >
2019-06-17 19:12:47 +02:00
schrotthaufen
0120b7dc74
kernel: Include lan78xx kernel module for use with rpi3b+
...
Signed-off-by: schrotthaufen <schrotthaufen@invalid.invalid >
2019-05-16 20:32:43 +02:00
Rolf Neugebauer
da3f1e9c6c
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2019-04-16 23:16:18 +01:00
sethp
993b392bdd
Update example link
...
The directory the link previously went to has changed.
Signed-off-by: Seth Pellegrino <seth@codecopse.net >
2019-03-20 21:58:12 -07:00
Rolf Neugebauer
5910713bae
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2019-03-02 19:18:46 +00:00
Rolf Neugebauer
eeb2d546d1
Merge pull request #3249 from chriswue/master
...
Adding support to mount an encrypted filesystem
2019-01-18 01:28:50 +01:00
Christian Wuerdig
a9bc7372de
Adding dm-crypt as core pkg
...
Signed-off-by: Christian Wuerdig <christian.wuerdig@gmail.com >
2019-01-18 11:56:18 +13:00
Christian Wuerdig
8cd16c4904
Adding losetup utility package to core pkg
...
Signed-off-by: Christian Wuerdig <christian.wuerdig@gmail.com >
2019-01-14 06:24:00 +13:00
Rolf Neugebauer
e7b85b6589
docs: Add details about reproducible builds
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2018-12-29 15:38:02 +00:00
Krister Johansen
a6ac644703
Add some documentation.
...
Signed-off-by: Krister Johansen <krister.johansen@oracle.com >
2018-08-13 17:18:55 -07:00
Rolf Neugebauer
0cb45e0dff
doc: Update release doc with DinD uses which should get updated
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2018-08-12 10:50:20 +01:00
Brice Figureau
02e5f70589
Allow to specify more than one networking adapter for vbox
...
Note: this patch introduces an incompatibility in the
`linuxkit run vbox` arguments.
It wasn't impossible to specify more than one network adapter
to the `linuxkit run vbox` command.
This patch allows to specify more than one `-networking` argument to specify
different network adapters.
For instance:
~~~sh
linuxkit run vbox -networking type=nat -networking type=hostonly,adapter=vboxnet0
~~~
will setup the VM with 2 NICs.
It is also possible to get rid of the `type` argument.
Signed-off-by: Brice Figureau <brice@daysofwonder.com >
2018-08-02 10:34:26 +02:00
Rolf Neugebauer
8f841600a4
doc: Add updating AUTHORS to release steps
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2018-07-26 21:01:59 +01:00
Rolf Neugebauer
169e97fe52
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io >
2018-07-26 19:49:18 +01:00
Rolf Neugebauer
29dd9f2004
doc: Add 'sources' documentation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-26 16:23:35 +01:00
Rolf Neugebauer
5dcb3d48cb
docs: Update documentation regarding private repos
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-20 14:35:45 +01:00
Rolf Neugebauer
04c061fb8c
docs: Remove note on private images
...
It no longer applies.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-20 13:48:27 +01:00
Justin Cormack
cf5cec204d
Update LinuxKit for merge of moby tool
...
- use the mkimage hashes that we had in LinuxKit as more up to date than tool.
- update docs
- move the code from moby under src/cmd/linuxkit
Signed-off-by: Justin Cormack <justin@specialbusservice.com >
2018-07-16 14:22:15 +01:00
Justin Cormack
021b5718f8
Merge moby/tool into LinuxKit
...
Note these ended up with unrelated histories in the export process.
Signed-off-by: Justin Cormack <justin@specialbusservice.com >
2018-07-14 11:26:02 +01:00
Rolf Neugebauer
59e04612b4
docs: Add update of test cases to release doc
...
While at it also improve the commit messages.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-12 10:38:32 +01:00
Rolf Neugebauer
5b4059fcfd
docs: Update release documentation
...
Add notes to update various external packages.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-10 16:53:49 +01:00
Rolf Neugebauer
a0a4ec5449
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-07-10 15:13:58 +01:00
David Scott
793dd1b257
Add pkg/kmsg
...
This very simple program reads from `/dev/kmsg` and logs the output.
Signed-off-by: David Scott <dave.scott@docker.com >
2018-07-09 20:36:58 +01:00
David Scott
565f787bb3
Add pkg/logwrite which writes and rotates log files
...
This process connects to memlogd and streams logs to individual files,
one per log. It keeps track of how many bytes have been written to each
file and rotates when the file size exceeds a defined threshold.
By default the maximum size of each file before rotation is 1MiB and
we keep up to 10 files per log.
Signed-off-by: David Scott <dave.scott@docker.com >
2018-07-09 20:36:51 +01:00
Rolf Neugebauer
5c8df3837d
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-07-07 14:00:07 +01:00
David Scott
a07ecf60d5
memlogd: use kmsg format for reading the logs
...
Switch to a more formally-specified `kmsg`-style format for reading
the logs.
- update the spec in docs/logging.md
- check for bad names in pkg/memlogd with unit test
Signed-off-by: David Scott <dave.scott@docker.com >
2018-07-06 21:49:26 +01:00
David Scott
638c455dd2
docs: document how to use an external logging service
...
This is an updated version of projects/logging/README.md
Signed-off-by: David Scott <dave.scott@docker.com >
2018-07-06 21:49:25 +01:00
Brice Figureau
9a1d9fb1eb
Add FAQ entries to help troubleshoot running containers
...
Since I struggled to understand and find information about how to
troubleshoot a running linuxkit instance, I propose to add these two
FAQ entries.
The first one explains why it is possible to not see the `containerd` or
`init` outputs at boot in the console.
The second one gives a few `ctr` example to list containers, running
containers or how to open a shell in a given container.
Signed-off-by: Brice Figureau <brice@daysofwonder.com >
2018-07-04 13:51:19 +02:00
Patrik Cyvoct
8d5ced3a1d
Add documentation for scaleway provider
...
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io >
2018-06-14 11:51:06 +02:00
Rolf Neugebauer
9af0179d1b
docs: Add document on how to do releases
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-05-12 17:14:47 +01:00
Rolf Neugebauer
5de0a86293
Update use of tools to latest
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-05-12 12:38:05 +01:00
Rolf Neugebauer
d3da261158
docs: Add a note on how to enable USB storage on a RPi3b
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-04-30 10:35:33 +01:00
Rolf Neugebauer
59df6426e4
docs: Update qemu documentation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-04-16 18:39:32 +01:00
Rolf Neugebauer
67a0664e50
docs: Update hyperkit documentation
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-04-16 18:39:32 +01:00
Rolf Neugebauer
e03703dede
build: Update go-compile to the latest
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2018-04-05 10:58:01 +01:00
Rolf Neugebauer
074ad8391c
doc: Add s390x to packages doc
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-04-04 19:55:52 +01:00
Rolf Neugebauer
8f4f51c47f
docs: Clarify s390x support and add details for hvf mode on macOS
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@gmail.com >
2018-04-04 19:55:28 +01:00