lhauspie / docker-vsftpd-alpine

Docker image that provides a vsftpd server, with some interesting features
GNU General Public License v3.0
14 stars 10 forks source link

Allow to automatize the tests #6

Open lhauspie opened 2 years ago

lhauspie commented 2 years ago

It could be nice to test the docker image before pushing it to Docker Hub.

The first test I imagined is:

I don't really know what technical component to use to do that. It could be bash test, pytest, junit or something else.

This automatization has to be done with GitHub Action.

MawsFr commented 2 years ago

I'm going to look up to https://github.com/testcontainers/testcontainers-node

Is it a problem if I write tests in js ? It has become my main programming language 😅 #shameOnMe

MawsFr commented 2 years ago

I made this PR : https://github.com/lhauspie/docker-vsftpd-alpine/pull/8 Don't hesitate if you want me to improve it.