Sign inSign up

itipsdev/docker-java17-pipeline

By itipsdev

Updated about 2 years ago

Image for use in Bitbucket pipeline atlassian/google-app-engine-deploy:1.60 pipe

Image
Integration & delivery
0

272

itipsdev/docker-java17-pipeline repository overview

Image for use in Bitbucket pipeline atlassian/google-app-engine-deploy:1.60 pipe

Includes java 17, maven, python3

Example:


image: itipsdev:docker-java17-pipeline
pipelines:
  branches:
    master:
      - step:
          caches:
            - maven
          image: itipsdev:docker-java17-pipeline
          name: Build, stage, and deploy App Engine content
          deployment: production
          script:
            - python3 --version
            - mvn --define skipTests=true --activate-profiles useItips --settings settings.xml install appengine:stage
            - ls -la target/appengine-staging/app.yaml
            - cat target/appengine-staging/app.yaml
            - pipe: atlassian/google-app-engine-deploy:1.6.0
              variables:
                KEY_FILE: ${Q_SERVICE_ACCOUNT_KEY}
                PROJECT: 'q'
                DEPLOYABLES: 'target/appengine-staging/app.yaml'
                VERSION: 'q-${BITBUCKET_BUILD_NUMBER}'
                PROMOTE: 'true'
                STOP_PREVIOUS_VERSION: 'true'
                EXTRA_ARGS: '--verbosity=debug'


Tag summary

Content type

Image

Digest

sha256:c6998c0d4

Size

227 MB

Last updated

about 2 years ago

docker pull itipsdev/docker-java17-pipeline