Release ubuntu-slim:0.13

This commit is contained in:
Manuel de Brito Fontes 2017-07-12 20:10:43 -04:00
parent eb5a530d78
commit 7315082dd0
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