Skip to content
Snippets Groups Projects
Commit d52e700b authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

build image use in tool

parent c727a7ea
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,13 @@
image: alpine/flake8
commands:
- flake8
docker:
image: plugins/docker
secrets: [docker_username, docker_password]
registry: dockerhub.xcg.io
repo: dockerhub.xcg.io/odoo_scripts/docker_build_copy
dockerfile: Dockerfile.docker_build_copy
tag: latest
mattermost:
image: plugins/slack
channel: dev
......
FROM alpine
RUN apk add --no-cache --update zsh rsync python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment