Open soinu opened 3 years ago
The Dockerfiles in this repo do not match the image published on hub.docker.com. Please release those Dockerfiles.
https://github.com/audreyt/ethercalc/blob/master/Dockerfile https://github.com/audreyt/ethercalc/blob/master/misc/build/Dockerfile
You can check the history with docker history --no-trunc audreyt/ethercalc:latest: FROM node:4.8 was probably changed to 15 RUN rm -rf /usr/local/lib/node_modules/ethercalc/node_modules/nodemailer/ || true was removed
docker history --no-trunc audreyt/ethercalc:latest
FROM node:4.8
RUN rm -rf /usr/local/lib/node_modules/ethercalc/node_modules/nodemailer/ || true
The Dockerfiles in this repo do not match the image published on hub.docker.com. Please release those Dockerfiles.
https://github.com/audreyt/ethercalc/blob/master/Dockerfile https://github.com/audreyt/ethercalc/blob/master/misc/build/Dockerfile
You can check the history with
docker history --no-trunc audreyt/ethercalc:latest
:FROM node:4.8
was probably changed to 15RUN rm -rf /usr/local/lib/node_modules/ethercalc/node_modules/nodemailer/ || true
was removed