Coder Social home page Coder Social logo

dockstore-tool-md5sum's Issues

quay.io images are in the deprecated (unsupported) Docker Image format v1

1.0.4: Pulling from briandoconnor/dockstore-tool-md5sum
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of quay.io/briandoconnor/dockstore-tool-md5sum:1.0.4 to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

@briandoconnor Can you initiate a new build, perhaps tagged 1.0.5?

As a work around, I've forked this repo and made a matching quay.io repository with OCI builds for all tags at https://quay.io/repository/mr_c/dockstore-tool-md5sum?tab=tags ; so anyone else running into this can change their quay.io/briandoconnor/dockstore-tool-md5sum references to quay.io/mr_c/dockstore-tool-md5sum

However my new images are not identical in content to the original, as the base container ubuntu:16.04 was changing over time while the original container images were built. I don't think it will matter, though.

Runs as root

Unless I'm missing some other way to change the executing user the Dockerfile should be updated to include the following before the CMD directive:

RUN adduser --disabled-password --gecos '' ubuntu && chsh -s /bin/bash && mkdir -p /home/ubuntu
USER    ubuntu
WORKDIR /home/ubuntu

Makes for happier admins.

(if I have time I'll create, test and do a PR for this, but will probably be next week)

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.