-
Notifications
You must be signed in to change notification settings - Fork 32
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
Changes to Docker material #270
Merged
Merged
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f526e98 - Browse repository at this point
Copy the full SHA f526e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99795d2 - Browse repository at this point
Copy the full SHA 99795d2View commit details -
Fix naming of Dockerfiles according to conventions
The naming we use for the Dockerfiles were not according to the official documentation. Also added a note about Dockerfile naming conventions.
Configuration menu - View commit details
-
Copy full SHA for 31bff6c - Browse repository at this point
Copy the full SHA 31bff6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c215721 - Browse repository at this point
Copy the full SHA c215721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19e9a0f - Browse repository at this point
Copy the full SHA 19e9a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32405b - Browse repository at this point
Copy the full SHA c32405bView commit details -
Streamline
[slim/conda].Dockerfile
filesThe instructions for starting to build Docker images were more complicated than they needed to be for teaching the students the basics of building images, and this commit streamlines them. Things that have been removed include: - Remove redundant SHELL directive - Time zone packages - Port forwarding - Initialising Conda (not needed with Miniforge base) - Usage of `--set subdir linux-64` and `--platform linux/amd64` instructions, as they are not needed at this stage - Creating a new Conda environment and activating it instead of using the base environment Hopefully this streamlining will make the very first entry into Dockerfiles and their use easier to understand for the students.
Configuration menu - View commit details
-
Copy full SHA for a58e880 - Browse repository at this point
Copy the full SHA a58e880View commit details -
Streamline final tutorial Dockerfile
Remove unused and redundant commands from the final Dockerfile in the container tutorial, including some of the same streamlining steps as for the earlier Dockerfiles (see a58e880).
Configuration menu - View commit details
-
Copy full SHA for a5b23f3 - Browse repository at this point
Copy the full SHA a5b23f3View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d17a01a - Browse repository at this point
Copy the full SHA d17a01aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1682dd0 - Browse repository at this point
Copy the full SHA 1682dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd97a5 - Browse repository at this point
Copy the full SHA bcd97a5View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 461337b - Browse repository at this point
Copy the full SHA 461337bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6cca74 - Browse repository at this point
Copy the full SHA c6cca74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0994714 - Browse repository at this point
Copy the full SHA 0994714View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9324734 - Browse repository at this point
Copy the full SHA 9324734View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e8b14 - Browse repository at this point
Copy the full SHA e3e8b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1668fe - Browse repository at this point
Copy the full SHA a1668feView commit details -
Merge branch 'docker-changes' of github.com:NBISweden/workshop-reprod…
…ucible-research into docker-changes
Configuration menu - View commit details
-
Copy full SHA for d74046a - Browse repository at this point
Copy the full SHA d74046aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 837c4c3 - Browse repository at this point
Copy the full SHA 837c4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc4dad - Browse repository at this point
Copy the full SHA 1fc4dadView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11805cf - Browse repository at this point
Copy the full SHA 11805cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9365c3b - Browse repository at this point
Copy the full SHA 9365c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d1b4a - Browse repository at this point
Copy the full SHA 61d1b4aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.