Merge pull request #958 from aledbf/update-ubuntu

Release ubuntu-slim:0.13
This commit is contained in:
Nick Sardo 2017-07-14 11:52:33 -07:00 committed by GitHub
commit e6ca242563
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,8 @@ RUN echo "Yes, do as I say!" | apt-get purge \
ncurses-base \ ncurses-base \
ncurses-bin \ ncurses-bin \
locales \ locales \
tzdata tzdata \
systemd
# cleanup # cleanup
RUN apt-get autoremove -y && \ RUN apt-get autoremove -y && \

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
TAG ?= 0.12 TAG ?= 0.13
REGISTRY = gcr.io/google_containers REGISTRY = gcr.io/google_containers
ARCH ?= $(shell go env GOARCH) ARCH ?= $(shell go env GOARCH)
ALL_ARCH = amd64 arm arm64 ppc64le ALL_ARCH = amd64 arm arm64 ppc64le