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

add alpine dockerfile #6958

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

knowname
Copy link
Contributor

Issue

#6956

Tasklist

Requirements / Relations

None

DOCKER_BUILD="docker build --build-arg BUILD_CONCURRENCY=${CONCURRENCY} --build-arg DOCKER_TAG=${DOCKER_TAG:?unset} -t ${IMAGE_NAME:?unset} -f"

$DOCKER_BUILD Dockerfile ..
$DOCKER_BUILD Dockerfile-alpine ..
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually this file is not used anymore (at least as far as I understand).

During release we build images without using it, see:

Also we have this for CI:

In general IMO your PR is already very welcome and I am ready to merge it, but if you have some time would be great to also update these CI jobs (may be at least this one to make sure that this Alpine image is buildable after each PR).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's handy to have something around to remind you how to build it locally.
Maybe thats the reason why it's still around?

👍 I'll look into the CI jobs. Only built it locally so far.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems until you merge at least one PR you will have to wait for my approval before running CI, so it will make feedback loop for you quite long... We can merge Dockerfile only first (and then add CI in separate PR) if it will be a problem - just let me know.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine with me. I just removed the last commit with the workflow changes.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll merge it soon, another option if it won't work: just debug it in your fork first....

@SiarheiFedartsou SiarheiFedartsou merged commit 97f676d into Project-OSRM:master Jun 19, 2024
22 of 27 checks passed
@knowname knowname mentioned this pull request Jun 19, 2024
6 tasks
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

Successfully merging this pull request may close these issues.

2 participants