Skip to content

Commit

Permalink
feat: base pipeline builder off alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel committed Dec 19, 2024
1 parent ec557e3 commit 141cbc3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM google/cloud-sdk:alpine
FROM alpine:latest

COPY --from=google/cloud-sdk:alpine /google-cloud-sdk /google-cloud-sdk
ENV PATH="/google-cloud-sdk/bin:${PATH}"

# Install additional tools
RUN apk add --no-cache \
bash \
jq \
libxml2-utils \
maven \
Expand Down

0 comments on commit 141cbc3

Please sign in to comment.