Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content
Commits on Source (2)
## [1.0.1](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/images/opendesk-k6/compare/v1.0.0...v1.0.1) (2024-11-28)
### Bug Fixes
* **Dockerfile:** Add xk6-browser extension ([4913308](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/images/opendesk-k6/commit/49133083a2ad4805f906b3fc769ef6cf555fee71))
# 1.0.0 (2024-11-28)
......
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
# SPDX-License-Identifier: Apache-2.0
FROM golang:1.20 as builder
FROM golang:1.23 as builder
RUN go install go.k6.io/xk6/cmd/xk6@latest
RUN xk6 build \
--with github.com/grafana/xk6-browser@latest \
--with github.com/grafana/xk6-output-prometheus-remote@latest \
--output /k6
......