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
We may need to read into all of these and see why each of these are used and restructure our Dockerfiles to reduce size and cut out things that are only used during build time.
The text was updated successfully, but these errors were encountered:
As of right now out base image and teraslice image carries a lot of unwanted packages and utilities such as the following:
This list needs to be expanded on but here is the list of everything we install in the base image
RUN apk --no-cache add \ bash \ curl \ tini \ apk-tools \ build-base \ ca-certificates \ libstdc++ \ lz4-dev \ musl-dev \ ncurses-terminfo \ libssh2-dev \ openssl-dev \ cyrus-sasl-dev \ zstd-dev \ python3
We may need to read into all of these and see why each of these are used and restructure our Dockerfiles to reduce size and cut out things that are only used during build time.
The text was updated successfully, but these errors were encountered: