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

Upgrade vsftpd to 3.0.3 #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

markhobson
Copy link

Implicitly done by upgrading to CentOS 8.

Removed db4-utils and db4 that weren't available in CentOS 7 but now error in CentOS 8.

Implicitly done by upgrading to CentOS 8.

Removed db4-utils and db4 that weren't available in CentOS 7 but now
error in CentOS 8.

ARG USER_ID=14
ARG GROUP_ID=50

MAINTAINER Fer Uria <[email protected]>
LABEL Description="vsftpd Docker image based on Centos 7. Supports passive mode and virtual users." \
LABEL Description="vsftpd Docker image based on Centos 8. Supports passive mode and virtual users." \
License="Apache License 2.0" \
Usage="docker run -d -p [HOST PORT NUMBER]:21 -v [HOST FTP HOME]:/home/vsftpd fauria/vsftpd" \
Version="1.0"

RUN yum -y update && yum clean all
Copy link

Choose a reason for hiding this comment

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

I think it is not needed to update repositories. The image will be ~100MB lighter

Copy link
Author

Choose a reason for hiding this comment

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

Probably best to have the latest updates, but that's not really the focus of this PR.

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