Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Questions about base image #3

Open
JokerQyou opened this issue Jan 21, 2019 · 1 comment
Open

Questions about base image #3

JokerQyou opened this issue Jan 21, 2019 · 1 comment

Comments

@JokerQyou
Copy link

First of all thank you for your effort to provide such a lean and compact implementation of xSyncBrowser api server.
I noticed the base image you used was centurylink/ca-certs. According to the DockerHub page of that image, it was meant to be used as a base image for images that require certificate verification for out-bound SSL connections. xSync is a server if I read it correctly, so what functionality is it to require out-bound SSL connections? Is it the ACME-related certificate automation?
Another question is, the centurylink/ca-certs image you used has not been updated for a long time, and its CA cert list might probably be outdated. Shall we consider using another actively maintained ca-certs image instead?

@ishani
Copy link
Owner

ishani commented Jan 22, 2019

You're quite right! That image has rotted over time, it's just my muscle memory for building Go containers.

I'm going to switch it to a multi-stage process that also gets-and-builds the server inside a golang container, ie: https://bl.ocks.org/nicerobot/c11ee7e2e2b3135e8df8083a585607e2

.. which is much neater and should have a recent cert set

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

No branches or pull requests

2 participants