Hi, Super quick question: does Airbyte expect sequ...
# connector-development
w
Hi, Super quick question: does Airbyte expect sequential and/or numerical tags on Docker images for connectors? e.g. can I use commit hashes as my docker image tags or do I need to use 0.0.1, 0.0.2, 0.1.0 etc?
m
yes you can use it, for development purposes the tag version is
dev
.
w
Sorry, just to be clear can I use my commit hashes from git or not?
Sorry I just checked and I seem to be able to do this, thanks!