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

[improve][docker] fix yaml and dockerfile #4186

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

zwOvO
Copy link
Contributor

@zwOvO zwOvO commented Jan 20, 2024

Descriptions of the changes in this PR:

  1. There are multiple spec.ports fields in sts yaml
  2. The RUN command specified in dockerfile is not standardized

Master Issue: #4185

@hangc0276 hangc0276 requested a review from zymap January 22, 2024 07:59
@hangc0276 hangc0276 added this to the 4.17.0 milestone Jan 22, 2024
@hangc0276 hangc0276 merged commit 1eceb5d into apache:master Jan 29, 2024
16 checks passed
@lhotari
Copy link
Member

lhotari commented Feb 7, 2024

More Dockerfile improvements in this PR: #4197 . For example, the base image ubuntu:22.10 is no longer usable since updates aren't available. That is fixed by switching to ubuntu:22.04 which is a LTS version.

nicoloboschi pushed a commit that referenced this pull request Mar 21, 2024
Descriptions of the changes in this PR:
1. There are multiple spec.ports fields in sts yaml
2. The RUN command specified in dockerfile is not standardized

Master Issue: #4185

(cherry picked from commit 1eceb5d)
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Descriptions of the changes in this PR:
1. There are multiple spec.ports fields in sts yaml
2. The RUN command specified in dockerfile is not standardized

Master Issue: apache#4185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants