--- imports: - /etc/jx/dockerhub.jx.yaml resources: - type: container-image config: dockerhub transition: update attributes: name: rosskeenhouse/build-golang:1.22.6-alpine push: true dockerfile: |- FROM golang:1.22.6-alpine COPY . /opt/build WORKDIR /opt/build RUN ./jx apply ./alpine.jx.yaml contextref: file://build/docker/golang/build