GithubHelp home page GithubHelp logo

python_git's Introduction

Last version

python_git on ๎‚  main [!] via ๐Ÿ v3.9.2 โฏ make build docker build --tag pvergain/python_git:3.9.2-slim-buster . Sending build context to Docker daemon 195.6kB Step 1/4 : FROM python:3.9.2-slim-buster as builder ---> ce689abb4f0d Step 2/4 : RUN apt-get update && pip install -U pip wheel && apt-get install --no-install-recommends -y gcc libldap2-dev libldap-2.4-2 libsasl2-dev libssl-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 937359780858 Step 3/4 : ENV PYTHONUNBUFFERED 1 ---> Using cache ---> 36528b5ea352 Step 4/4 : CMD ["sleep", "10000000000"] ---> Using cache ---> e5c482716cc5 Successfully built e5c482716cc5 Successfully tagged pvergain/python_git:3.9.2-slim-buster

python_git on ๎‚  main [!] via ๐Ÿ v3.9.2 โฏ make login docker login Authenticating with existing credentials... WARNING! Your password will be stored unencrypted in /home/pvergain/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

python_git on ๎‚  main [!] via ๐Ÿ v3.9.2 โฏ make push docker push pvergain/python_git:3.9.2-slim-buster The push refers to repository [docker.io/pvergain/python_git] a4d863a16950: Pushed fe796314f3f4: Mounted from library/python a642096e6e01: Mounted from library/python b327e713d8e9: Mounted from library/python c38160dfb10e: Mounted from library/python 9eb82f04c782: Mounted from library/python 3.9.2-slim-buster: digest: sha256:84c0c17b2b1bb51d5ef484aab7c20a1637d61ab713502bed22494fbdcc3c7d14 size: 1582

Used by

  • tuto_django
  • intranet_doc

Exemple for building a Django + LDAP sphinx documentation with gitlab

---
# .gitlab-ci.yml
# ===============
#
# Creating and Tweaking GitLab CI/CD for GitLab Pages
# ----------------------------------------------------
#
# - https://gitlab.com/help/user/project/pages/getting_started_part_four.md
#
# hub docker
# -----------
#
# - https://hub.docker.com/repository/docker/pvergain/python_git
#
image: pvergain/python_git:3.9.4-slim-buster

pages:
  stage: deploy
  script:
  - pip install -r requirements.txt
  # http://www.sphinx-doc.org/en/master/usage/quickstart.html
  - sphinx-build -d _build/doctrees . _build/html
  - mv _build/html public
  artifacts:
    paths:
    - public
  only:
  - main

github python_git

Dockerfile with Python + gcc + LDAP

Docker Hub

Dockerfile

Makefile

.pre-commit-config.yaml

python_git's People

Contributors

pvergain avatar pvidtec avatar

Watchers

 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.