fresco icon indicating copy to clipboard operation
fresco copied to clipboard

Docker

Open mjj203 opened this issue 3 years ago • 3 comments

Created a Dockerfile and updated package.json that builds a minimum container to deploy an updated fresco application with docker, docker-compose, or kubernetes. Added OpenShift templates and build instructions to deploy this container to RedHat OpenShift v4.

mjj203 avatar Oct 04 '22 02:10 mjj203

@mjj203 thanks for the contribution! Can yo please make sure the netlify build passes? It looks like there are some errors in the logs there. The logs are public so you should be able to see everything.

ARolek avatar Oct 04 '22 02:10 ARolek

@mjj203 I looked at the logs again, and it does not appear anything you introduced is causing the errors, but rather an improvement in the linters post upgraded of package-lock.json. Let's see if we can get @justenPalmer in here to take a look.

ARolek avatar Oct 04 '22 03:10 ARolek

@ARolek I can take a look, I know I left out the package-lock.json to simplify the docker build. Would the fact netlify is using nodejs v8.17.0 and the Dockerfile is using nodejs v16.17.1 cause it to fail? see the attached docker build -t fresco:latest -f Dockerfile . log.

fresco_docker_build.log

mjj203 avatar Oct 04 '22 03:10 mjj203