update runtimes

This commit is contained in:
Steve Waterworth
2019-07-11 10:23:26 +01:00
parent b5f98f625d
commit 35ab1f6fb9
8 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM node:8
FROM node:10
EXPOSE 8080

View File

@@ -1,4 +1,4 @@
FROM node:8
FROM node:10
EXPOSE 8080

View File

@@ -1,4 +1,4 @@
FROM golang:1.9.2
FROM golang:1.12.7
ENV DEP_URL="https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64"
ENV GOPATH=/go

View File

@@ -7,12 +7,12 @@ db.products.insertMany([
{sku: 'PB-1', name: 'Positronic Brain', description: 'Highly advanced sentient processing unit with the laws of robotics burned in', price: 200, instock: 0, categories: ['Artificial Intelligence']},
{sku: 'ROB-1', name: 'Robbie', description: 'Large mechanical workhorse, crude but effective. Comes in handy when you are lost in space', price: 1200, instock: 12, categories: ['Robot']},
{sku: 'EVE-1', name: 'Eve', description: 'Extraterrestrial Vegetation Evaluator', price: 5000, instock: 10, categories: ['Robot']},
{sku: 'C3P0', name: 'C3P0', description: 'Protocol android', price: 700, instock: 1, categories: ['Robot']},
{sku: 'R2D2', name: 'R2D2', description: 'R2 maintenance robot and secret messenger. Help me Obi Wan', price: 1400, instock: 1, categories: ['Robot']},
{sku: 'C3P0', name: 'C3P0', description: 'Protocol android', price: 953, instock: 1, categories: ['Robot']},
{sku: 'R2D2', name: 'R2D2', description: 'R2 maintenance robot and secret messenger. Help me Obi Wan', price: 1024, instock: 1, categories: ['Robot']},
{sku: 'K9', name: 'K9', description: 'Time travelling companion at heel', price: 300, instock: 12, categories: ['Robot']},
{sku: 'RD-10', name: 'Kryten', description: 'Red Drawf crew member', price: 700, instock: 5, categories: ['Robot']},
{sku: 'HHGTTG', name: 'Marvin', description: 'Marvin, your paranoid android. Brain the size of a planet', price: 42, instock: 48, categories: ['Robot']},
{sku: 'STAN-1', name: 'Stan', description: 'APM guru', price: 50, instock: 1000, categories: ['Robot', 'Artificial Intelligence']},
{sku: 'STAN-1', name: 'Stan', description: 'APM guru', price: 67, instock: 1000, categories: ['Robot', 'Artificial Intelligence']},
{sku: 'STNG', name: 'Mr Data', description: 'Could be R. Daneel Olivaw? Protype positronic brain android', price: 1000, instock: 0, categories: ['Robot']}
]);

View File

@@ -3,6 +3,7 @@ FROM python:3.6
EXPOSE 8080
USER root
ENV AUTOWRAPT_BOOTSTRAP=flask
ENV INSTANA_SERVICE_NAME=Payment
WORKDIR /app

View File

@@ -2,4 +2,4 @@ uwsgi
Flask
requests
pika
opentracing
instana

View File

@@ -8,7 +8,7 @@ RUN composer install
#
# Build the app
#
FROM php:7.2-apache
FROM php:7.3-apache
RUN docker-php-ext-install pdo_mysql

View File

@@ -1,4 +1,4 @@
FROM node:8
FROM node:10
EXPOSE 8080