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

Automate Docker images build & push #3

Merged
merged 1 commit into from
May 28, 2024
Merged

Conversation

joanlopez
Copy link
Collaborator

@joanlopez joanlopez commented May 27, 2024

Contributes to grafana/xk6-kerberos#35

@joanlopez joanlopez requested a review from codebien May 27, 2024 14:53
@joanlopez joanlopez self-assigned this May 27, 2024
@@ -13,7 +13,6 @@ RUN cd /etc/yum.repos.d/ \

RUN yum install -y \
httpd \
mod_auth_kerb \
Copy link
Collaborator Author

@joanlopez joanlopez May 27, 2024

Choose a reason for hiding this comment

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

In theory with mod_auth_gssapi should be enough
👉🏻 https://projects.theforeman.org/issues/32352

@@ -17,7 +17,7 @@ RUN yum install -y \

ADD krb5-1.6.3.tar.gz /tmp
RUN cd /tmp/krb5-1.6.3/src && \
./configure && make && make install
./configure && make CFLAGS="-fgnu89-inline" && make install
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Fixes the inlining/duplication issue with recent versions of gcc compiler:
👉🏻 https://bugzilla.redhat.com/show_bug.cgi?id=547153

@joanlopez joanlopez merged commit f97deaf into master May 28, 2024
9 checks passed
@joanlopez joanlopez deleted the automate-image-publication branch May 28, 2024 08:50
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.

2 participants