Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Fix image name + set latest image version #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aaabramov
Copy link

@aaabramov aaabramov commented Oct 29, 2021

Previously:

docker run -it curl/curl:7.78.0 -s -L http://curl.se
# Unable to find image 'curl/curl:7.78.0' locally
# docker: Error response from daemon: pull access denied for curl/curl, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
# See 'docker run --help'.

Now:

docker run -it curlimages/curl:7.79.1 -s -L https://curl.se
# <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
# <html lang="en">
# <head>
# <title>curl</title>
# <meta name="viewport" content="width=device-width, initial-scale=1.0">
# <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
# ...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant