-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
bugSomething isn't workingSomething isn't working
Description
CircleCi
Changes
Bump image version
I'm running pipeline circleci and instead of 3.1.0 version 2 image is used
Using the v2 container runtime. For more details see: https://discuss.circleci.com/t/docker-executor-infrastructure-upgrade/52282
task-agent version 1.0.263142-53aa941e
Downloading task-agent: success after 412.402022ms.
System information:
Server Version: 5.3.1
Storage Driver: overlay
Backing Filesystem: xfs
Cgroup Driver: systemd
Cgroup Version: 2
Kernel Version: 6.8.0-1020-aws
Operating System: ubuntu
OSType: linux
Architecture: amd64
Starting container public.ecr.aws/eks-distro/kubernetes/pause:3.6
image is cached as public.ecr.aws/eks-distro/kubernetes/pause:3.6, but refreshing...
23d07b917726: Already exists
8389103237f2: Already exists
3c69a9ca2c95: Download complete
Starting container unityci/editor:ubuntu-2022.3.17f1-android-2
Warning: No authentication provided, using CircleCI credentials for pulls from Docker Hub.
image cache not found on this host, downloading docker.io/unityci/editor:ubuntu-2022.3.17f1-android-2
Error pulling image unityci/editor:ubuntu-2022.3.17f1-android-2: Error response from daemon: manifest unknown: manifest unknown... retrying
image cache not found on this host, downloading docker.io/unityci/editor:ubuntu-2022.3.17f1-android-2
Error pulling image unityci/editor:ubuntu-2022.3.17f1-android-2: Error response from daemon: manifest unknown: manifest unknown... retrying
image cache not found on this host, downloading docker.io/unityci/editor:ubuntu-2022.3.17f1-android-2
Error pulling image unityci/editor:ubuntu-2022.3.17f1-android-2: Error response from daemon: manifest unknown: manifest unknown... retrying
image cache not found on this host, downloading docker.io/unityci/editor:ubuntu-2022.3.17f1-android-2
Error pulling image unityci/editor:ubuntu-2022.3.17f1-android-2: Error response from daemon: manifest unknown: manifest unknown... retrying
image cache not found on this host, downloading docker.io/unityci/editor:ubuntu-2022.3.17f1-android-2
Error pulling image unityci/editor:ubuntu-2022.3.17f1-android-2: Error response from daemon: manifest unknown: manifest unknown... retrying
image cache not found on this host, downloading docker.io/unityci/editor:ubuntu-2022.3.17f1-android-2
Error response from daemon: manifest unknown: manifest unknown
My config file for circleci:
version: 2.1
orbs:
unity: game-ci/[email protected]
workflows:
version: 2
build-unity-android-project:
when: # only execute when triggered by the api
equal: [<< pipeline.trigger_source >>, api]
jobs:
# Android
- unity/build:
name: 'build-android'
step-name: 'Build Android'
unity-license-var-name: 'UNITY_ENCODED_LICENSE'
unity-username-var-name: 'UNITY_USERNAME'
unity-password-var-name: 'UNITY_PASSWORD'
executor:
name: 'unity/ubuntu'
target_platform: 'android'
editor_version: '2022.3.17f1'
resource_class: 'large'
project-path: 'darkstarlight/darkstarlight'
build-target: 'Android'
context: unity
store-artifacts: true
build-method: 'UnityRunner.PerformBuild'
I see the use of the second version only in this line:
unity-orb/src/scripts/windows/prepare-env.sh
Line 117 in f0b6ce5
"unityci/editor:windows-${GAMECI_EDITOR_VERSION}-${GAMECI_TARGET_PLATFORM}-2" \ |
I don't understand why I use this one....
sbeginner
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working