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

ORC-1241: Use apache/orc-dev DockerHub repository in Docker tests #1212

Closed
wants to merge 1 commit into from

Conversation

williamhyun
Copy link
Member

What changes were proposed in this pull request?

This PR aims to use apache/orc-dev DockerHub repository in Docker tests.

Why are the changes needed?

https://issues.apache.org/jira/browse/INFRA-23534
We should utilize the prebuilt image

How was this patch tested?

Manually.

@williamhyun
Copy link
Member Author

cc: @dongjoon-hyun

@dongjoon-hyun dongjoon-hyun changed the title ORC-1241: use apache/orc-dev DockerHub repository in Docker tests ORC-1241: Use apache/orc-dev DockerHub repository in Docker tests Aug 5, 2022
@dongjoon-hyun dongjoon-hyun added this to the 1.7.6 milestone Aug 5, 2022
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @williamhyun .
Let me test this manually.

@dongjoon-hyun
Copy link
Member

dongjoon-hyun commented Aug 5, 2022

It works perfectly.

$ ./run-all.sh local main
Launching centos7 as 5909
Launching debian10 as 5910
Launching debian11 as 5911
Launching ubuntu18 as 5912
Launching ubuntu20 as 5913
Launching ubuntu22 as 5914
Launching debian10_jdk=11 as 5915
Launching ubuntu20_jdk=11 as 5916
Launching ubuntu20_jdk=11_cc=clang as 5917
Waiting for 5909
$ head -n3 logs/*test.log
==> logs/centos7-test.log <==
Started local run for usedocker on centos7 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:centos7' locally
centos7: Pulling from apache/orc-dev

==> logs/debian10-test.log <==
Started local run for usedocker on debian10 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:debian10' locally
debian10: Pulling from apache/orc-dev

==> logs/debian10_jdk=11-test.log <==
Started local run for usedocker on debian10_jdk=11 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:debian10_jdk-11' locally
debian10_jdk-11: Pulling from apache/orc-dev

==> logs/debian11-test.log <==
Started local run for usedocker on debian11 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:debian11' locally
debian11: Pulling from apache/orc-dev

==> logs/ubuntu18-test.log <==
Started local run for usedocker on ubuntu18 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:ubuntu18' locally
ubuntu18: Pulling from apache/orc-dev

==> logs/ubuntu20-test.log <==
Started local run for usedocker on ubuntu20 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:ubuntu20' locally
ubuntu20: Pulling from apache/orc-dev

==> logs/ubuntu20_jdk=11-test.log <==
Started local run for usedocker on ubuntu20_jdk=11 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:ubuntu20_jdk-11' locally
ubuntu20_jdk-11: Pulling from apache/orc-dev

==> logs/ubuntu20_jdk=11_cc=clang-test.log <==
Started local run for usedocker on ubuntu20_jdk=11_cc=clang at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:ubuntu20_jdk-11_cc-clang' locally
ubuntu20_jdk-11_cc-clang: Pulling from apache/orc-dev

==> logs/ubuntu22-test.log <==
Started local run for usedocker on ubuntu22 at Thu Aug  4 21:01:36 PDT 2022
Unable to find image 'apache/orc-dev:ubuntu22' locally
ubuntu22: Pulling from apache/orc-dev
$ docker images
REPOSITORY       TAG                        IMAGE ID       CREATED        SIZE
apache/orc-dev   ubuntu20_jdk-11_cc-clang   f30b03ae25d6   35 hours ago   1.62GB
apache/orc-dev   ubuntu20_jdk-11            693b98572f60   35 hours ago   1.12GB
apache/orc-dev   debian10_jdk-11            c243f1f9b738   35 hours ago   1.2GB
apache/orc-dev   ubuntu22                   12205aa83c36   35 hours ago   1.15GB
apache/orc-dev   ubuntu20                   02641611e964   35 hours ago   1.1GB
apache/orc-dev   ubuntu18                   45ba68b43f15   35 hours ago   973MB
apache/orc-dev   debian11                   ee26282d7669   35 hours ago   1.1GB
apache/orc-dev   debian10                   d6e625db646c   35 hours ago   1.03GB
apache/orc-dev   centos7                    7934b6f02bdd   36 hours ago   1.5GB

@dongjoon-hyun
Copy link
Member

Since this is irrelevant to the GitHub Action yet, let me merge this.

dongjoon-hyun pushed a commit that referenced this pull request Aug 5, 2022
### What changes were proposed in this pull request?
This PR aims to use `apache/orc-dev` DockerHub repository in Docker tests.

### Why are the changes needed?
https://issues.apache.org/jira/browse/INFRA-23534
We should utilize the prebuilt image

### How was this patch tested?
Manually.

Closes #1212 from williamhyun/usedocker.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit e8a2241)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
dongjoon-hyun pushed a commit that referenced this pull request Aug 5, 2022
### What changes were proposed in this pull request?
This PR aims to use `apache/orc-dev` DockerHub repository in Docker tests.

### Why are the changes needed?
https://issues.apache.org/jira/browse/INFRA-23534
We should utilize the prebuilt image

### How was this patch tested?
Manually.

Closes #1212 from williamhyun/usedocker.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit e8a2241)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
### What changes were proposed in this pull request?
This PR aims to use `apache/orc-dev` DockerHub repository in Docker tests.

### Why are the changes needed?
https://issues.apache.org/jira/browse/INFRA-23534
We should utilize the prebuilt image

### How was this patch tested?
Manually.

Closes apache#1212 from williamhyun/usedocker.

Authored-by: William Hyun <william@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants