mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Fixes to release process
- Use podman instead of docker - Use UBI as base image - Bump golang to 1.10.8
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#
|
||||
# The standard name for this image is openshift/sti-release
|
||||
#
|
||||
FROM openshift/origin-base
|
||||
FROM registry.redhat.io/ubi8/ubi
|
||||
|
||||
ENV VERSION=1.7.4 \
|
||||
ENV VERSION=1.10.8 \
|
||||
GOARM=5 \
|
||||
GOPATH=/go \
|
||||
GOROOT=/usr/local/go \
|
||||
|
||||
Reference in New Issue
Block a user