Coder Social home page Coder Social logo

star-rg / shipwright Goto Github PK

View Code? Open in Web Editor NEW
21.0 6.0 4.0 576.15 MB

ICSE 2021 Artifact for: Shipwright: A Human-in-the-Loop System for Dockerfile Repair.

License: MIT License

Dockerfile 98.61% Shell 0.17% Python 1.22%
docker automated-repair devops icse2021 artifacts-repository

shipwright's Introduction

Shipwright: A Human-in-the-Loop System for Dockerfile Repair

DOI

ICSE 2021 Artifact for: Shipwright: A Human-in-the-Loop System for Dockerfile Repair. This artifact and paper build off of data and tools from binnacle (ICSE'20).

Required files

In the root directory of this repository you can find:

  1. STATUS.md -- containing the badges we request.
  2. INSTALL.md -- containing install directions.
  3. REQUIREMENTS.md -- containing prerequisites for running this artifact.
  4. LICENSE.md -- containing an open source (MIT) license.
  5. And a PDF of our submitted paper.

Running this artifact

To run and evaluate this artifact, you can use on or more of the following commands:

# To run things related to our paper's rq1
./shipwright.sh run-rq1

# To run things related to our paper's rq2
./shipwright.sh run-rq2

# To run things related to our paper's rq3
./shipwright.sh run-rq3

# To extract raw build results 
# NOTE: this uses many CPU cores during decompression
# and may take a few minutes to complete
./shipwright.sh extract

Just running ./shipwright.sh will show all available commands. To see data related to our rq4, you can reference the ./rq4/README.md (link) file which includes a breakdown of the pull requests we sent and their statuses.

Additionally, many of the folders in this repository include additional details on the options for various commands and the data we've included with this artifact. (See, for example, ./data/README.md.)

Troubleshooting docker 'permission denied' errors

If you have just set up a fresh Docker installation and are attempting to run the ./shipwright.sh script, you may encounter permission denied errors. Many docker installations are configured so that the user who runs docker is in the docker group. To fix this, you can follow these steps (or reference this link):

  1. Run sudo usermod -aG docker ${USER}
  2. Close all terminals / logout
  3. Log back in

The above instructions assume you're on linux. Alternatively, you should be able to run sudo ./shipwright.sh if you don't want to add yourself to the docker group.

shipwright's People

Contributors

denini08 avatar jjhenkel avatar leopoldomt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

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.