From 2888e463753ca9f8ddb836bd4c659208916765c2 Mon Sep 17 00:00:00 2001 From: Kev Palfreyman Date: Sun, 28 Apr 2019 18:07:53 +0100 Subject: [PATCH] [ARMv7HF RASPBIAN JESSIE] Update to Apama Core Community Edition 10.3.1.1 --- apamacore-raspbian_armv7hf/Dockerfile | 10 +++++----- apamacore-raspbian_armv7hf/README.md | 10 +++++----- apamacore-raspbian_armv7hf/tag.sh | 2 +- apamacore-raspbian_armv7hf/test-version.sh | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apamacore-raspbian_armv7hf/Dockerfile b/apamacore-raspbian_armv7hf/Dockerfile index ea3504e..4a62e10 100644 --- a/apamacore-raspbian_armv7hf/Dockerfile +++ b/apamacore-raspbian_armv7hf/Dockerfile @@ -1,11 +1,11 @@ ARG SAG_HOME=/opt/softwareag -ARG ACCE_VERSION=10.3.0.1 +ARG ACCE_VERSION=10.3.1.1 ARG ACCE_LIBRARY_VERSION=10.3 # Docker Mulit-stage build # First our builder image that does the download of Apama Core (some base images have to have curl added here) -FROM resin/rpi-raspbian:jessie as acce_build +FROM balenalib/rpi-raspbian:jessie as acce_build ARG SAG_HOME ARG ACCE_VERSION @@ -25,7 +25,7 @@ RUN \ # 8 == Jessie (obsolete stable) ** used here ** # 7 == Wheezy (obsolete stable) # 6 == Squeeze (obsolete stable) -FROM resin/rpi-raspbian:jessie +FROM balenalib/rpi-raspbian:jessie ARG SAG_HOME ARG APAMA_HOME=${SAG_HOME}/Apama ARG APAMA_WORK=/apama_work @@ -35,9 +35,9 @@ ARG ACCE_LIBRARY_VERSION LABEL \ name="Apama Core Community Edition" \ arch="armv7hf" \ - base="resin/rpi-raspbian:jessie" \ + base="balenalib/rpi-raspbian:jessie" \ maintainer="Kev Palfreyman (@kpalf)" \ - build-date="20181022" \ + build-date="20190428" \ version=${ACCE_VERSION} # Set the shell and create user identical to the official SAG images diff --git a/apamacore-raspbian_armv7hf/README.md b/apamacore-raspbian_armv7hf/README.md index 040c543..53801ac 100644 --- a/apamacore-raspbian_armv7hf/README.md +++ b/apamacore-raspbian_armv7hf/README.md @@ -13,7 +13,7 @@ You will also see tags for Apama Core on CentOS for amd64 (default), Ubuntu 18.1 For example, for the Raspbian (ARMv7hf) base there will be the following tagged image that you can pull with the following command: ``` -docker pull kpalf/apamacore:10.3.0.1_raspbian_armv7hf +docker pull kpalf/apamacore:10.3.1.1_raspbian_armv7hf ``` ## User ID @@ -32,13 +32,13 @@ To find out more about Apama, access full documentation, and download the distri ## Base image -The base image is "resin/rpi-raspbian:jessie", but at some point I'll upgrade to "stretch". +The base image is "balenalib/rpi-raspbian:jessie", (resin repo renamed to balenalib) but at some point I'll upgrade to "stretch". The Raspbian base is actually armv6, but that ought to be OK as the OS direct from RaspberryPi.org is the same. It's possible in future we might switch the base image from Raspbian (armv6hf) to Debian (armv7hf). -See the Docker Hub info on the base image: https://hub.docker.com/r/resin/rpi-raspbian/ -The base image is supplied and maintained by the good folks at http://resin.io, see their -documentation for further details: https://docs.resin.io/reference/base-images/resin-base-images/ +See the Docker Hub info on the base image: https://hub.docker.com/r/balenalib/rpi-raspbian +The base image is supplied and maintained by the good folks at https://www.balena.io/ (previosuly http://resin.io), see their +documentation for further details: https://www.balena.io/docs/reference/base-images/base-images/ ## Licenses diff --git a/apamacore-raspbian_armv7hf/tag.sh b/apamacore-raspbian_armv7hf/tag.sh index 29019b8..fbec2b5 100755 --- a/apamacore-raspbian_armv7hf/tag.sh +++ b/apamacore-raspbian_armv7hf/tag.sh @@ -1,3 +1,3 @@ #!/bin/sh -docker tag apamacore:raspbian_armv7hf kpalf/apamacore:10.3.0.1_raspbian_armv7hf +docker tag apamacore:raspbian_armv7hf kpalf/apamacore:10.3.1.1_raspbian_armv7hf docker tag apamacore:raspbian_armv7hf kpalf/apamacore:raspbian_armv7hf diff --git a/apamacore-raspbian_armv7hf/test-version.sh b/apamacore-raspbian_armv7hf/test-version.sh index 86b6371..b710d40 100755 --- a/apamacore-raspbian_armv7hf/test-version.sh +++ b/apamacore-raspbian_armv7hf/test-version.sh @@ -1,4 +1,4 @@ #!/bin/sh docker run --rm apamacore:raspbian_armv7hf correlator --version -docker run --rm kpalf/apamacore:10.3.0.1_raspbian_armv7hf correlator --version +docker run --rm kpalf/apamacore:10.3.1.1_raspbian_armv7hf correlator --version docker run --rm kpalf/apamacore:raspbian_armv7hf correlator --version