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

chore: pin usage of ubuntu focal #1137

Merged
merged 1 commit into from
Apr 22, 2022
Merged

chore: pin usage of ubuntu focal #1137

merged 1 commit into from
Apr 22, 2022

Conversation

jometzner
Copy link
Collaborator

@jometzner jometzner commented Apr 22, 2022

PR Type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[X] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

NGinx build is broken due to new gcc compiler being available in ubuntu:jammy image

Steps to reproduce the behavior:

  1. Instead of ubuntu:latest use ubuntu:jammy in nginx/Dockerfile
  2. Run docker build nginx --no-cache -t intershoppwa-nginx:latest

Issue Number: Closes #1136

What Is the New Behavior?

NGinx build is not broken and finishes successfully.

AB#76155

@jometzner jometzner changed the title fix: pin usage of ubuntu focal chore: pin usage of ubuntu focal Apr 22, 2022
@jometzner jometzner requested a review from Eisie96 April 22, 2022 12:06
@dhhyi
Copy link
Collaborator

dhhyi commented Apr 22, 2022

@jometzner Just did the same in our project 😅 👍

Probably related: apache/incubator-pagespeed-ngx#1743

@dhhyi dhhyi self-requested a review April 22, 2022 12:11
@jometzner jometzner merged commit 0ddcb74 into develop Apr 22, 2022
@jometzner jometzner deleted the fix/nginx-build branch April 22, 2022 13:43
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.

Nginx build is broken due to new compiler version in Ubuntu Jammy Jellyfish
3 participants