Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Squash of work to build a test image #1977

Merged
merged 3 commits into from Mar 31, 2016
Merged

Conversation

dysinger
Copy link
Contributor

Merging a test image used for testing all main versions of GPG for pkg
signing. Also a patch to stack.yaml so it'll use the new test image base
and then place the latest stack binary on top.

Squashed commit of the following:

commit af0d6c3
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 20:25:20 2016 -0700

don't build with docker

breaks Travis CI

commit 9046008
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 19:26:59 2016 -0700

more refinement of dockerfile & added stack needs

commit 0bf0eed
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 13:51:19 2016 -0700

install nix under the unprivileged user

commit bc825fb
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 13:51:01 2016 -0700

add a full 3 part set of subkeys

commit 82a6bdb
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 13:14:40 2016 -0700

more dockerfile tweaks

commit 4f99a13
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 11:49:00 2016 -0700

complete out-of-the-box gnupg

(3 versions of gnupg with test keys preinstalled)

commit 2bc3eba
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 01:00:01 2016 -0700

move gpg.conf

commit 09f348f
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:51:24 2016 -0700

remove stack-build extension

this doesn't help & there are complications

commit 8314bf7
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:40:12 2016 -0700

make the image name a little shorter

commit 1286b91
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:39:45 2016 -0700

repo not base

commit 53a0a2f
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:34:32 2016 -0700

correct the docker base image name

commit ce4f9a3
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:29:41 2016 -0700

build with docker & install gnupg versions ahead of time

commit 5d7b461
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:29:16 2016 -0700

only temporarily set USER

commit 0189b82
Author: Tim Dysinger tim@dysinger.net
Date: Wed Mar 30 00:18:21 2016 -0700

extend the existing runtime base

...just being uniform...

commit 9ba330a
Author: Tim Dysinger tim@dysinger.net
Date: Tue Mar 29 23:59:03 2016 -0700

add another docker container image

commit 566cff5
Author: Tim Dysinger tim@dysinger.net
Date: Tue Mar 29 23:54:24 2016 -0700

add a gpg.conf that works with 1.4, 2.0 & 2.1

commit 6104ffa
Author: Tim Dysinger tim@dysinger.net
Date: Tue Mar 29 23:53:05 2016 -0700

new docker image that contains 3 versions of gnupg

@dysinger
Copy link
Contributor Author

resolves #1960

Merging a test image used for testing all main versions of GPG for pkg
signing. Also a patch to stack.yaml so it'll use the new test image base
and then place the latest stack binary on top.

Squashed commit of the following:

commit af0d6c3
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 20:25:20 2016 -0700

    don't build with docker

    breaks Travis CI

commit 9046008
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 19:26:59 2016 -0700

    more refinement of dockerfile & added stack needs

commit 0bf0eed
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 13:51:19 2016 -0700

    install nix under the unprivileged user

commit bc825fb
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 13:51:01 2016 -0700

    add a full 3 part set of subkeys

commit 82a6bdb
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 13:14:40 2016 -0700

    more dockerfile tweaks

commit 4f99a13
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 11:49:00 2016 -0700

    complete out-of-the-box gnupg

    (3 versions of gnupg with test keys preinstalled)

commit 2bc3eba
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 01:00:01 2016 -0700

    move gpg.conf

commit 09f348f
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:51:24 2016 -0700

    remove stack-build extension

    this doesn't help & there are complications

commit 8314bf7
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:40:12 2016 -0700

    make the image name a little shorter

commit 1286b91
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:39:45 2016 -0700

    repo not base

commit 53a0a2f
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:34:32 2016 -0700

    correct the docker base image name

commit ce4f9a3
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:29:41 2016 -0700

    build with docker & install gnupg versions ahead of time

commit 5d7b461
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:29:16 2016 -0700

    only temporarily set USER

commit 0189b82
Author: Tim Dysinger <tim@dysinger.net>
Date:   Wed Mar 30 00:18:21 2016 -0700

    extend the existing runtime base

    ...just being uniform...

commit 9ba330a
Author: Tim Dysinger <tim@dysinger.net>
Date:   Tue Mar 29 23:59:03 2016 -0700

    add another docker container image

commit 566cff5
Author: Tim Dysinger <tim@dysinger.net>
Date:   Tue Mar 29 23:54:24 2016 -0700

    add a gpg.conf that works with 1.4, 2.0 & 2.1

commit 6104ffa
Author: Tim Dysinger <tim@dysinger.net>
Date:   Tue Mar 29 23:53:05 2016 -0700

    new docker image that contains 3 versions of gnupg
@borsboom borsboom merged commit 32406d1 into master Mar 31, 2016
@borsboom borsboom deleted the docker-image-with-gnupg branch March 31, 2016 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants