Giter Site home page Giter Site logo

lamindb-docker's People

Contributors

falexwolf avatar lawrlee avatar zethson avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

lamindb-docker's Issues

Replace explicit passwords with secrets

Currently, we have the passwords for login explicitly in the Dockerfile which is really bad. laminci would require a nox session which we don't have either.

How to solve

  • Create 2 Github Actions secrets: user1password
  • Update our login code to: RUN lamin login [email protected] --password $user1password
  • Adapt the Dockerfile push workflow section to
- name: Build and push Docker image
  uses: docker/build-push-action@v4
  with:
    context: .
    file: ${{ matrix.dockerfile }}
    push: true
    tags: ${{ steps.meta.outputs.tags }}
    labels: ${{ steps.meta.outputs.labels }}
    build-args: LAMIN_PASSWORD=${{ secrets.user1password }}
  env:
    DOCKER_BUILDKIT: 1

Reduce redundancy

Ideally, the containers with AWS + GCP would eventually build on top of a container that has all other things already set up. This could also speed up the docker-compose setup. Moreover, we'd have less repetition in our Dockerfiles for easier maintenance.

For now this is premature optimization since our builds are very quick.

Add graphviz

ExecutableNotFound: failed to execute PosixPath('dot'), make sure the Graphviz executables are on your systems' PATH

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.