mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Updating build process to match orign.
1. Added make release 2. Builds are placed in _output/local/bin/$(platform) directory 3. Added i386 binaries in release
This commit is contained in:
@@ -5,12 +5,7 @@
|
||||
#
|
||||
FROM openshift/origin-base
|
||||
|
||||
# components from EPEL must be installed in a separate yum install step
|
||||
RUN yum install -y git tar wget socat hostname epel-release && \
|
||||
yum clean all
|
||||
|
||||
RUN yum install -y hg golang golang-pkg-darwin-amd64 golang-pkg-windows-amd64 && \
|
||||
yum clean all
|
||||
RUN yum install -y zip hg golang golang-pkg-darwin-amd64 golang-pkg-windows-amd64 golang-pkg-linux-386 && yum clean all
|
||||
|
||||
ENV GOPATH /go
|
||||
|
||||
|
||||
Reference in New Issue
Block a user