Docker support
When will we be able to build Docker images and push them to Docker Hub after successful AppVeyor build?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 28 Nov, 2016 05:45 PM
Docker support will be available along with Windows Server 2016 build worker images, hopefully later this year, but no exact ETA yet.
2 Posted by Dustin on 06 Jan, 2017 12:51 PM
Hi, any news on that front?
Support Staff 3 Posted by Feodor Fitsner on 06 Jan, 2017 08:13 PM
We are currently working on Windows Server 2016 build worker image which will have Docker on it with base "Nano" and "Core" images. It should be available in beta by the end of this month.
4 Posted by Dustin on 06 Jan, 2017 09:00 PM
Awesome, good stuff! Thank you!
5 Posted by cort on 02 Feb, 2017 08:01 PM
I would be very interested in this
6 Posted by luis.lafer-sous... on 10 Feb, 2017 01:47 PM
Are there any updates on this? If Docker support is now in beta how could I go about requesting access?
Support Staff 7 Posted by Feodor Fitsner on 10 Feb, 2017 06:57 PM
Yes,
Windows Server 2016
image with Docker pre-installed is available for testing: https://github.com/appveyor/ci/issues/1150Could you please confirm your AppVeyor account name, so we can enable that image for you?
8 Posted by Yshay on 23 Feb, 2017 08:26 AM
Hi,
I would like to also be included in the beta. (win2016 with support for docker)
username is: [email blocked]
Thanks,
Yshay
9 Posted by Ilya Finkelshte... on 23 Feb, 2017 07:00 PM
@Yshay this is the same request (TomerDvir account), right? Added.
10 Posted by Yshay Yaacobi on 23 Feb, 2017 08:22 PM
Yes
Sent from my iPhone
On 23 Feb 2017, at 21:01, Ilya Finkelshteyn <[email blocked]<mailto:[email blocked]>> wrote:
11 Posted by luis.lafer-sous... on 01 Mar, 2017 08:35 PM
When trying this out by adding the following to my appveyor.yml:
image: Windows Server 2016
I get the following error:
Build worker image not found: Windows Server 2016
Can you confirm it was enabled for our account, and that I am using the correct image?
Thanks!
12 Posted by Ilya Finkelshte... on 01 Mar, 2017 11:13 PM
@luis.lafer-sousa Sorry it was not enabled for your account. Please try now.
Ilya.
13 Posted by David on 07 Mar, 2017 10:40 PM
I too would like to be included in the beta for docker support.
Thank you,
David
14 Posted by Ilya Finkelshte... on 07 Mar, 2017 11:40 PM
@davidruhmann added
15 Posted by Thomas on 13 Apr, 2017 09:51 PM
Hello !
If there are still opened slots, we'd be delighted to be part of the beta for docker support as well: We are revising our build infrastructure and this is a Must have for us !
Many Thanks !
Thomas.
16 Posted by Ilya Finkelshte... on 13 Apr, 2017 09:54 PM
@Thomas Windows Server 2016 with Docker is generally available now as part of
Visual Studio 2017
build worker image!17 Posted by Akhan on 08 Jun, 2017 04:07 PM
Is it possible to get docker from edge channel? I am currently using multistage dockerfile, they are not yet available in stable release.
18 Posted by Ilya Finkelshte... on 08 Jun, 2017 05:42 PM
Docker is just two files: docker.exe and dockerd.exe in “C:\Program Files\Docker” directory. You can replace them during the build:
1. Stop docker service
2. Download Docker files from edge channel and unpack to Docker directory.
3. Start docker service.
19 Posted by Dustin on 07 Jul, 2017 11:35 PM
Is there a way to configure the Docker host to build Linux containers? It seems like the Docker host is configured to run Windows containers, which I think is actually a very small edge case at the moment as nobody really does that.
20 Posted by Ilya Finkelshte... on 08 Jul, 2017 01:34 AM
@Dustin please check this answer
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:18 AM.