Skip to content

Commit

Permalink
Add Specifying a custom image tag exercise.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnywong authored Jan 25, 2024
1 parent 042e1d0 commit 7f64869
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion episodes/image_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,35 @@ After completing this episode, learners will be able to...
- explain value of reproducibility provided by images
- describe how software images are integrated with their hub environment
- evaluate whether an existing image meets users' software needs
- manage images available on their hub instance
- pull an image container to make it available on their hub instance

::::::::::::::::::::::::::::::::::::::::::::::::

:::::::::::::::::::: challenge

### Specifying a custom image tag.

Which of the following would you paste into the _Custom Image_ field to add the latest version of the `handbook-authoring-image` image to your hub?

1. quay.io/2i2c/handbook-authoring-image:bbe4225a7940
1. quay.io/2i2c/handbook-authoring-image
1. docker pull quay.io/2i2c/handbook-authoring-image:ad18f6ea575d
1. quay.io/2i2c/handbook-authoring-image:ad18f6ea575d


::::::::::: solution

4. quay.io/2i2c/handbook-authoring-image:ad18f6ea575d

Notes on the other answers:

1. This is using an older version tag and not the latest version.
2. This is missing the version tag.
3. Need to remove the 'docker pull' part.


::::::::::::::::::::

::::::::::::::::::::::::::::::


0 comments on commit 7f64869

Please sign in to comment.