Commit Graph

8 Commits

Author SHA1 Message Date
Bruno Bieth
54d92edfc2 bump containers bound; build against ghc 8.6.4 2019-05-20 09:58:46 +02:00
Deni Bertovic
5cd0289b61 Switch stack.yaml to point to stack-8.0.2.yaml 2018-01-24 14:29:45 +01:00
Deni Bertovic
ffe12108b7 Makes stack.yaml a link again
And point to stack-7.10.yaml.

Adds missing extra dep to stack-7.10.yaml.
This should fix the failing tests on travis.
2017-03-18 20:52:08 +01:00
Deni Bertovic
daacaf858c Initial stab at buildImageFromDockerfile
Adds the ability to point the client to a context directory,
that holds a Dockerfile with instructions on how to build the image.
2016-09-12 14:11:24 +02:00
James Parker
79d00d9c53 Squash commits into one.
...leaving the original commit messages below:

- Docker.Http compiles
- preliminary updates
- Using requestHelper for a few more functions
- check expected status codes for a given endpoint
- split up requestHelper by adding parseResponse. Updated create opts for
  docker api 1.24
- DockerT instances
- outline for inspect container. fixed some warnings
- generalize http handlers
- monadio instance
- switch to statusCodeToError from expectedStatusCode
- added tlssettings for client auth
- small change
- hide constructors for ContainerID and ImageID
- preliminary whitelist for ImageID and ContainerID
- types for container details and network settings
- include HostConfig and NetworkSettings in ContainerDetails
- some aeson instances
- more aeson instances
- Implemented getContainerLogs
- some aeson instances
- more aeson instances
- more aeson instances
- Re-export some functionality and hide others
- rewrote tests for new api
- added supported ciphers for ssl
- tests for ssl
- ability to set CA
- takes care of #10
- use CA in tests

Squashing more commits from both myself(Deni) and James into this one:

- Get rid of compiler warnings
- Mostly just unused imports and such.
- Removes old commented out code
- Adds defaultCreateOpts
  and some automatic style changes.
- Use local docker daemon in tests
  (for now without tls...)
- send POST bodies
- Sets application/json headers expliclty.
- Makes tests pass.
- Added ExposedPorts data type. Removed some manual
  to/from json instances in favour of ones generated by generics.
- Adds more json instance
  mostly pertaining to HostConfig
- Removes Storage driver options from HostConfig
  It's unclear from the docs and the go code how this is to be used
  and what it's for.
- Adds a better way to serialize CreateOpts
2016-07-26 17:23:13 +02:00
Deni Bertovic
a6e57eebda Adds unmodified stack.yaml
more or less. Removes the extra packages for now.
2016-03-03 12:29:52 +01:00
Deni Bertovic
dfa4340351 Adds ssl deps to stack.yaml 2015-10-22 13:07:43 +02:00
Sebastian Meric de Bellefon
540b840e2d build with lts-1.15 and add tests
To build with stack:
- stack build
- stack test
2015-07-09 23:45:14 -04:00