Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerhub latest tag doesn't match master #20

Open
ivanfilippov opened this issue Feb 5, 2021 · 0 comments
Open

Dockerhub latest tag doesn't match master #20

ivanfilippov opened this issue Feb 5, 2021 · 0 comments

Comments

@ivanfilippov
Copy link

The latest tag on Dockerhub doesn't seem to have been built from the latest master. Could you please trigger a rebuild? I'm hoping to see the changes from PR binhex/scripts#4 for further work on binhex/arch-delugevpn.

ivan@mgmt1:~/dev/binhex/arch-int-vpn$ docker run --rm -it --entrypoint=/bin/bash binhex/arch-int-vpn:latest
[root@b273509ed764 /]# cat /usr/local/bin/cleanup.sh | grep patch
[root@b273509ed764 /]# exit

I do see that the test tag has been built with the latest master.

ivan@mgmt1:~/dev/binhex/arch-int-vpn$ docker run --rm -it --entrypoint=/bin/bash binhex/arch-int-vpn:test
[root@ad9abe40a026 /]# cat /usr/local/bin/cleanup.sh | grep patch
        pacman -Ru $(pacman -Qgq base-devel | grep -v awk | grep -v pacman | grep -v sed | grep -v grep | grep -v gzip | grep -v which | grep -v patch) --noconfirm
[root@ad9abe40a026 /]# exit

Both tests above were ran with an empty docker cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant