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

Updated Ubuntu and nginx versions. #28

Closed
wants to merge 2 commits into from
Closed

Updated Ubuntu and nginx versions. #28

wants to merge 2 commits into from

Conversation

bashilias
Copy link

  • Moved to Ubuntu 22.04 and Nginx 1.22.
  • Added Docker install script to README.

@mattcen
Copy link

mattcen commented Sep 24, 2022

Any reason not to just base these Dockerfiles of https://hub.docker.com/_/nginx/ instead?
EDIT: I see this is already being suggested in #23

Copy link

@martinezpl martinezpl left a comment

Choose a reason for hiding this comment

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

Bumping nginx further


RUN apt-get update && apt-get -y upgrade && \
apt-get install -y wget libpcre3-dev build-essential libssl-dev zlib1g-dev && \
rm -rf /var/lib/apt/lists/*

WORKDIR /opt

RUN wget https://nginx.org/download/nginx-1.18.0.tar.gz && \
RUN wget https://nginx.org/download/nginx-1.22.0.tar.gz && \

Choose a reason for hiding this comment

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

Suggested change
RUN wget https://nginx.org/download/nginx-1.22.0.tar.gz && \
RUN wget https://nginx.org/download/nginx-1.23.1.tar.gz && \


RUN apt-get update && apt-get -y upgrade && \
apt-get install -y wget libpcre3-dev build-essential libssl-dev zlib1g-dev && \
rm -rf /var/lib/apt/lists/*

WORKDIR /opt

RUN wget https://nginx.org/download/nginx-1.18.0.tar.gz && \
RUN wget https://nginx.org/download/nginx-1.22.0.tar.gz && \

Choose a reason for hiding this comment

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

Suggested change
RUN wget https://nginx.org/download/nginx-1.22.0.tar.gz && \
RUN wget https://nginx.org/download/nginx-1.23.1.tar.gz && \

@TommyTran732
Copy link

To be honest I just think it's better to use the upstream images. Bumping manually is tiring, and it's not like Signal merge pull requests for this repo often.

Even if this does get merged, it will quickly become outdated again.

@bashilias
Copy link
Author

Not relevant anymore.

@bashilias bashilias closed this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants