提交 4ae1f3aa 编写于 作者: K Karen Huddleston

Use centos6-test image in Concourse task files

Also updated docker README to reference new build image.
Co-authored-by: NDavid Sharp <dsharp@pivotal.io>
Co-authored-by: NKaren Huddleston <khuddleston@pivotal.io>
上级 53f84628
......@@ -21,7 +21,7 @@ To make Greenplum accessible outside of the docker container use the -p switch (
This will proxy connections / requests made to the `<port_on_local_machine>` across to `<greenplum_port_in_docker>` which will allow Greenplum within docker to receive them.
```bash
docker run -t -v ~/workspace/gpdb:/home/gpadmin/gpdb_src --privileged --security-opt seccomp:unconfined -i pivotaldata/centos-gpdb-dev:7-gcc6.2-llvm3.7 bash
docker run -t -v ~/workspace/gpdb:/home/gpadmin/gpdb_src --privileged --security-opt seccomp:unconfined -i pivotaldata/centos7-build:gpdb6-latest bash
```
## Set up Container Dependencies and the gpadmin User
......
......@@ -2,8 +2,8 @@ platform: linux
image_resource:
type: docker-image
source:
repository: pivotaldata/centos-gpdb-dev
tag: '6-gcc6.2-llvm3.7'
repository: pivotaldata/centos6-test
tag: gpdb6-latest
inputs:
- name: gpdb_src
- name: bin_gpdb
......
......@@ -2,8 +2,8 @@ platform: linux
image_resource:
type: docker-image
source:
repository: pivotaldata/centos-gpdb-dev
tag: '6-gcc6.2-llvm3.7'
repository: pivotaldata/centos6-test
tag: gpdb6-latest
inputs:
- name: gpdb_src
- name: bin_gpdb
......
......@@ -2,7 +2,8 @@ platform: linux
image_resource:
type: docker-image
source:
repository: pivotaldata/centos-gpdb-dev
repository: pivotaldata/centos6-test
tag: gpdb6-latest
username:
password:
inputs:
......
......@@ -2,7 +2,8 @@ platform: linux
image_resource:
type: docker-image
source:
repository: pivotaldata/centos-gpdb-dev
repository: pivotaldata/centos6-test
tag: gpdb6-latest
username:
password:
......
......@@ -2,8 +2,8 @@ platform: linux
image_resource:
type: docker-image
source:
repository: pivotaldata/centos-gpdb-dev
tag: '6-gcc6.2-llvm3.7'
repository: pivotaldata/centos6-test
tag: gpdb6-latest
username:
password:
inputs:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册