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

CONNECTOR-435 Update versions in Dockerfile #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mcoberly2
Copy link
Contributor

No description provided.

@reugn reugn changed the title CONNECTOR-435 CONNECTOR-435 Update versions in Dockerfile Jul 17, 2023

USER root:root
RUN \
apt-get update && \
apt-get -y -q install unzip ca-certificates wget uuid-runtime gettext && \
export BASE_VERSION=$(echo $CONNECTOR_VERSION | cut -d '-' -f 1) && \
# CONNECTOR-435 Solution
# Alternative: wget -q -O /tmp/aerospike.zip "https://download.aerospike.com/artifacts/enterprise/aerospike-trino/$BASE_VERSION/aerospike-trino-$CONNECTOR_VERSION.zip" && \
Copy link
Member

Choose a reason for hiding this comment

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

@mcoberly2 why not replacing the URL?

Copy link
Contributor

Choose a reason for hiding this comment

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

@reugn Which url you're referring to? The one on 27 seems to be evolved version of the url on 26.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants