Skip to content

Conversation

@htanudisastro
Copy link
Contributor

No description provided.

@htanudisastro
Copy link
Contributor Author

Let me know if there's a better way to do this, this is my first time making a Docker image out of something that's not a binary on Git.

Copy link
Contributor

@MattWellie MattWellie left a comment

Choose a reason for hiding this comment

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

The cd you've included here will only change the CWD during the build process - to make this permanent (i.e. each time you run the Docker image) you need to use the WORKDIR keyword

htanudisastro and others added 2 commits September 11, 2023 09:27
Co-authored-by: Matt Welland <mattwellie@gmail.com>
@@ -0,0 +1,17 @@
FROM ubuntu:20.04
Copy link
Contributor

Choose a reason for hiding this comment

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

This is pretty old by now.

Suggested change
FROM ubuntu:20.04
FROM ubuntu:22.04

htanudisastro and others added 7 commits September 11, 2023 10:04
Co-authored-by: John Marshall <john.marshall@populationgenomics.org.au>
Co-authored-by: John Marshall <john.marshall@populationgenomics.org.au>
Co-authored-by: Matt Welland <mattwellie@gmail.com>
Co-authored-by: Matt Welland <mattwellie@gmail.com>
@htanudisastro
Copy link
Contributor Author

linting errors are going a bit crazy, checking other files in the repo. But I think I've fixed the necessary linting changes.

Co-authored-by: Matt Welland <mattwellie@gmail.com>
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.

5 participants