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

61 adopt env properties for dockerfile #77

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kkazmierczyk
Copy link
Collaborator

Fixes #61

I have tested it by modyfing the following line in dockefile to:
RUN pip install --extra-index-url https://test.pypi.org/simple/ --no-cache-dir javacore-analyser==2.1rc1
This downloads 2.1rc1 version which includes changes from #60 .

To test it I would rerun creation and running container image with modified line mentioned.

@kkazmierczyk kkazmierczyk added the good first issue Good for newcomers label Dec 20, 2024
@kkazmierczyk kkazmierczyk linked an issue Dec 20, 2024 that may be closed by this pull request
@tjanasiewicz
Copy link
Collaborator

@kkazmierczyk something does not work, all of those chances are not reflected when I run a built image in Docker.
Let us test it together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adopt env properties for .Dockerfile
2 participants