[
https://issues.apache.org/jira/browse/HIVE-26450?focusedWorklogId=798373&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-798373
]
ASF GitHub Bot logged work on HIVE-26450:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Aug/22 09:50
Start Date: 05/Aug/22 09:50
Worklog Time Spent: 10m
Work Description: zabetak commented on PR #3502:
URL: https://github.com/apache/hive/pull/3502#issuecomment-1206263391
```bash
$ docker manifest inspect gvenzl/oracle-xe:18.4.0-slim
no such manifest: docker.io/gvenzl/oracle-xe:18.4.0-slim
```
```bash
$ docker manifest inspect pvargacl/oracle-xe-18.4.0:latest
{...}
Issue Time Tracking
-------------------
Worklog Id: (was: 798373)
Time Spent: 40m (was: 0.5h)
> Use a more lightweight Oracle image
> -----------------------------------
>
> Key: HIVE-26450
> URL: https://issues.apache.org/jira/browse/HIVE-26450
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-2
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Currently, we use:
> {code}
> pvargacl/oracle-xe-18.4.0 - 12.7GB
> {code}
> instead, we can use:
> {code}
> gvenzl/oracle-xe:18.4.0-slim - 1.94GB
> {code}
> https://github.com/gvenzl/oci-oracle-xe
> above sizes are returned by 'docker image ls'
> regarding the concern of thirdparty images, we switch from one thirdparty
> image to another, which doesn't make the situation worse
--
This message was sent by Atlassian Jira
(v8.20.10#820010)