GithubHelp home page GithubHelp logo

alpine-docker / curl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appropriate/docker-curl

0.0 0.0 1.0 10 KB

This repo has been archived, new image alpine/curl is managed under https://github.com/alpine-docker/multi-arch-libs/tree/master/curl

Home Page: https://hub.docker.com/repository/docker/alpine/curl/general

License: MIT License

Shell 48.84% Dockerfile 51.16%

curl's Introduction

Note

This repo has been archived, new image alpine/curl is managed under https://github.com/alpine-docker/multi-arch-libs/tree/master/curl

alpine/curl

If enjoy, please consider buying me a coffee.

Alpine-based image with just curl

NOTES: the original upstream https://github.com/appropriate/docker-curl is in read-only (archived statue), its images used base image of alpine:3.7, and are 4 years old now, vulnerabilities in its image, which is risk to use it.

This repo will manage with latest alpine version, but must pass the trivy scan.

Usage

$ docker run --rm alpine/curl:3.14 -fsSL https://www.google.com/

Or use it as alias command

$ alias curl="docker run --rm alpine/curl:3.14"

$ curl -fsSL https://www.google.com/

Tags

  • alpine/curl:3.14: based on alpine base image version

Scan passed

The image is passed the trivy scan, you can run command to confirm

$ docker pull alpine/curl:3.14

$ docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
    -v $HOME/Library/Caches:/root/.cache/  aquasec/trivy alpine/curl:3.14

2021-12-06T00:11:14.187Z	INFO	Detected OS: alpine
2021-12-06T00:11:14.187Z	INFO	Detecting Alpine vulnerabilities...
2021-12-06T00:11:14.199Z	INFO	Number of language-specific files: 0

alpine/curl:3.14 (alpine 3.14.3)
================================
Total: 0 (UNKNOWN: 0, LOW: 0, MEDIUM: 0, HIGH: 0, CRITICAL: 0)

Currently base image alpine:3.15 can't pass the scan.

License

Copyright © 2015 Appropriate Computing

All contents licensed under the MIT License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.