Skip to content

Commit

Permalink
[ARMv7HF RASPBIAN JESSIE] Update to Apama Core Community Edition 10.3…
Browse files Browse the repository at this point in the history
….1.1
  • Loading branch information
kpalf committed Apr 28, 2019
1 parent a206e80 commit 2888e46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions apamacore-raspbian_armv7hf/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions apamacore-raspbian_armv7hf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apamacore-raspbian_armv7hf/tag.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion apamacore-raspbian_armv7hf/test-version.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2888e46

Please sign in to comment.