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

05.11 fails silently building no errors #365

Open
jam49 opened this issue Sep 8, 2023 · 0 comments
Open

05.11 fails silently building no errors #365

jam49 opened this issue Sep 8, 2023 · 0 comments

Comments

@jam49
Copy link

jam49 commented Sep 8, 2023

:/tmp$ img build -d -t hello .
DEBU[0000] checking runc                                 disableEmbeddedRunc=false state=/var/jenkins_home/.local/share/img
DEBU[0000] runc found                                    commit=56aca5aa50d07548d5db8fd33e9dc562f70f3208 spec=1.0.2 version=1.0.0-rc10+dev
:/tmp$ 

no errors, nothing.
debian docker image.

Dockerfile:

FROM node:18-alpine
WORKDIR /app
COPY . .
RUN yarn install --production
CMD ["node", "src/index.js"]
EXPOSE 3000
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

No branches or pull requests

1 participant