anyk-docker icon indicating copy to clipboard operation
anyk-docker copied to clipboard

Script that generates a new ANY form "package"

Open Res42 opened this issue 3 years ago • 2 comments

Create a script that generates a new ANYK form "package" in the repo. It must run on Linux. You can also include a Windows script too but it is not neccessary. It should not have "big" dependencies, so no Node scripts for example.

Inputs are:

It must add these files:

  • anyk-<form>/Dockerfile - don't forget to set the input url in the Dockerfile
  • anyk-<form>/docker-compose.yml

It must modify these files:

  • .github/workflows/build.yml - add the new package to the steps
  • .github/workflows/publish.yml - add the new package to the steps

Res42 avatar Oct 02 '22 17:10 Res42

Now that https://github.com/Res42/anyk-docker/pull/43 has been merged this issue needs a new description or some rethinking if a script is needed or not. Maybe just some documentation on how to create a new form docker image?

Res42 avatar Mar 26 '23 09:03 Res42

I think a short guide should be enough in README on how to create a new YAML, naming scheme, and add it to update-check.yml and READMEs.

Teko012 avatar Apr 29 '23 22:04 Teko012