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

Image building #29

Open
yellowsoar opened this issue Jan 15, 2024 · 0 comments
Open

Image building #29

yellowsoar opened this issue Jan 15, 2024 · 0 comments

Comments

@yellowsoar
Copy link

yellowsoar commented Jan 15, 2024

Briefing

I am trying to build the image by trial and error in my forked branch.
https://github.com/yellowsoar/feedless/tree/build_image

Current progress

Still trying to build the image.

The command

find . -type d -ipath "*node_modules*" -exec ls -d "{}" \; -exec rm -rf {} \;
export DOCKER_DEFAULT_PLATFORM=linux/amd64 \
	&& docker build \
    --file Dockerfile.build \
    --tag=feedless:build-7.6.3-jdk17 \
		. \
	&& docker run \
    --name build_feedless \
    --rm \
    --user root \
    --volume "$PWD":/home/gradle/project \
    --workdir /home/gradle/project \
		feedless:build-7.6.3-jdk17 \
		gradle build \
    --rerun-tasks \
    --scan \
    -i

Contribute

Please help me to make it work.

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