# docker-openstf-base **Repository Path**: mirrors_openstf/docker-openstf-base ## Basic Information - **Project Name**: docker-openstf-base - **Description**: ABANDONED in favor of doing the whole thing in the main Dockerfile of openstf/stf. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # docker-openstf-base This is the [Docker](https://www.docker.com/) base image for [openstf/stf](https://registry.hub.docker.com/u/openstf/stf). It's main purpose is to speed up build time, especially since the official [Docker Hub](https://hub.docker.com/) doesn't cache layers. What sets it apart from the [official Node.js images](https://registry.hub.docker.com/u/library/node/) is that it's especially suited for building native extensions (sources needed by `node-gyp` are prefetched) and comes with a bit less bloat. Additionally, native libraries and tools required by [STF](https://github.com/openstf/stf) are installed here to further reduce build and pull times. ## License See [LICENSE](LICENSE). Copyright © CyberAgent, Inc. All Rights Reserved.