RE: Docker level for building 3.11

2019-02-26 Thread Fox, Kevin M
that would be easiest I think. docker and buildah don't share an image 
directory. so one can't see the others images. I think you can use skopeo to 
copy images from one to the other if you wanted to try and go without a local 
registry.

From: Neale Ferguson [ne...@sinenomine.net]
Sent: Tuesday, February 26, 2019 1:07 PM
To: Fox, Kevin M; Adam Kaplan
Cc: Openshift
Subject: Re: Docker level for building 3.11

Thanks. I have local images I wish to use for the build, so I assume I will 
need a local registry up and running.


you don't need to erase docker. buildah and docker can coexist.

Thanks. buildah-1.5.2 appears to be the latest. So I need to:


  1.  yum erase docker
  2.  yum install buildah

What provides the docker daemon?

Neale


This is a part of the multistage build syntax introduced in Docker 17.05 [1]. 
This is available through the centos-extras repo, and requires you to uninstall 
any other installations of docker.

I recommend using buildah instead [3].

[1] https://docs.docker.com/develop/develop-images/multistage-build
[2] https://docs.docker.com/install/linux/docker-ce/centos/
[3] https://github.com/containers/buildah
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Re: Docker level for building 3.11

2019-02-26 Thread Neale Ferguson
Thanks. I have local images I wish to use for the build, so I assume I will 
need a local registry up and running.


you don't need to erase docker. buildah and docker can coexist.

Thanks. buildah-1.5.2 appears to be the latest. So I need to:


  1.  yum erase docker
  2.  yum install buildah

What provides the docker daemon?

Neale


This is a part of the multistage build syntax introduced in Docker 17.05 [1]. 
This is available through the centos-extras repo, and requires you to uninstall 
any other installations of docker.

I recommend using buildah instead [3].

[1] https://docs.docker.com/develop/develop-images/multistage-build
[2] https://docs.docker.com/install/linux/docker-ce/centos/
[3] https://github.com/containers/buildah
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


RE: Docker level for building 3.11

2019-02-26 Thread Fox, Kevin M
you don't need to erase docker. buildah and docker can coexist.

From: dev-boun...@lists.openshift.redhat.com 
[dev-boun...@lists.openshift.redhat.com] on behalf of Neale Ferguson 
[ne...@sinenomine.net]
Sent: Tuesday, February 26, 2019 12:46 PM
To: Adam Kaplan
Cc: Openshift
Subject: Re: Docker level for building 3.11

Thanks. buildah-1.5.2 appears to be the latest. So I need to:


  1.  yum erase docker
  2.  yum install buildah

What provides the docker daemon?

Neale


This is a part of the multistage build syntax introduced in Docker 17.05 [1]. 
This is available through the centos-extras repo, and requires you to uninstall 
any other installations of docker.

I recommend using buildah instead [3].

[1] https://docs.docker.com/develop/develop-images/multistage-build
[2] https://docs.docker.com/install/linux/docker-ce/centos/
[3] https://github.com/containers/buildah
___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Re: Docker level for building 3.11

2019-02-26 Thread Adam Kaplan
This is a part of the multistage build syntax introduced in Docker 17.05
[1]. This is available through the centos-extras repo, and requires you to
uninstall any other installations of docker.

I recommend using buildah instead [3].

[1] https://docs.docker.com/develop/develop-images/multistage-build
[2] https://docs.docker.com/install/linux/docker-ce/centos/
[3] https://github.com/containers/buildah

On Tue, Feb 26, 2019 at 3:16 PM Neale Ferguson  wrote:

> Hi,
>  I am building openshift-console. What level of docker supports the "AS"
> directive on the FROM statement? Is it part of CentOS 7.6.1810 yet?
>
> FROM quay.io/coreos/tectonic-console-builder:v16 AS build
>
> Neale
>
>
>
> ___
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>


-- 

ADAM KAPLAN

SENIOR SOFTWARE ENGINEER - OPENSHIFT

Red Hat 

100 E Davie St Raleigh, NC 27601 USA

adam.kap...@redhat.comT: +1-919-754-4843 IM: adambkaplan

___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev


Docker level for building 3.11

2019-02-26 Thread Neale Ferguson
Hi,
 I am building openshift-console. What level of docker supports the "AS" 
directive on the FROM statement? Is it part of CentOS 7.6.1810 yet?

FROM quay.io/coreos/tectonic-console-builder:v16 AS build

Neale



___
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev