Sign inSign up

sharpertool/ci_python3_node

By sharpertool

Updated almost 7 years ago

CircleCi Base container with docker compose and dockerize added

Image
0

5.7K

sharpertool/ci_python3_node repository overview

Building CircleCI Container

From the command line:

docker build . -t ci_python3_node

Re-build, i.e. to update the sentry sek

docker build --no-cache . -t ci_python3_node

Run Some stuff in there

docker run -it -t ci_python3_node /bin/bash

Now, to push to remote?

git add -u
git commit -m 'Message here'
git push
git tag # get list of tags
git tag 1.1.1 && git push --tags

Tag summary

Content type

Image

Digest

Size

864.3 MB

Last updated

almost 7 years ago

docker pull sharpertool/ci_python3_node