recorder icon indicating copy to clipboard operation
recorder copied to clipboard

Container Image Tags on Docker Hub

Open tobru opened this issue 2 years ago • 1 comments

It would be wonderful if there are tags corresponding the recorder release on the Docker Hub. Currently, there is only the "latest" tag and 0.8.6 and older tags available.

tobru avatar Aug 16 '22 18:08 tobru

I hadn't noticed that's not occuring; I thought multiple tags are permitted:

docker build \
	--build-arg recorder_version=$recorderversion \
	--no-cache \
	--pull \
	-t owntracks/recorder:latest \
	-t "owntracks/recorder:${recorderversion}-${dockerversion}" \
	.

I'll see if I can find what I'm doing incorrectly.

jpmens avatar Aug 17 '22 06:08 jpmens

Fixed.

jpmens avatar Aug 26 '22 10:08 jpmens

Thank you very much :rocket:

tobru avatar Aug 28 '22 18:08 tobru