Skip to content

QUA-958: Push images to Dockerhub instead of GCR #59

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

Merged
merged 5 commits into from
Mar 10, 2023

Conversation

dantevvp
Copy link
Contributor

@dantevvp dantevvp commented Feb 13, 2023

Deprecate pushing of the image to GCR in favor of pushing to Dockerhub.

Also, replace base image from alpine:edge to alpine:3.15.0 to prevent CI failure

@dantevvp dantevvp requested review from a team, bobpattersonjr and camillof and removed request for a team February 13, 2023 14:59
@@ -37,13 +37,13 @@ RUN composer install --no-dev && \

# Build Content
COPY bin/build-content ./bin/build-content
RUN apk add --no-cache ruby ruby-json ruby-bigdecimal ruby-dev build-base libxml2-dev libxslt-dev libffi-dev && \
RUN apk add --no-cache ruby ruby-json ruby-bigdecimal ruby-dev build-base libxml2-dev libxslt-dev libffi-dev yaml-dev && \

Choose a reason for hiding this comment

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

Hey, it looks good to me, before approving it, do you mind explaining why we need this yaml-dev library please?

Choose a reason for hiding this comment

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

bump

Copy link
Contributor Author

Choose a reason for hiding this comment

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

to install rdoc which is included in a previous step in the Dockerfile, it needs this yaml-dev library to install correctly. If we don't include this library, this error pops up in the installation:

image

this didn't happen before because with the alpine:edge image, we were sitting on version 3.15.0_alpha20210804 instead of version 3.15.0, which might not have that necessary yaml-dev library.

Choose a reason for hiding this comment

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

thanks!

@dantevvp dantevvp requested a review from camillof March 10, 2023 13:30
@RubyBrewsday RubyBrewsday merged commit cd57e9c into master Mar 10, 2023
@RubyBrewsday RubyBrewsday deleted the QUA-958/deprecate-gcr branch March 10, 2023 21:11
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.

4 participants