Skip to content

Adding docker hub build push recipe#29

Open
dgtlmoon wants to merge 1 commit intojolibrain:masterfrom
dgtlmoon:master
Open

Adding docker hub build push recipe#29
dgtlmoon wants to merge 1 commit intojolibrain:masterfrom
dgtlmoon:master

Conversation

@dgtlmoon
Copy link
Copy Markdown

Hope it helps!

Looks like v0.18.0 exists in this github repo but not on docker hub

ProBook-440-G7:~/deepdetect/code/cpu$ CURRENT_UID=$(id -u):$(id -g) MUID=$(id -u) docker-compose up -d
/usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (1.25.8) or chardet (2.3.0) doesn't match a supported version!
  warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Pulling platform_ui (jolibrain/platform_ui:v0.18.0)...
ERROR: manifest for jolibrain/platform_ui:v0.18.0 not found: manifest unknown: manifest unknown
dgtlmoon@dgtlmoon-HP-ProBook-440-G7:~/deepdetect/code/cpu$

push:
tags:
- 'v*.*'
- 'latest'
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tag version should work, I havent tested if latest will work, at the worst it will just require duplicating this recipe and replacing the tag with the string 'latest' on line 58

also supports multiple platforms dockerx build recipe

- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to configure this in your github project settings

@killian31 killian31 added the bug Something isn't working label Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants