You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ca-certificates among other packages in the container need to be updated. Additionally the container should be built using the OS base instead of the concourse/concourse image as base. Rather than pushing to docker hub should begin pushing the image to github package registry and make the package publicly accessible.
Update dockerfile to use ubuntu:16.4 base
Update dumb-init to 2.5
Add all needed concourse/concourse base image definitions since startinf rom ubuntu:16.4
Create github workflow to push image to github package registry
Remove circleci configuration
The text was updated successfully, but these errors were encountered:
* Removed circleci configuration.
* Added github workflow to build and push image.
* Added label to docker image to specify the container source url as per spec.
* Updated readme to longer include circle ci reference.
* Pushing to registry using semantic tag versioning.
* Only logging in if pushing which is only if a release tag is detected.
Fixes Issue: #1
* Removed circleci configuration.
* Added github workflow to build and push image.
* Added label to docker image to specify the container source url as per spec.
* Updated readme to longer include circle ci reference.
* Pushing to registry using semantic tag versioning.
* Only logging in if pushing which is only if a release tag is detected.
Fixes Issue: #1
The current unifio/concourse-consul:2.5.0 image on docker hub errors when attempting to reach https://api.slack.com
This was only recently encountered due to a rotation in certificates at api.slack.com but updating the ca-certificates addresses this issue.
The ca-certificates among other packages in the container need to be updated. Additionally the container should be built using the OS base instead of the concourse/concourse image as base. Rather than pushing to docker hub should begin pushing the image to github package registry and make the package publicly accessible.
The text was updated successfully, but these errors were encountered: